PixivUtil2 icon indicating copy to clipboard operation
PixivUtil2 copied to clipboard

Fanbox: Getting 'compression method is not supported' error for certain zip files

Open Zekira opened this issue 3 years ago • 4 comments

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

  1. 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)
  2. 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

Zekira avatar Sep 19 '22 10:09 Zekira

try to set verifyImage=False in config.ini. Looks like python library cannot read the zip file format.

Nandaka avatar Sep 24 '22 00:09 Nandaka

try to set verifyImage=False in config.ini. Looks like python library cannot read the zip file format.

Yeah looks like setting that to false worked.

Zekira avatar Sep 24 '22 17:09 Zekira

fyi, the latest version will skip the checking automatically if it encounter format not supported/NotImplementedError even with verifyImage=True

Nandaka avatar Sep 25 '22 02:09 Nandaka

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!

Zekira avatar Sep 25 '22 08:09 Zekira