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):
![image](https://user-images.githubusercontent.com/8151806/178973433-0a91394f-06ad-4cca-84aa-450d1bee1c9c.png)
As you can see variable
m.publicKey
is set andres.Fingerprints
has been calculated.Why are the calculation results not equal? And why
![image](https://user-images.githubusercontent.com/8151806/178976876-ad6d3397-7875-495b-ac88-b9d4e2fbd522.png)
b
is negative?Beta Was this translation helpful? Give feedback.
All reactions