Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Error on making auth key (Can't find fingerprint) #147

Open
evgeshaDoc opened this issue Oct 1, 2023 · 4 comments
Open

[BUG]: Error on making auth key (Can't find fingerprint) #147

evgeshaDoc opened this issue Oct 1, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@evgeshaDoc
Copy link

While trying to call NewClient method got an error when checking my freshly created public key. Turns out, fingerpirnt, which has been returned after calling method ReqPQ, came as a negative integer. That led us to error during the attempt of converting this integer to uint64 and fail of creating new client. Rolling my public key until i get something, that can be processed doesn't seem like a reasonable solution. So, if you came here while googling a solution for your problem, I'm here to disappoint you - there's none. Hoping the author of this amazing lib will finally return to us and fix this issue (or at least someone will make a PR, but there's no one to merge one)

@evgeshaDoc evgeshaDoc added the bug Something isn't working label Oct 1, 2023
@akalmyk
Copy link

akalmyk commented Feb 22, 2024

No movement on this one?

@quenbyako
Copy link
Member

Hi @akalmyk, did you try v2 version of mtproto? Maybe updated version might help you

@itrack
Copy link

itrack commented May 30, 2024

same problem here.

Btw. I think it's a problem with version v2.0.0-rc.2, some folders are missing

@quenbyako
Copy link
Member

@itrack

some folders are missing

Hi @itrack! Any ideas which files are missing in particular? I suspect what's the problem is, but can't reproduce it even from other projects which are using v2.0.0-rc.2 version in production 🤔

So i definitely need your help on finding what's going on...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants