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

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

Closed
Zekira opened this issue Sep 19, 2022 · 4 comments

Comments

@Zekira
Copy link

Zekira commented Sep 19, 2022

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

@Nandaka
Copy link
Owner

Nandaka commented Sep 24, 2022

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

@Zekira
Copy link
Author

Zekira commented Sep 24, 2022

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.

@Nandaka
Copy link
Owner

Nandaka commented Sep 25, 2022

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

@Zekira
Copy link
Author

Zekira commented Sep 25, 2022

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!

@Nandaka Nandaka closed this as completed Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants