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
2022-10-30 06:23:47,825 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/telegram/ext/dispatcher.py", line 555, in process_update
handler.handle_update(update, self, check, context)
File "/usr/local/lib/python3.7/site-packages/telegram/ext/handler.py", line 198, in handle_update
return self.callback(update, context)
File "/app/user_handlers/msg_store.py", line 41, in store_message
or update.message.from_user.is_bot \
AttributeError: 'NoneType' object has no attribute 'from_user'
The text was updated successfully, but these errors were encountered:
上报错代码
The text was updated successfully, but these errors were encountered: