Will Miao
de3d0571f8
fix: verify returned image ID matches requested ID in CivitAI API
...
Fix issue #870 where importing recipes from CivitAI image URLs would
return the wrong image when the API response did not contain the
requested image ID.
The get_image_info() method now:
- Iterates through all returned items to find matching ID
- Returns None when no match is found and logs warning with returned IDs
- Handles invalid (non-numeric) ID formats
New test cases:
- test_get_image_info_returns_matching_item
- test_get_image_info_returns_none_when_id_mismatch
- test_get_image_info_handles_invalid_id
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-25 20:37:51 +08:00
..
2026-02-27 19:19:16 +08:00
2025-11-29 08:13:55 +08:00
2026-02-20 10:32:51 +08:00
2026-03-16 09:41:58 +08:00
2026-02-27 19:19:16 +08:00
2026-03-18 21:10:56 +08:00
2026-02-02 12:31:07 +08:00
2026-02-26 22:41:44 +08:00
2026-01-30 07:48:31 +08:00
2026-02-25 18:16:17 +08:00
2025-10-14 21:38:24 +08:00
2026-03-25 20:37:51 +08:00
2025-11-26 13:46:08 +08:00
2025-12-23 15:31:04 +08:00
2025-10-13 21:30:23 +08:00
2026-02-11 11:10:31 +08:00
2026-02-11 11:10:31 +08:00
2026-02-11 11:10:31 +08:00
2026-02-11 10:29:21 +08:00
2025-10-23 17:25:38 +08:00
2026-02-03 21:32:15 +08:00
2025-10-08 08:56:57 +08:00
2025-10-27 18:21:14 +08:00
2025-12-24 20:25:39 +08:00
2026-01-08 00:25:36 +08:00
2025-11-07 22:28:29 +08:00
2025-11-07 22:28:29 +08:00
2026-03-19 17:15:05 +08:00
2025-11-29 08:13:55 +08:00
2025-11-07 09:18:59 +08:00
2026-02-03 07:34:41 +08:00
2025-10-18 21:19:09 +08:00
2025-10-28 18:39:37 +08:00
2026-02-11 10:55:19 +08:00
2025-11-07 09:18:59 +08:00
2026-01-30 07:48:31 +08:00
2026-02-02 08:30:59 +08:00
2026-01-30 07:48:31 +08:00
2025-10-11 22:42:24 +08:00
2026-01-06 08:46:55 +08:00
2025-12-23 18:48:35 +08:00
2025-11-06 17:05:54 +08:00
2025-10-25 06:43:03 +08:00
2025-11-29 08:29:05 +08:00
2026-01-22 10:25:03 +08:00
2025-12-24 20:25:39 +08:00
2026-03-04 15:10:46 +08:00
2026-03-25 08:43:33 +08:00
2025-10-24 15:17:12 +08:00
2026-03-07 23:07:10 +08:00
2026-01-15 15:17:33 +08:00
2025-11-04 12:54:09 +08:00
2026-01-30 07:48:31 +08:00
2025-10-05 14:41:24 +08:00
2026-02-25 18:16:17 +08:00
2026-03-25 08:43:33 +08:00
2025-11-04 12:54:09 +08:00
2026-02-05 22:36:30 +08:00
2026-02-02 13:27:18 +08:00
2025-10-13 14:39:31 +08:00