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 installed clone version of git, using Linux Mint 19 Tara, Kernel: Linux 4.15.0-54-generic. on running python3 -m telegram_export i am presented with the following error :
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/**removed**/.local/lib/python3.6/site-packages/telegram_export/__main__.py", line 316, in <module>
ret = loop.run_until_complete(main(loop)) or 0
File "/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
return future.result()
File "/home/**removed**/.local/lib/python3.6/site-packages/telegram_export/__main__.py", line 294, in main
exporter = Exporter(client, config, dumper, loop)
File "/home/**removed**/.local/lib/python3.6/site-packages/telegram_export/exporter.py", line 54, in __init__
self.downloader = Downloader(client, config['Dumper'], dumper, loop)
File "/home/**removed**/.local/lib/python3.6/site-packages/telegram_export/downloader.py", line 52, in __init__
assert all(x in VALID_TYPES for x in self.types)
AssertionError
Hi,
I installed clone version of git, using Linux Mint 19 Tara, Kernel: Linux 4.15.0-54-generic. on running python3 -m telegram_export i am presented with the following error :
The following is my config :
By the way "python3 -m telegram_export --list-dialogs" works fine.
Please assist!
The text was updated successfully, but these errors were encountered: