So I have a bunch of CBZ files. Some work and some don’t. There isn’t much information out there on the errors, which is a bit meh. Wish the errors were more descriptive so I could try troubleshooting.
I just looked into it. There are two reasons they don’t work.
The first one is that the file is not a cbz, but a zip file containing a cbz. We don’t have support for this at the moment. We might add it in the future but, for now, comic files can’t be contained in a compressed file.
The second reason is that the comic files, even though it has a .cbz extension, is not really a cbz, but a cb7. cb7 uses 7-zip compression, not zip. Unfortunately, we don’t have support for 7-zip at the moment, but it’s on our roadmap. Even if you extract your comic file from the .zip file, Panels won’t be able to decompress it.
The only solution, at the moment, is to double-decompress the comic and compress it again using zip or rar.
I’ll keep the file you sent us as a use-case example. I’ll use it to tests the support for 7-zip + nested compressed files.
Thanks for the heads up! I have now managed to get this working. It would be nice if you could make the error messages more descriptive, if it pumped something like “wrong file format cb7, should be …” that would have helped me troubleshoot.
100% we’ve been historically quite bad at error feedback. We need to improve in that area, for sure. But you know… it takes a lot of time that we normally spend on the happy path…