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

Receiving AUTH_KEY_UNREGISTERED with "Could not get me" whenever sending a packet after connecting #68

Closed
jabbink opened this issue Apr 19, 2021 · 2 comments

Comments

@jabbink
Copy link

jabbink commented Apr 19, 2021

Locally changed

return userMethods.isBot(this);

to

    isUserAuthorized() {
        return userMethods.isUserAuthorized(this);
    }

and I could login

@painor
Copy link
Member

painor commented Apr 19, 2021

yep that sounds like a typo thanks. will be fixed soon.

@painor
Copy link
Member

painor commented Apr 19, 2021

Should be fixed in 34e5bba

@painor painor closed this as completed Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants