Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[danbooru] Error when downloading ugoira - KeyError: 'pixiv_ugoira_frame_data' #3056

Closed
space-nuko opened this issue Oct 14, 2022 · 1 comment

Comments

@space-nuko
Copy link
Contributor

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'
@space-nuko space-nuko changed the title [danbooru] Error when downloading ugoira [danbooru] Error when downloading ugoira - KeyError: 'pixiv_ugoira_frame_data' Oct 14, 2022
@mikf
Copy link
Owner

mikf commented 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants