ajslater / codex

Codex is a web based comic archive browser and reader
GNU General Public License v3.0
184 stars 6 forks source link

Reader not opening for comics #393

Closed abillauer closed 5 hours ago

abillauer commented 4 days ago

I am using codex version 1.6.3 on a docker. I installed codex on a fresh ubuntu install and imported the comics library with the "Import Metadata on Library Scan" unchecked.

When opening up individual books the gui flashes the front cover for a moment and then the reader displays "Book Not Found Close the reader and find another book - Try to load book again"

Clicking reload or refreshing the browser doesn't help.

The log reads:


2024-07-04 15:06:14 UTC WARNING Invalid arc {'group': 'f', 'pks': (8083,), 'filters': {}, 'name': 'COMIC_NAME'} submitted to reader for comic 60508.

2024-07-04 15:06:14 UTC WARNING Invalid arc {'group': 'f', 'pks': (8083,), 'filters': {}, 'name': 'COMIC_NAME'} submitted to reader for comic 60508.

Am I doing something wrong here?

Thanks!

abillauer commented 4 days ago

Ok. Something odd I noticed. When I try to read subsequent books I get the same error with the same title as the original error but a different number at the end.

WARNING Invalid arc {'group': 'f', 'pks': (8083,), 'filters': {}, 'name': '**COMIC_NAME** '} submitted to reader for comic 108799.

Also got this:

2024-07-04 17:11:16 UTC WARNING Invalid arc {'group': 's', 'pks': (1,)} submitted to reader for comic 114427.

2024-07-04 17:11:52 UTC WARNING Invalid arc {'group': 's', 'pks': (1,)} submitted to reader for comic 114427
ajslater commented 1 day ago

Just got back from a little vacation. Your bug report is informative, thanks! I'll try to reproduce tomorrow.

abillauer commented 21 hours ago

Thanks. Welcome back!

Let me know if you need any additional information.

ajslater commented 5 hours ago

This should be fixed in Codex v1.6.4 Thanks again for reporting!

abillauer commented 24 minutes ago

Confirmed it is working. Thank you!