attachment-downloader
attachment-downloader copied to clipboard
ERROR - 'Struct' object has no attribute 'date'
I have latest version and getting on all messages above error.
python-dateutil = 2.8.1-1.24
Do the logs include anymore information? Can you send me the entire log output?
Thanks
When using switch --date-after="2022-03-03T13:00:00" i'm getting this error
Traceback (most recent call last):
File "attachment-downloader.py", line 88, in
Without date switch I'm getting this error
2022-03-03 23:11:38,293 - ERROR - 'Struct' object has no attribute 'date'
Traceback (most recent call last):
File "attachment-downloader.py", line 148, in
I think this should fix your issue: https://github.com/jamesridgway/attachment-downloader/pull/31
I suspect you may be using Python 3.6 and this should fix the issue. I need to do a new release which I will do shortly.
1.2.2 has now been released which should fix this issue
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.