Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Task exception was never retrieved
- 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)')>
- Traceback (most recent call last):
- File "/home/tynuk/.local/lib/python3.7/site-packages/telethon/client/updates.py", line 381, in _dispatch_update
- await self._get_difference(update, channel_id, pts_date)
- File "/home/tynuk/.local/lib/python3.7/site-packages/telethon/client/updates.py", line 454, in _get_difference
- utils.get_input_dialog(where)
- File "/home/tynuk/.local/lib/python3.7/site-packages/telethon/client/users.py", line 64, in __call__
- result = await future
- 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