mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.38k stars 929 forks source link

Error downloading from Skeb #3228

Closed elsenchai closed 1 year ago

elsenchai commented 1 year ago

Was using the tool just fine in Fanbox and Kemono but error occurs when downloading from Skeb, what am I looking at from the error codes? Thanks

C:\Users\User>gallery-dl "https://skeb.jp/@nevion_jp" --verbose [gallery-dl][debug] Version 1.22.3 [gallery-dl][debug] Python 3.10.5 - Windows-10-10.0.19045-SP0 [gallery-dl][debug] requests 2.28.1 - urllib3 1.26.9 [gallery-dl][debug] Starting DownloadJob for 'https://skeb.jp/@nevion_jp' [skeb][debug] Using SkebUserExtractor for 'https://skeb.jp/@nevion_jp' [urllib3.connectionpool][debug] Starting new HTTPS connection (1): skeb.jp:443 [urllib3.connectionpool][debug] https://skeb.jp:443 "GET /api/users/nevion_jp/works?role=creator&sort=date&offset=0 HTTP/1.1" 200 16670 [urllib3.connectionpool][debug] https://skeb.jp:443 "GET /api/users/nevion_jp/works/30 HTTP/1.1" 200 4315 [skeb][error] An unexpected error occurred: KeyError - 'completed_at'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues . [skeb][debug] Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\gallery_dl\job.py", line 77, in run for msg in extractor: File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\gallery_dl\extractor\skeb.py", line 29, in items response, post = self._get_post_data(user_name, post_num) File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\gallery_dl\extractor\skeb.py", line 72, in _get_post_data "completed_at" : resp["completed_at"], KeyError: 'completed_at'

C:\Users\User>

kattjevfel commented 1 year ago

You are 7 versions behind, please update to v1.23.5. Your example link works just fine here.

elsenchai commented 1 year ago

lol