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 Mar 1, 2022. It is now read-only.
When downloading on some channels, some files are downloaded but then this error shows up and it stops. Further attempts always the same.
Traceback (most recent call last):
File "C:\tools\winpython\WPy32-3920\tools\DL-Telegram-by-file-attachment\downloader.py", line 44, in
if 'document' in message['media'] and re.search(term, message['media']['document']['attributes'][0]['file_name'], re.IGNORECASE):
KeyError: 'file_name'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When downloading on some channels, some files are downloaded but then this error shows up and it stops. Further attempts always the same.
Traceback (most recent call last):
File "C:\tools\winpython\WPy32-3920\tools\DL-Telegram-by-file-attachment\downloader.py", line 44, in
if 'document' in message['media'] and re.search(term, message['media']['document']['attributes'][0]['file_name'], re.IGNORECASE):
KeyError: 'file_name'
The text was updated successfully, but these errors were encountered: