Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Task exception was never retrieved
  2. future: <Task finished coro=<UpdateMethods._dispatch_update() done, defined at /home/tynuk/.local/lib/python3.7/site-packages/telethon/client/updates.py:373> exception=ChannelInvalidError('Invalid channel object. Make sure to pass the right types, for instance making sure that the request is designed for channels or otherwise look for a different one more suited (caused by GetPeerDialogsRequest)')>
  3. Traceback (most recent call last):
  4. File "/home/tynuk/.local/lib/python3.7/site-packages/telethon/client/updates.py", line 381, in _dispatch_update
  5. await self._get_difference(update, channel_id, pts_date)
  6. File "/home/tynuk/.local/lib/python3.7/site-packages/telethon/client/updates.py", line 454, in _get_difference
  7. utils.get_input_dialog(where)
  8. File "/home/tynuk/.local/lib/python3.7/site-packages/telethon/client/users.py", line 64, in __call__
  9. result = await future
  10. telethon.errors.rpcerrorlist.ChannelInvalidError: Invalid channel object. Make sure to pass the right types, for instance making sure that the request is designed for channels or otherwise look for a different one more suited (caused by GetPeerDialogsRequest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement