Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. bot.py:485: RuntimeWarning: coroutine 'EditMessageText.edit_message_text' was never awaited
  2. app.edit_message_text(message.chat.id,message.message_id,text)
  3. RuntimeWarning: Enable tracemalloc to get the object allocation traceback
  4. ERROR:pyrogram.client.ext.dispatcher:object NoneType can't be used in 'await' expression
  5. Traceback (most recent call last):
  6. File "/usr/local/lib/python3.7/site-packages/pyrogram/client/ext/dispatcher.py", line 198, in update_worker
  7. await handler.callback(self.client, *args)
  8. TypeError: object NoneType can't be used in 'await' expression
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement