You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gallery-dl][debug] Version 1.8.4
[gallery-dl][debug] Python 3.7.3 - Windows-7-6.1.7601-SP1
[gallery-dl][debug] requests 2.22.0 - urllib3 1.24.3
[gallery-dl][debug] Starting DownloadJob for 'https://www.deviantart.com/twokinds'
[gallery-dl][debug] updating default urllib3 ciphers
[deviantart][debug] Using DeviantartGalleryExtractor for 'https://www.deviantart.com/twokinds'
[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/twokinds HTTP/1.1" 200 1581
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/gallery/folders?username=twokinds&offset=0&limit=50&mature_content=true HTTP/1.1" 200 395
[deviantart][error] An unexpected error occurred: KeyError - 'deviationid'. 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 "gallery_dl\cache.py", line 31, in __call__
KeyError: 'twokinds'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "gallery_dl\job.py", line 53, in run
File "gallery_dl\extractor\deviantart.py", line 60, in items
File "gallery_dl\extractor\deviantart.py", line 282, in deviations
File "gallery_dl\cache.py", line 33, in __call__
File "gallery_dl\extractor\deviantart.py", line 694, in gallery_folders
File "gallery_dl\extractor\deviantart.py", line 785, in _pagination_list
File "gallery_dl\extractor\deviantart.py", line 778, in _pagination
File "gallery_dl\extractor\deviantart.py", line 792, in _extend
File "gallery_dl\extractor\deviantart.py", line 669, in deviation_metadata
File "gallery_dl\extractor\deviantart.py", line 669, in <genexpr>
KeyError: 'deviationid'
The text was updated successfully, but these errors were encountered:
Setting "flat": false will only get images that have been put into folders, but that aren't necessarily all images posted by a user. It is also (partially) what is responsible for the error here. Leaving this option at its default value guarantees you will be getting all images and this error doesn't happen.
Version: v1.8.4
Command:
gallery-dl.exe -c gallery-dl.conf --verbose https://www.deviantart.com/twokinds
gallery-dl.conf:
Output:
The text was updated successfully, but these errors were encountered: