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

Сan't download fragments of any artist to Deviantart. The main gallery loads normally #3248

Closed
Mierls opened this issue Nov 18, 2022 · 1 comment

Comments

@Mierls
Copy link

Mierls commented Nov 18, 2022

E:>gallery-dl https://www.deviantart.com/shipposketches/gallery/scraps
[deviantart][error] An unexpected error occurred: KeyError - 'deviation'. Please
run gallery-dl again with the --verbose flag, copy its output and report this i
ssue on https://github.com/mikf/gallery-dl/issues .

E:>gallery-dl https://www.deviantart.com/shipposketches/gallery/scraps --verbos
e
[gallery-dl][debug] Version 1.20.5
[gallery-dl][debug] Python 3.8.6 - Windows-7-6.1.7601-SP1
[gallery-dl][debug] requests 2.26.0 - urllib3 1.26.7
[gallery-dl][debug] Starting DownloadJob for 'https://www.deviantart.com/shippos
ketches/gallery/scraps'
[deviantart][debug] Using DeviantartScrapsExtractor for 'https://www.deviantart.
com/shipposketches/gallery/scraps'
[deviantart][debug] Using default API credentials (client-id 5388)
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.deviantar
t.com:443
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oaut
h2/user/profile/shipposketches HTTP/1.1" 200 1586
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /_napi/da-us
er-profile/api/gallery/contents?username=ShippoSketches&offset=0&limit=24&scraps
_folder=true HTTP/1.1" 200 None
[deviantart][debug] Sleeping 2.00 seconds
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /_napi/da-br
owse/shared_api/deviation/extended_fetch?deviationid=916326516&username=ShippoSk
etches&type=art&include_session=false HTTP/1.1" 200 134
[deviantart][error] An unexpected error occurred: KeyError - 'deviation'. Please
run gallery-dl again with the --verbose flag, copy its output and report this i
ssue on https://github.com/mikf/gallery-dl/issues .
[deviantart][debug]
Traceback (most recent call last):
File "c:\program files\python38\lib\site-packages\gallery_dl\job.py", line 76,
in run
for msg in extractor:
File "c:\program files\python38\lib\site-packages\gallery_dl\extractor\deviant
art.py", line 84, in items
for deviation in self.deviations():
File "c:\program files\python38\lib\site-packages\gallery_dl\extractor\deviant
art.py", line 964, in deviations
deviation_uuid = eclipse_api.deviation_extended_fetch(
KeyError: 'deviation'

E:>

@mikf
Copy link
Owner

mikf commented Nov 18, 2022

[gallery-dl][debug] Version 1.20.5

Update to the latest release. It's fixed there. (#2981)

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