You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bottery ignores errors from Telegram API. If, for example, an invalid token is used, no message is shown and, the process breaks because it tries to continue even if something is wrong with Telegram.
Traceback (most recent call last):
File "bottery/telegram/engine.py", line 95, in polling
tasks = [self.message_handler(msg) for msg in updates['result']]
KeyError: 'result'
The text was updated successfully, but these errors were encountered:
Bottery ignores errors from Telegram API. If, for example, an invalid token is used, no message is shown and, the process breaks because it tries to continue even if something is wrong with Telegram.
The text was updated successfully, but these errors were encountered: