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
I'm also running into this error, which stops the whole script instead of going on with the next image. This is related to the sanity_level problem (#4327). The breaking artwork is https://www.pixiv.net/artworks/118027546 in my case. It opens in the browser just fine. Checking the browsing history in the app, however, reveals the grey image we all know.
Also note that the submission is an Ugoira, so maybe that case isn't handled properly, yet. Debug output below, hope it helps.
[urllib3.connectionpool][debug] https://app-api.pixiv.net:443 "GET /v1/ugoira/metadata?illust_id=118027546 HTTP/11" 404 None
[pixiv][debug] {'error': {'user_message': 'Page not found', 'message': '', 'reason': '', 'user_message_details': {}}}
[pixiv][error] NotFoundError: Requested resource (gallery/image) could not be found
[pixiv][debug]
Traceback (most recent call last):
File "/opt/pypy/lib/pypy3.10/site-packages/gallery_dl/job.py", line 151, in run
for msg in extractor:
File "/opt/pypy/lib/pypy3.10/site-packages/gallery_dl/extractor/pixiv.py", line 65, in items
files = self._extract_files(work)
File "/opt/pypy/lib/pypy3.10/site-packages/gallery_dl/extractor/pixiv.py", line 110, in _extract_files
return self._extract_ugoira(work)
File "/opt/pypy/lib/pypy3.10/site-packages/gallery_dl/extractor/pixiv.py", line 146, in _extract_ugoira
ugoira = self.api.ugoira_metadata(work["id"])
File "/opt/pypy/lib/pypy3.10/site-packages/gallery_dl/extractor/pixiv.py", line 1151, in ugoira_metadata
return self._call("/v1/ugoira/metadata", params)["ugoira_metadata"]
File "/opt/pypy/lib/pypy3.10/site-packages/gallery_dl/extractor/pixiv.py", line 1171, in _call
raise exception.NotFoundError()
gallery_dl.exception.NotFoundError: Requested resource (gallery/image) could not be found
Some Pixiv Creator Delete their account or works.
How to skip these work?
The text was updated successfully, but these errors were encountered: