Will Miao
b9516c6b62
fix: Handle missing Civitai API response fields gracefully
...
Fix KeyError when 'hashes', 'name', or 'model' fields are missing from
Civitai API responses. Use .get() with defaults instead of direct dict
access in:
- LoraMetadata.from_civitai_info()
- CheckpointMetadata.from_civitai_info()
- EmbeddingMetadata.from_civitai_info()
- RecipeScanner._get_hash_from_civitai()
- DownloadManager._process_download()
Fixes #820
2026-02-18 12:02:48 +08:00
..
2025-12-23 10:07:09 +08:00
2026-02-09 09:56:19 +08:00
2025-02-24 20:41:16 +08:00
2026-02-05 22:36:30 +08:00
2026-02-02 08:30:59 +08:00
2026-02-02 08:30:59 +08:00
2026-01-30 07:48:31 +08:00
2026-02-09 09:56:18 +08:00
2025-11-05 22:31:39 +08:00
2025-11-11 14:24:59 +08:00
2026-01-26 20:36:00 +08:00
2025-10-13 21:30:23 +08:00
2026-02-18 12:02:48 +08:00
2025-12-30 19:47:30 +08:00
2025-07-25 21:14:56 +08:00
2026-02-09 09:56:18 +08:00
2025-10-28 21:47:30 +08:00
2025-10-08 08:56:57 +08:00
2026-02-02 10:47:17 +08:00
2026-02-09 09:56:18 +08:00
2025-10-13 14:39:31 +08:00
2026-02-03 08:36:27 +08:00
2026-02-03 07:34:41 +08:00
2026-02-02 08:30:59 +08:00
2026-01-02 18:48:28 +08:00
2025-08-11 17:13:21 +08:00
2025-11-19 11:20:09 +08:00
2026-02-03 08:36:27 +08:00
2026-02-05 22:36:30 +08:00
2026-02-09 09:56:18 +08:00
2025-12-09 19:51:01 +08:00
2026-01-06 08:46:55 +08:00
2026-02-09 09:56:18 +08:00
2026-01-26 16:12:08 +08:00
2025-10-25 06:43:03 +08:00
2025-12-23 09:12:27 +08:00
2026-01-26 16:12:08 +08:00
2026-02-18 12:02:48 +08:00
2025-08-30 21:41:48 +08:00
2025-10-15 15:37:35 +08:00
2026-02-09 09:56:19 +08:00
2026-01-27 00:36:06 +08:00
2025-11-04 12:54:09 +08:00
2026-02-02 08:30:59 +08:00
2025-09-22 05:25:27 +08:00