You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "...\telegram_messages_dump\telegram_dumper.py", line 80, in run
chatObj = self._getChannel()
File "...\telegram_messages_dump\telegram_dumper.py", line 173, in _getChannel
dialogs = self.get_dialogs(limit=None)
File "...\venv\lib\site-packages\telethon-0.18.3-py3.6.egg\telethon\telegram_client.py", line 619, in get_dialogs
dialogs = UserList(self.iter_dialogs(*args, **kwargs))
File "C:\Python36\lib\collections\__init__.py", line 1039, in __init__
self.data = list(initlist)
File "...\venv\lib\site-packages\telethon-0.18.3-py3.6.egg\telethon\telegram_client.py", line 600, in iter_dialogs
yield Dialog(self, d, entities, messages)
File "...\venv\lib\site-packages\telethon-0.18.3-py3.6.egg\telethon\tl\custom\dialog.py", line 69, in __init__
self.draft = Draft(client, dialog.peer, dialog.draft)
File "...\venv\lib\site-packages\telethon-0.18.3-py3.6.egg\telethon\tl\custom\draft.py", line 32, in __init__
self._text = markdown.unparse(draft.message, draft.entities)
AttributeError: 'DraftMessageEmpty' object has no attribute 'message'
It is already investigated and fixed in next releases (the latest is 1.0.3).
See discussion: LonamiWebs/Telethon#844
The text was updated successfully, but these errors were encountered:
wowkin2
changed the title
Increase telethon version to avoid issues (0.18.3 -> 1.0.3)
Increase telethon version to avoid exceptions
Jul 4, 2018
Got an issue with current using version 0.18.3
It is already investigated and fixed in next releases (the latest is
1.0.3
).See discussion: LonamiWebs/Telethon#844
The text was updated successfully, but these errors were encountered: