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
When trying to run the latest release from command line to download a tag it would crash with the error: Unknown Error, please check the log file: (<class 'ValueError'>, ValueError("invalid literal for int() with base 10: '-x'"), <traceback object at 0x000002A1E63EA2C0>)
Experimenting with the options I found that it was the lack of '--bcl='
This is the command I run: pixivutil2.exe -s 3 "東方" --use_wildcard_tag --sp=1 --ep=4 -x
The text was updated successfully, but these errors were encountered:
When trying to run the latest release from command line to download a tag it would crash with the error:
Unknown Error, please check the log file: (<class 'ValueError'>, ValueError("invalid literal for int() with base 10: '-x'"), <traceback object at 0x000002A1E63EA2C0>)
Experimenting with the options I found that it was the lack of '--bcl='
This is the command I run:
pixivutil2.exe -s 3 "東方" --use_wildcard_tag --sp=1 --ep=4 -x
The text was updated successfully, but these errors were encountered: