{% extends "admin/change_list.html" %} {% block footer %}
Comic archives that have failed to import. This list is updated every time the library updates. You should probably review these files and fix or remove them
Try using the zip fixer:
cp problem-comic.cbz /somewhere/safe/problem-comic.cbz.backup zip -F problem-comic.cbz --out fixed.zip mv fixed.zip problem-comic.cbzto fix comics. I've found that even if the fixed comic looks exactly the same as the original, replacing the original with the fixed archive can often get Codex to import it properly.
zip -FF
to fix comics which uses a different (not necissarily better) algorithm to fix archives.
Deletes the failed imports entry from the database. May reappear after the next poll if Codex fails to import it again.
Poll the libraries the selected failed imports come from for changes, possibly clearing some failed imports if the comic archives were fixed or removed.
If the comic looks good to you, but still shows up as a failed import, it might be Codex's fault for not importing it correctly. Please file an Issue Report and include the stack trace from the logs at config/logs/codex.log
if you can.