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
Running latest code in development as of 8/22/2020.
shinji@hermes:~$ /home/shinji/.local/bin/gallery-dl --write-log ~/gallery-output.log --write-unsupported ~/gallery-unsupported.log https://www.reddit.com/r/araragi/comments/ib32hm/araragi_dancing_the_platinum_disco_dance_next_to/ --verbose
[gallery-dl][debug] Version 1.14.5-dev
[gallery-dl][debug] Python 3.8.0 - Linux-5.4.44-2-pve-x86_64-with-glibc2.29
[gallery-dl][debug] requests 2.24.0 - urllib3 1.25.9
[gallery-dl][debug] Starting DownloadJob for 'https://www.reddit.com/r/araragi/comments/ib32hm/araragi_dancing_the_platinum_disco_dance_next_to/'
[reddit][debug] Using RedditSubmissionExtractor for 'https://www.reddit.com/r/araragi/comments/ib32hm/araragi_dancing_the_platinum_disco_dance_next_to/'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): oauth.reddit.com:443
[urllib3.connectionpool][debug] https://oauth.reddit.com:443 "GET /comments/ib32hm/.json?limit=0&raw_json=1 HTTP/1.1" 200 2552
[reddit][debug] Using download archive './gallery-dl/archive-reddit.sqlite3'
[reddit][error] An unexpected error occurred: KeyError - 'u'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[reddit][debug]
Traceback (most recent call last):
File "/home/shinji/.local/lib/python3.8/site-packages/gallery_dl/job.py", line 64, in run
for msg in self.extractor:
File "/home/shinji/.local/lib/python3.8/site-packages/gallery_dl/extractor/reddit.py", line 67, in items
url = meta[item["media_id"]]["s"]["u"]
KeyError: 'u'
Note that this happens even when just getting a list of urls as I had to see what the last image grabbed was then find out on the reddit which one was next.
The text was updated successfully, but these errors were encountered:
Running latest code in development as of 8/22/2020.
Example: https://www.reddit.com/r/araragi/comments/ib32hm/araragi_dancing_the_platinum_disco_dance_next_to/
Note that this happens even when just getting a list of urls as I had to see what the last image grabbed was then find out on the reddit which one was next.
The text was updated successfully, but these errors were encountered: