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
$ python3 tgmount.py --download /tmp/files/ --id blahblah --files 17525,17526
INFO [root] Download files [17525, 17526] from blahblah to /tmp/files/
Traceback (most recent call last):
File "tgmount.py", line 168, in <module>
loop.run_until_complete(main())
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "tgmount.py", line 81, in main
await download(await client(),
File "/home/media/tgmount/tgmount/tgmount/actions.py", line 156, in download
([d['attributes']['file_name'] for m, d in documents],))
File "/home/media/tgmount/tgmount/tgmount/actions.py", line 156, in <listcomp>
([d['attributes']['file_name'] for m, d in documents],))
TypeError: 'Message' object is not subscriptable
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: