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

Rar archives with crc errors could be partially handled #57

Closed
gotson opened this issue Jan 5, 2020 · 3 comments
Closed

Rar archives with crc errors could be partially handled #57

gotson opened this issue Jan 5, 2020 · 3 comments
Labels
enhancement New feature or request released

Comments

@gotson
Copy link
Owner

gotson commented Jan 5, 2020

It seems there is an issue with some of my comics files. I've tested two of the ones Komga complains about, and for both of them one of the JPGs inside has a CRC error. The files are too big to upload here, but here's an example output from unrars test:

UNRAR 5.61 beta 1 freeware      Copyright (c) 1993-2018 Alexander Roshal

Testing archive Realm_of_Kings_One-Shot.cbr

Testing     Realm_of_Kings_001-017.jpg                                OK 
Testing     Realm_of_Kings_001-018.jpg                                OK 
Testing     Realm_of_Kings_001-019.jpg                                OK 
Testing     Realm_of_Kings_001-020.jpg                                OK 
Testing     Realm_of_Kings_001-021.jpg                                OK 
Testing     Realm_of_Kings_001-022.jpg                                19%
Realm_of_Kings_001-022.jpg - checksum error
Testing     Realm_of_Kings_001-023-24.jpg                             OK 
Testing     Realm_of_Kings_001-025-26.jpg                             OK 
Testing     Realm_of_Kings_001-027.jpg                                OK 
Testing     Realm_of_Kings_001-028.jpg                                OK 
Testing     Realm_of_Kings_001-029.jpg                                OK 
Testing     Realm_of_Kings_001-030.jpg                                OK 
Testing     Realm_of_Kings_001-031.jpg                                OK 
Testing     Realm_of_Kings_001-032.jpg                                OK 
Testing     Realm_of_Kings_001-001.jpg                                OK 
Testing     Realm_of_Kings_001-002.jpg                                OK 
Testing     Realm_of_Kings_001-003.jpg                                OK 
Testing     Realm_of_Kings_001-004.jpg                                OK 
Testing     Realm_of_Kings_001-005.jpg                                OK 
Testing     Realm_of_Kings_001-006.jpg                                OK 
Testing     Realm_of_Kings_001-007.jpg                                OK 
Testing     Realm_of_Kings_001-008-09.jpg                             OK 
Testing     Realm_of_Kings_001-010-11.jpg                             OK 
Testing     Realm_of_Kings_001-012.jpg                                OK 
Testing     Realm_of_Kings_001-013.jpg                                OK 
Testing     Realm_of_Kings_001-014.jpg                                OK 
Testing     Realm_of_Kings_001-015.jpg                                OK 
Testing     Realm_of_Kings_001-016.jpg                                OK 
Total errors: 1

My comics reading app just shows a blank page with an error icon and keeps going. Maybe Komga can be a bit more tolerant in these cases?

I could try, but I'll need one of the files to understand where is the problem and how to get around. @sardaukar Can you post it somewhere else?

Originally posted by @gotson in #49 (comment)

@sardaukar
Copy link

Hope this link works http://ge.tt/2K5J9X03

@gotson
Copy link
Owner Author

gotson commented Jan 6, 2020

Got it, thanks. Will have a look.

@gotson gotson added the enhancement New feature or request label Jan 6, 2020
@gotson gotson closed this as completed in 2605b1d Jan 18, 2020
gotson pushed a commit that referenced this issue Jan 18, 2020
# [0.13.0](v0.12.0...v0.13.0) (2020-01-18)

### Bug Fixes

* **admin rpc:** fix transaction issues on thumbnails regeneration ([af8e3ea](af8e3ea))
* **thumbnails:** fix wrong color in thumbnails ([1d5500d](1d5500d)), closes [#77](#77)
* media comment was not reset properly ([b42eadf](b42eadf))
* **web reader:** first/last display to full height in double pages mode ([a7548e2](a7548e2))
* **web reader:** remove blank space between images in double pages mode ([b65b009](b65b009)), closes [#72](#72)

### Features

* **api:** search books by media status ([0790501](0790501))
* **book analyzer:** partial handling of archives with errors ([2605b1d](2605b1d)), closes [#57](#57)
* **browse book:** add button to read book when hovering on thumbnail ([c490e79](c490e79)), closes [#67](#67)
* **security:** add remember-me option ([003452b](003452b)), closes [#39](#39)
* **web reader:** add 'original' fit option ([d030044](d030044)), closes [#71](#71)
* **webui:** add Media Analysis screen showing all books in error ([27d46d5](27d46d5)), closes [#26](#26)
@gotson
Copy link
Owner Author

gotson commented Jan 18, 2020

🎉 This issue has been resolved in version 0.13.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

2 participants