Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/bot/bot.py", line 1732, in edit_message_reply_markup
- result = await self.request(api.Methods.EDIT_MESSAGE_REPLY_MARKUP, payload)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/bot/base.py", line 194, in request
- proxy=self.proxy, proxy_auth=self.proxy_auth, timeout=self.timeout, **kwargs)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/bot/api.py", line 104, in make_request
- return check_result(method, response.content_type, response.status, await response.text())
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/bot/api.py", line 78, in check_result
- exceptions.BadRequest.detect(description)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/utils/exceptions.py", line 136, in detect
- raise err(cls.text or description)
- aiogram.utils.exceptions.MessageNotModified: Message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/forden/.local/lib/python3.7/site-packages/aiormq/tools.py", line 31, in wrap
- return await result
- File "/home/forden/.local/lib/python3.7/site-packages/aio_pika/queue.py", line 27, in consumer
- return await create_task(callback, message, loop=loop)
- File "/home/forden/PycharmProjects/zuku/zukuworker.py", line 142, in process_msg
- await misc.dp.process_updates(new_upds)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/dispatcher.py", line 188, in process_updates
- return await asyncio.gather(*tasks)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/handler.py", line 117, in notify
- response = await handler_obj.handler(*args, **partial_data)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/dispatcher.py", line 241, in process_update
- err = await self.errors_handlers.notify(update, e)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/handler.py", line 108, in notify
- data.update(await check_filters(handler_obj.filters, args))
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/filters/filters.py", line 72, in check_filters
- f = await execute_filter(filter_, args)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/filters/filters.py", line 56, in execute_filter
- return await filter_.filter(*args, **filter_.kwargs)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/filters/filters.py", line 161, in __call__
- return await self.check(*args)
- File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/filters/builtin.py", line 541, in check
- except self.exception:
- TypeError: catching classes that do not inherit from BaseException is not allowed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement