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

KeyError: 'rating' when trying to download from fuskator #5039

Closed
flynnsharwood opened this issue Jan 8, 2024 · 0 comments
Closed

KeyError: 'rating' when trying to download from fuskator #5039

flynnsharwood opened this issue Jan 8, 2024 · 0 comments
Labels

Comments

@flynnsharwood
Copy link

[gallery-dl][debug] Version 1.25.6 - Executable
[gallery-dl][debug] Python 3.8.10 - Windows-10-10.0.22621
[gallery-dl][debug] requests 2.28.2 - urllib3 1.26.15
[gallery-dl][debug] Configuration Files []
[gallery-dl][debug] Starting DownloadJob for 'https://fuskator.com/expanded/a62m6XTQJPH/index.html'
[fuskator][debug] Using FuskatorGalleryExtractor for 'https://fuskator.com/expanded/a62m6XTQJPH/index.html'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): fuskator.com:443
[urllib3.connectionpool][debug] https://fuskator.com:443 "GET /thumbs/a62m6XTQJPH/ HTTP/1.1" 301 12660
[urllib3.connectionpool][debug] https://fuskator.com:443 "GET /thumbs/a62m6XTQJPH/index.html HTTP/1.1" 200 12523
[urllib3.connectionpool][debug] https://fuskator.com:443 "POST /ajax/auth.aspx HTTP/1.1" 200 8
[urllib3.connectionpool][debug] https://fuskator.com:443 "GET /ajax/gal.aspx?X-Auth=3Oayv6Jl&hash=a62m6XTQJPH&_=1704737128 HTTP/1.1" 200 2232
[fuskator][error] An unexpected error occurred: KeyError - 'rating'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[fuskator][debug]
Traceback (most recent call last):
File "gallery_dl\job.pyc", line 96, in run
File "gallery_dl\extractor\common.pyc", line 565, in items
File "gallery_dl\extractor\fuskator.pyc", line 69, in metadata
KeyError: 'rating'

@mikf mikf added the site:bug label Jan 8, 2024
mikf added a commit that referenced this issue Jan 8, 2024
- prevent KeyErrors
- prevent HTTP redirect
- return file URLs as list
@mikf mikf closed this as completed Jan 8, 2024
bradenhilton pushed a commit to bradenhilton/gallery-dl that referenced this issue Feb 5, 2024
- prevent KeyErrors
- prevent HTTP redirect
- return file URLs as list
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