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
2023-10-19 14:16:34,736 - pyrogram.dispatcher - ERROR - 'Message' object has no attribute 'id' 2023-10-19T14:16:34.737088+00:00 app[web.1]: Traceback (most recent call last): 2023-10-19T14:16:34.737088+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.11/site-packages/pyrogram/dispatcher.py", line 208, in handler_worker 2023-10-19T14:16:34.737089+00:00 app[web.1]: if await handler.check(self.client, parsed_update): 2023-10-19T14:16:34.737089+00:00 app[web.1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-10-19T14:16:34.737089+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.11/site-packages/pyromod/listen/listen.py", line 201, in check 2023-10-19T14:16:34.737089+00:00 app[web.1]: (message.chat.id, message_from_user_id, message.id), 2023-10-19T14:16:34.737089+00:00 app[web.1]: ^^^^^^^^^^ 2023-10-19T14:16:34.737090+00:00 app[web.1]: AttributeError: 'Message' object has no attribute 'id'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2023-10-19 14:16:34,736 - pyrogram.dispatcher - ERROR - 'Message' object has no attribute 'id'
2023-10-19T14:16:34.737088+00:00 app[web.1]: Traceback (most recent call last):
2023-10-19T14:16:34.737088+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.11/site-packages/pyrogram/dispatcher.py", line 208, in handler_worker
2023-10-19T14:16:34.737089+00:00 app[web.1]: if await handler.check(self.client, parsed_update):
2023-10-19T14:16:34.737089+00:00 app[web.1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-10-19T14:16:34.737089+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.11/site-packages/pyromod/listen/listen.py", line 201, in check
2023-10-19T14:16:34.737089+00:00 app[web.1]: (message.chat.id, message_from_user_id, message.id),
2023-10-19T14:16:34.737089+00:00 app[web.1]: ^^^^^^^^^^
2023-10-19T14:16:34.737090+00:00 app[web.1]: AttributeError: 'Message' object has no attribute 'id'
The text was updated successfully, but these errors were encountered: