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

Got an error while downloading my Pixiv bookmarks. #6850

Open
pennilessSplatter opened this issue Jan 17, 2025 · 5 comments
Open

Got an error while downloading my Pixiv bookmarks. #6850

pennilessSplatter opened this issue Jan 17, 2025 · 5 comments

Comments

@pennilessSplatter
Copy link

pennilessSplatter commented Jan 17, 2025

I excluded data that might be private and sensitive info for me to keep private. "excluded"

If there is any info that should be private but I missed or info that isn't very private that I shouldn't have left out, tell me and I'll respond as fast as possible.

gallery-dl --verbose "excluded"

gallery-dl: Version 1.28.4
gallery-dl: Python 3.12.8 - Linux-4.14.190-25741239-abG977UVRUBHWG3-aarch64-with-libc
gallery-dl: requests 2.32.3 - urllib3 2.3.0
gallery-dl: Configuration Files ['excluded']
gallery-dl: Starting DownloadJob for 'excluded'
pixiv: Using PixivFavoriteExtractor for 'excluded'
urllib3.connectionpool: Starting new HTTPS connection (1): app-api.pixiv.net:443
urllib3.connectionpool: https://app-api.pixiv.net:443 "GET excluded HTTP/1.1" excluded
urllib3.connectionpool: https://app-api.pixiv.net:443 "GET excluded HTTP/1.1" excluded
postprocessor: module 'None' not found
postprocessor.ugoira: using concat demuxer
pixiv: Active postprocessor modules: [UgoiraPP]
excluded
pixiv: excluded: 'limit_sanity_level' warning
urllib3.connectionpool: Starting new HTTPS connection (1): www.pixiv.net:443
urllib3.connectionpool: https://www.pixiv.net:443 "GET excluded HTTP/1.1" excluded
pixiv: An unexpected error occurred: IndexError - list assignment index out of range. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
pixiv:
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/gallery_dl/job.py", line 152, in run
for msg in extractor:
^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/gallery_dl/extractor/pixiv.py", line 67, in items
files = self._extract_files(work)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/gallery_dl/extractor/pixiv.py", line 125, in _extract_files
return self._extract_ajax(work, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/gallery_dl/extractor/pixiv.py", line 196, in _extract_ajax
url = self._extract_ajax_url(body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/gallery_dl/extractor/pixiv.py", line 262, in _extract_ajax_url
parts[3] = "img-original"
~~~~~^^^
IndexError: list assignment index out of range

@mikf
Copy link
Owner

mikf commented Jan 18, 2025

info ... that I shouldn't have left out, tell me and I'll respond as fast as possible.

pixiv: excluded: 'limit_sanity_level' warning

I would need the artwork ID in order to reproduce the error and fix it.

@pennilessSplatter
Copy link
Author

info ... that I shouldn't have left out, tell me and I'll respond as fast as possible.

pixiv: excluded: 'limit_sanity_level' warning

I would need the artwork ID in order to reproduce the error and fix it.

The URL I was trying to downloading is my bookmarks. My bookmakers contain multiple authors.

@mikf
Copy link
Owner

mikf commented Jan 18, 2025

I know. I'm asking for this specific "limit_sanity_level" work ID that causes the error.

Also, as a workaround you can use -o sanity=0 to ignore these "limit_sanity_level" works for the time being.

@pennilessSplatter
Copy link
Author

ll

I know. I'm asking for this specific "limit_sanity_level" work ID that causes the error.

Also, as a workaround you can use -o sanity=0 to ignore these "limit_sanity_level" works for the time being.

Oh I found out what you mean now. I have the artist's ID. It's not specifically my bookmakrs that's the issue. How can I dm it to you?

@mikf
Copy link
Owner

mikf commented Jan 19, 2025

Send me an email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants