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

Fanbox has a error and aborts download partway through downloading a creator's page #3673

Closed
huskyhi opened this issue Feb 19, 2023 · 0 comments
Labels

Comments

@huskyhi
Copy link

huskyhi commented Feb 19, 2023

Error message is as follows

[gallery-dl][debug] Version 1.24.4
[gallery-dl][debug] Python 3.10.9 - macOS-13.2.1-x86_64-i386-64bit
[gallery-dl][debug] requests 2.28.2 - urllib3 1.26.14
[gallery-dl][debug] Configuration Files ['${HOME}/.config/gallery-dl/config.json']
[gallery-dl][debug] Starting DownloadJob for 'https://www.fanbox.cc/@marimo1899'
[fanbox][debug] Loading cookies from '/Users/nobu/Pictures/fanbox-g/cookies.txt'
[fanbox][debug] Using FanboxCreatorExtractor for 'https://www.fanbox.cc/@marimo1899'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): api.fanbox.cc:443
[urllib3.connectionpool][debug] https://api.fanbox.cc:443 "GET /post.listCreator?creatorId=marimo1899&limit=10 HTTP/1.1" 200 1409
[urllib3.connectionpool][debug] https://api.fanbox.cc:443 "GET /post.info?postId=5318744 HTTP/1.1" 200 1272
[fanbox][debug] Using download archive '/Users/nobu/.config/gallery-dl/gallery-dl-db/archive-fanbox-g.sqlite3'
[fanbox][debug] Active postprocessor modules: [MetadataPP, MetadataPP]
<...> bunch of stuff downloads then <...>
[urllib3.connectionpool][debug] https://api.fanbox.cc:443 "GET /post.info?postId=2374521 HTTP/1.1" 200 1070
[fanbox][error] An unexpected error occurred: KeyError - 'lZcHDQkrFuBhaqnwylwrlbwC'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[fanbox][debug]
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/gallery_dl/job.py", line 91, in run
for msg in extractor:
File "/usr/local/lib/python3.10/site-packages/gallery_dl/extractor/fanbox.py", line 41, in items
for content_body, post in self.posts():
File "/usr/local/lib/python3.10/site-packages/gallery_dl/extractor/fanbox.py", line 55, in _pagination
yield self._get_post_data(item["id"])
File "/usr/local/lib/python3.10/site-packages/gallery_dl/extractor/fanbox.py", line 89, in _get_post_data
content_body["imageMap"] = {
File "/usr/local/lib/python3.10/site-packages/gallery_dl/extractor/fanbox.py", line 90, in
image_id: image_map[image_id]
KeyError: 'lZcHDQkrFuBhaqnwylwrlbwC'

@mikf mikf added the bug label Feb 22, 2023
@mikf mikf closed this as completed Feb 26, 2023
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