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
danbooru: An unexpected error occurred: KeyError - 'pixiv_ugoira_frame_data'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
danbooru:
Traceback (most recent call last):
File "/nix/store/s5iw40i15jhz44zgwzvkxlsiscd0n397-gallery_dl-1.22.3/lib/python3.10/site-packages/gallery_dl/job.py", line 77, in run
for msg in extractor:
File "/nix/store/s5iw40i15jhz44zgwzvkxlsiscd0n397-gallery_dl-1.22.3/lib/python3.10/site-packages/gallery_dl/extractor/danbooru.py", line 90, in items
post["frames"] = self.request(
KeyError: 'pixiv_ugoira_frame_data'
The text was updated successfully, but these errors were encountered:
space-nuko
changed the title
[danbooru] Error when downloading ugoira
[danbooru] Error when downloading ugoira - KeyError: 'pixiv_ugoira_frame_data'
Oct 14, 2022
Danbooru changed how it stores Ugoira frame delays in its database and removed the pixiv_ugoira_frame_data data structure used by gallery-dl while doing so. (danbooru/danbooru@01d10a5, danbooru/danbooru@c2adf27).
An alternative way for fetching this data got added, but it isn't live yet. (danbooru/danbooru@93887b0)
The text was updated successfully, but these errors were encountered: