-
Notifications
You must be signed in to change notification settings - Fork 59
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
SendCode callback never called #12
Comments
I am facing the same issue, "client.sendCode" callback is never called. |
Which node.js version are you using? |
v0.12.7 |
@enricostara v4.2.1 |
Everything works when the connection type "tcp" is changed to http, but HTTP connection does not work in windows. |
@overjt That didn't solve my issue. I get the code in my telegram, but the callback of |
@overjt Does this works? Are you able to get into callback function? If so how did you fix it? I am also facing the same issue in Can some one please help me. |
Hello.
I'm using this code:
https://gist.github.com/overjt/ae2ebc85b8308beac40c
The login code arrives but the function passed as callback is never executed.
there's something I'm doing wrong?
The text was updated successfully, but these errors were encountered: