oae / kaizoku

Self-hosted manga downloader
https://kaizoku.app
MIT License
530 stars 32 forks source link

[BUG] Possible memory error #53

Open Typhonragewind opened 1 year ago

Typhonragewind commented 1 year ago

Describe the bug

The 1.4 update solved most of the pending download failures (44 in 11k+ chapters downloaded) down to 8 rare but persistent errors.

The remaining errors seem to be some sort of memory handling issue.

Examples in logs: https://pastebin.com/8qt78CwM

Thank you again for your amazing work, you're a treasure!

Reproduction steps

No response

Expected behavior

No response

Additional context

No response

oae commented 1 year ago

There are two things causing this issue.

  1. A page inside a chapter is broken (See https://github.com/metafates/mangal/issues/135)
  2. There may be changes in the source that can mess up the index in kaizoku. I have added a new option to check/fix for out-of-sync chapters in v1.5.0