We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I get this strange error and can't figure out what is causing it: "ERROR:Uncaught exception occured. 'Chat' object has no attribute 'username'"
I successfully got and entered verification code from Telegram. I'm using multi-word name of the chat.
Python 3.6.5 Linux Mint 18.3 (if it matters)
Any ideas on what is causing it?
The text was updated successfully, but these errors were encountered:
Found an issue in code after debugging
telegram_dumper.py, line 192
The issue is that group chat objects has no such field as "username", only dialogs with users have them.
Here's the example of the object of dialog with user:
It contains "username" field.
Will PR on this soon :)
Sorry, something went wrong.
Thank you. I've accepted your PR and fixed the Travis MacOS build. Cheers!
Successfully merging a pull request may close this issue.
Hello!
I get this strange error and can't figure out what is causing it:
"ERROR:Uncaught exception occured. 'Chat' object has no attribute 'username'"
I successfully got and entered verification code from Telegram.
I'm using multi-word name of the chat.
Python 3.6.5
Linux Mint 18.3 (if it matters)
Any ideas on what is causing it?
The text was updated successfully, but these errors were encountered: