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
there seems to be an issue with imgur and downloading albums that exists but don't contain media/images (or the media isn't visible) such as https://imgur.com/a/pjOnJA0
[gallery-dl][debug] Version 1.21.2
[gallery-dl][debug] Python 3.10.4 - Linux-5.10.104-linuxkit-x86_64-with-glibc2.31
[gallery-dl][debug] requests 2.27.1 - urllib3 1.26.9
[gallery-dl][debug] Starting DownloadJob for 'https://imgur.com/a/pjOnJA0'
[imgur][debug] Using ImgurAlbumExtractor for 'https://imgur.com/a/pjOnJA0'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): api.imgur.com:443
[urllib3.connectionpool][debug] https://api.imgur.com:443 "GET /post/v1/albums/pjOnJA0?include=media%2Ctags%2Caccount HTTP/1.1" 200 344
[imgur][error] An unexpected error occurred: KeyError - 'media'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[imgur][debug]
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/gallery_dl/job.py", line 76, in run
for msg in extractor:
File "/usr/local/lib/python3.10/site-packages/gallery_dl/extractor/imgur.py", line 212, in items
images = album["media"]
KeyError: 'media'
The text was updated successfully, but these errors were encountered:
there seems to be an issue with imgur and downloading albums that exists but don't contain media/images (or the media isn't visible) such as https://imgur.com/a/pjOnJA0
The text was updated successfully, but these errors were encountered: