mirror of
https://github.com/janeczku/calibre-web
synced 2026-05-15 01:42:12 +00:00
0ca6e86177
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