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
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
I exported 1 group with around 1M messages to test if the script runs smoothly for me, but when it got to 97% it crushed with another error:
File "/usr/local/lib/python3.6/dist-packages/telegram_export/downloader.py", line 507, in start req.offset_date = min(m.date for m in history.messages)
TypeError: '<' not supported between instances of 'NoneType' and 'dateime.datetime'
The text was updated successfully, but these errors were encountered:
I exported 1 group with around 1M messages to test if the script runs smoothly for me, but when it got to 97% it crushed with another error:
File "/usr/local/lib/python3.6/dist-packages/telegram_export/downloader.py", line 507, in start req.offset_date = min(m.date for m in history.messages)
TypeError: '<' not supported between instances of 'NoneType' and 'dateime.datetime'
The text was updated successfully, but these errors were encountered: