Advertisement
Guest User

Untitled

a guest
Jul 24th, 2020
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/bot/bot.py", line 1732, in edit_message_reply_markup
  2. result = await self.request(api.Methods.EDIT_MESSAGE_REPLY_MARKUP, payload)
  3. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/bot/base.py", line 194, in request
  4. proxy=self.proxy, proxy_auth=self.proxy_auth, timeout=self.timeout, **kwargs)
  5. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/bot/api.py", line 104, in make_request
  6. return check_result(method, response.content_type, response.status, await response.text())
  7. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/bot/api.py", line 78, in check_result
  8. exceptions.BadRequest.detect(description)
  9. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/utils/exceptions.py", line 136, in detect
  10. raise err(cls.text or description)
  11. 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
  12.  
  13. During handling of the above exception, another exception occurred:
  14.  
  15. Traceback (most recent call last):
  16. File "/home/forden/.local/lib/python3.7/site-packages/aiormq/tools.py", line 31, in wrap
  17. return await result
  18. File "/home/forden/.local/lib/python3.7/site-packages/aio_pika/queue.py", line 27, in consumer
  19. return await create_task(callback, message, loop=loop)
  20. File "/home/forden/PycharmProjects/zuku/zukuworker.py", line 142, in process_msg
  21. await misc.dp.process_updates(new_upds)
  22. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/dispatcher.py", line 188, in process_updates
  23. return await asyncio.gather(*tasks)
  24. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/handler.py", line 117, in notify
  25. response = await handler_obj.handler(*args, **partial_data)
  26. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/dispatcher.py", line 241, in process_update
  27. err = await self.errors_handlers.notify(update, e)
  28. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/handler.py", line 108, in notify
  29. data.update(await check_filters(handler_obj.filters, args))
  30. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/filters/filters.py", line 72, in check_filters
  31. f = await execute_filter(filter_, args)
  32. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/filters/filters.py", line 56, in execute_filter
  33. return await filter_.filter(*args, **filter_.kwargs)
  34. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/filters/filters.py", line 161, in __call__
  35. return await self.check(*args)
  36. File "/home/forden/.local/lib/python3.7/site-packages/aiogram/dispatcher/filters/builtin.py", line 541, in check
  37. except self.exception:
  38. TypeError: catching classes that do not inherit from BaseException is not allowed
  39.  
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement