-
Notifications
You must be signed in to change notification settings - Fork 76
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
Result parser for secret chats raises exception due to expected result in JSON #138
Comments
So investigated again the bug. The point is the following:
And the other side who accepts the chat automatically:
So only the other side receives the success message. Nevertheless it seems that the secret doesn't even work reliably with telegram-cli. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem
Result parser for secret chats raises exception due to expected result in JSON
Therefore secret chats cant be used. When doing by hand the success msg comes one later.
I added a print of the JSON for debugging purposes.
Your environment
Fill out your used versions:
Python 2.7.15+
0.4.10
Linux pop-os 5.3.0-22-generic
1.4.1
Things to check before submitting a report
Have you
Steps to reproduce
Use
sender.create_secret_chat
with the username as argument.Expected behaviour
Don't raise an execption.
Actual behaviour
Programm:
The text was updated successfully, but these errors were encountered: