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 issue #82

Closed
yomanbest opened this issue Mar 19, 2018 · 1 comment
Closed

Danbooru issue #82

yomanbest opened this issue Mar 19, 2018 · 1 comment
Labels

Comments

@yomanbest
Copy link

yomanbest commented Mar 19, 2018

Lately I have not been able to download any full danbooru tag galleries because of a really weird error. It downloads, I'd say, about the first page then this happens

[danbooru][debug] Traceback
Traceback (most recent call last):
  File "c:\users\alpha\appdata\local\programs\python\python36-32\lib\site-packages\gallery_dl\job.py", line 63, in run
    for msg in self.extractor:
  File "c:\users\alpha\appdata\local\programs\python\python36-32\lib\site-packages\gallery_dl\extractor\booru.py", line 63, in items
    self.update_page(data)
  File "c:\users\alpha\appdata\local\programs\python\python36-32\lib\site-packages\gallery_dl\extractor\booru.py", line 95, in update_page
    self.params["page"] = "b{}".format(data["id"])
KeyError: 'id'

Am I doing something wrong? The downloader was working fine so far.

@mikf
Copy link
Owner

mikf commented Mar 19, 2018

Thanks for reporting this.

This bug was introduced in v1.3.0 (commit 5008e10) and effects konachan, yandere and e621 as well.
I changed some variable-names around and forgot to change one of them, which caused the page-updating function to get the wrong dictionary without any id in it.

@mikf mikf closed this as completed in 3905474 Mar 19, 2018
@mikf mikf added the bug label Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants