-
-
Notifications
You must be signed in to change notification settings - Fork 993
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
deviantart simply does not work #6694
Comments
The first line of the log output indicates there's a syntax error in your JSON config, so nothing in that file is actually getting used, which tends to be very bad for Deviantart. Try uploading your If the issue persists & you're using any VPN or proxy, I would suggest trying a different server (or disabling it). For my VPN provider, Deviantart always returns 429 status codes for most of the servers available. |
ok thank you so much. so i fixed the syntax error (literally just deleting and replacing a space???) but now it still craps its pants and gives me this output: [11:41 PM] ham@sylvie> gallery-dl --verbose https://www.deviantart.com/vandamcbtl/gallery |
You might want to |
no matter hjow closely i follow the instructions it just says 429 too many requests and tells me to paste the output here... pls help u guise ;(
[04:34 PM] ham@sylvie> gallery-dl -v https://www.deviantart.com/vandamcbtl/gallery
[config][error] JSONDecodeError when loading '/Users/ham/.config/gallery-dl/config.json': Expecting value: line 330 column 25 (char 7627)
[gallery-dl][debug] Version 1.26.5 - Git HEAD: 3001afe881
[gallery-dl][debug] Python 3.11.7 - macOS-12.6.6-arm64-arm-64bit
[gallery-dl][debug] requests 2.31.0 - urllib3 2.0.4
[gallery-dl][debug] Configuration Files []
[gallery-dl][debug] Starting DownloadJob for 'https://www.deviantart.com/vandamcbtl/gallery'
[deviantart][debug] Using DeviantartGalleryExtractor for 'https://www.deviantart.com/vandamcbtl/gallery'
[deviantart][debug] Using default API credentials (client-id 5388)
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.deviantart.com:443
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/user/profile/vandamcbtl HTTP/1.1" 429 105
[deviantart][debug] {"error":"application_api_threshold","error_description":"Client request limit reached.","status":"error"}
[deviantart][warning] API responded with 429 Too Many Requests. Using 1s delay.
[deviantart][debug] Sleeping 1.00 seconds (api)
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/user/profile/vandamcbtl HTTP/1.1" 429 105
[deviantart][debug] {"error":"application_api_threshold","error_description":"Client request limit reached.","status":"error"}
[deviantart][warning] API responded with 429 Too Many Requests. Using 2s delay.
[deviantart][debug] Sleeping 2.00 seconds (api)
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/user/profile/vandamcbtl HTTP/1.1" 429 105
[deviantart][debug] {"error":"application_api_threshold","error_description":"Client request limit reached.","status":"error"}
[deviantart][warning] API responded with 429 Too Many Requests. Using 3s delay.
[deviantart][info] Register your own OAuth application and use its credentials to prevent this error: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractordeviantartclient-id--client-secret
[deviantart][debug] Sleeping 3.00 seconds (api)
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/user/profile/vandamcbtl HTTP/1.1" 200 1451
[deviantart][debug] Sleeping 2.00 seconds (api)
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/gallery/all?username=VanDamCbtl&offset=0&limit=24&mature_content=true HTTP/1.1" 429 105
[deviantart][debug] {"error":"application_api_threshold","error_description":"Client request limit reached.","status":"error"}
[deviantart][warning] API responded with 429 Too Many Requests. Using 3s delay.
[deviantart][debug] Sleeping 3.00 seconds (api)
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/gallery/all?username=VanDamCbtl&offset=0&limit=24&mature_content=true HTTP/1.1" 429 105
[deviantart][debug] {"error":"application_api_threshold","error_description":"Client request limit reached.","status":"error"}
[deviantart][warning] API responded with 429 Too Many Requests. Using 4s delay.
[deviantart][debug] Sleeping 4.00 seconds (api)
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/gallery/all?username=VanDamCbtl&offset=0&limit=24&mature_content=true HTTP/1.1" 200 None
[deviantart][debug] Switching to private access token
[deviantart][debug] Sleeping 3.00 seconds (api)
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/gallery/all?username=VanDamCbtl&offset=0&limit=24&mature_content=true HTTP/1.1" 429 105
[deviantart][debug] {"error":"application_api_threshold","error_description":"Client request limit reached.","status":"error"}
[deviantart][warning] API responded with 429 Too Many Requests. Using 4s delay.
[deviantart][debug] Sleeping 4.00 seconds (api)
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/gallery/all?username=VanDamCbtl&offset=0&limit=24&mature_content=true HTTP/1.1" 200 None
[deviantart][error] An unexpected error occurred: KeyError - 'category'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[deviantart][debug]
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.11/site-packages/gallery_dl/job.py", line 127, in run
for msg in extractor:
File "/opt/homebrew/lib/python3.11/site-packages/gallery_dl/extractor/deviantart.py", line 129, in items
self.prepare(deviation)
File "/opt/homebrew/lib/python3.11/site-packages/gallery_dl/extractor/deviantart.py", line 231, in prepare
deviation["da_category"] = deviation["category"]
~~~~~~~~~^^^^^^^^^^^^
KeyError: 'category'
The text was updated successfully, but these errors were encountered: