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 --verbose https://skeb.jp/@whimgreen
gallery-dl: Version 1.24.0-dev
gallery-dl: Python 3.10.7 - Linux-6.0.3-1-default-x86_64-with-glibc2.36
gallery-dl: requests 2.28.1 - urllib3 1.26.12
gallery-dl: Starting DownloadJob for 'https://skeb.jp/@whimgreen'
skeb: Using SkebUserExtractor for 'https://skeb.jp/@whimgreen'
urllib3.connectionpool: Starting new HTTPS connection (1): skeb.jp:443
urllib3.connectionpool: https://skeb.jp:443 "GET /api/users/whimgreen/works?role=creator&sort=date&offset=0 HTTP/1.1" 200 11654
urllib3.connectionpool: https://skeb.jp:443 "GET /api/users/whimgreen/works/39 HTTP/1.1" 200 3970
skeb: 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:
Traceback (most recent call last):
File "/home/rob/.local/pipx/venvs/gallery-dl/lib64/python3.10/site-packages/gallery_dl/job.py", line 82, in run
for msg in extractor:
File "/home/rob/.local/pipx/venvs/gallery-dl/lib64/python3.10/site-packages/gallery_dl/extractor/skeb.py", line 31, in items
response, post = self._get_post_data(user_name, post_num)
File "/home/rob/.local/pipx/venvs/gallery-dl/lib64/python3.10/site-packages/gallery_dl/extractor/skeb.py", line 80, in _get_post_data
"completed_at" : resp["completed_at"],
KeyError: 'completed_at'
The text was updated successfully, but these errors were encountered:
Probably a site change. Using dev git build.
The text was updated successfully, but these errors were encountered: