PixivUtil2
PixivUtil2 copied to clipboard
Fanbox: Getting 'compression method is not supported' error for certain zip files
Prerequisites
- [Y] Did you read FAQ section in readme.md?
- [Y] Did you test with the latest releases or commit ?
- [Y] Did you search for existing issues in Issues?
Description
When going over certain zip files in fanbox, getting a 'That compression method is not supported' error for them. I can only find one example right now though, but I'm not sure if I'm allowed to upload it. It's one of the files in this post: ttps://dikko.fanbox.cc/posts/4069313
Steps to Reproduce
- Do a fanbox download for a post with the offending zip file, in my case I do f2 (by artist) -> and then name, no limit on pages (download everything)
- Attempt to download zip file
Expected behavior: Zip file should download properly
Actual behavior: Retry happens 20 times, but all with 'coimpression method is not suppored error', never proceeds to next posts and program is forced exited.
Log file: [Attach the pixivutil.log file in the application folder, recommended to delete the old file, reproduce the issue, and upload the newly generated file here]
pixivutil.log
Versions
20220825
You can get this information from executing PixivUtil2.py --help.
Latest version available in https://github.com/Nandaka/PixivUtil2/releases
try to set verifyImage=False in config.ini. Looks like python library cannot read the zip file format.
try to set
verifyImage=Falsein config.ini. Looks like python library cannot read the zip file format.
Yeah looks like setting that to false worked.
fyi, the latest version will skip the checking automatically if it encounter format not supported/NotImplementedError even with verifyImage=True
fyi, the latest version will skip the checking automatically if it encounter format not supported/NotImplementedError even with
verifyImage=True
Nice, I'll be sure to grab it when I can, thanks for the update!