1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-05-15 01:42:12 +00:00
Files
walrusec 0ca6e86177 Fix metadata search crash when ComicVine or Douban return None on error
Both comicvine.py and douban.py return None instead of [] when an HTTP
error occurs during a metadata search. The consumer in search_metadata.py
iterates the result directly, which raises TypeError: 'NoneType' object
is not iterable and crashes the server on single-threaded deployments.

Fixes #3606
2026-04-19 08:54:47 -04:00
..
2024-09-14 10:23:11 +02:00
2025-12-04 18:52:30 +01:00