-
Notifications
You must be signed in to change notification settings - Fork 63
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
Bot is not replying #4
Comments
Please be more precise with your question. What did you do? What part of the code did you change? |
I watched the video and used the code exactly, I didn't change anything. When I ran the server.py code I got an error |
I'm getting this same error anyone knows why? |
It wasn't the authorization token it was an error within my PyCharm setting. Please make sure you have a cfg extension installed so your PyCharm IDE will read the file. |
Following the error, this could also be related to a broken telegram response. Updates will look very empty in case of server errors. It can be empty, Also, one user deleted their reply, but it was correct also. The line 24 in server.py
can break also, as ["message"]["from"] is optional. (It might be empty in redirected messages) |
Hello bro,
I watched the tutorial and write the ditto code, even copied yours, but the bot is able to read the messages but not able to reply. Kindly help
The text was updated successfully, but these errors were encountered: