Error "handshake: Can't find fingerprint". What does it mean? What is missing? #131
Unanswered
Kalinin-Andrey
asked this question in
Q&A
Replies: 1 comment
-
Hello! Have you found out what’s the problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, everyone!
I`m trying to create a client
in file telegram/common.go
on string
err = m.CreateConnection()
I have an error "handshake: Can't find fingerprint".
What does it mean? What is missing?
Debug IDE in place with error (handshake.go):
As you can see variable
m.publicKey
is set andres.Fingerprints
has been calculated.Why are the calculation results not equal? And why
b
is negative?Beta Was this translation helpful? Give feedback.
All reactions