-
Notifications
You must be signed in to change notification settings - Fork 258
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
Non-interactive new illust from bookmarked members doesn't work without explicit count limit #1348
Closed
3 tasks done
Comments
i'm having this problem too, for option 5 instead of 8 |
currently i followed the original poster's advice by adding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Description
Non-interactive bookmark downloading (option 8) is broken in 20240703 as it tries to run
len()
on an integer, most likelylen(-1)
as that seems to be the default for--bcl
/--bookmark_count_limit
, which is not a valid operation in Python.This can be worked around by adding the bookmark count limit explicitly (for example
--bcl=-1
), as that will supply the value as a string instead, but there's really no way to figure it out without reading the source code.Most likely broken by #1324.
Steps to Reproduce
-s 8 --ep=3 -x
arguments.Expected behavior:
Three first bookmarked pages are downloaded.
Actual behavior:
PixivUtil2 crashes immediately after login.
Versions
Broken in 20240703. Worked in 20230105.
I am running PixivUtil2 using my own Docker container, but it shouldn't really affect anything.
The text was updated successfully, but these errors were encountered: