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

Error: Cannot read property 'sender_user_id' of undefined #42

Closed
suhamera opened this issue Mar 4, 2019 · 2 comments
Closed

Error: Cannot read property 'sender_user_id' of undefined #42

suhamera opened this issue Mar 4, 2019 · 2 comments

Comments

@suhamera
Copy link

suhamera commented Mar 4, 2019

After start login with:
await client.connect() await client.login(() => ({ phoneNumber: '79991111111' //my number }));

got error:
Got error: Error: Cannot read property 'sender_user_id' of undefined
at Client._catchError (/usr/app/node_modules/tdl/dist/client.js:258:24)
at Client._loop (/usr/app/node_modules/tdl/dist/client.js:280:14)
at

@Bannerets
Copy link
Owner

That error seems to be in your user code, not in the given line of code, and not in the library.
Can you post fully reproducible example?

@suhamera
Copy link
Author

suhamera commented Mar 5, 2019

Hm, I'll try to retry this error and share it.

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