Issues downloading

Hey,

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.

Anyway. I’ll attach an image so you can try help :slight_smile:

Thanks, this is helpful :pray:

Could you send that comic file to us? DM or support@panels.app

emailed it.

1 Like

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.

I hope that makes sense

Sorry. I zipped it to try make it smaller.

I’ll look into them being cb7 and see what I can do. It’s odd as it was downloaded as a cbz. I’ll update. Thanks for checking

I zipped it to try make it smaller.

Oh! gotcha! only the second part applies then.

It’s odd as it was downloaded as a cbz

image

Yeah, sometimes comic files are distributed with the wrong extension :man_shrugging:
Actually… Panels tries all the supported formats when it fails to open.

It ultimately fails because we don’t support 7zip at the moment. Otherwise it would have worked even if the extension is cbz.

Hopefully, we can add support for 7zip very soon :wink:

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.

Either way. Thank you!

1 Like

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… :man_shrugging:

It’s a classic. But yeah, duly noted :+1:

I get it. I’m like that with my code at work :slight_smile: