Replies: 1 comment 1 reply
-
Hi, From the error message it seems that Blue Iris isn't sending anything in the &JSON part, which is normal if you triggered the message with the test button within the "On Alert..." window. You can try to catch the message sent with Fiddler or similar software to see what actually is being sent from Blue Iris. Or output the &JSON to some file and see if it contains anything. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
Just had this set up, and ran into errors when manually triggered from Blue Iris:
5/25/2025, 7:22:58 PM [INFO] POST /api/plate-reads
5/25/2025, 7:22:58 PM [ERROR] Error processing request: SyntaxError: Unexpected token ',', ...""ai_dump":, "Image":"... is not valid JSON
5/25/2025, 7:22:59 PM [INFO] POST /api/plate-reads
5/25/2025, 7:22:59 PM [ERROR] Error processing request: SyntaxError: Unexpected token ',', ...""ai_dump":, "Image":"... is not valid JSON
5/25/2025, 7:23:00 PM [INFO] POST /api/plate-reads
5/25/2025, 7:23:00 PM [ERROR] Error processing request: SyntaxError: Unexpected token ',', ...""ai_dump":, "Image":"... is not valid JSON
5/25/2025, 7:23:01 PM [INFO] POST /api/plate-reads
5/25/2025, 7:23:01 PM [ERROR] Error processing request: SyntaxError: Unexpected token ',', ...""ai_dump":, "Image":"... is not valid JSON
5/25/2025, 7:23:02 PM [INFO] POST /api/plate-reads
5/25/2025, 7:23:02 PM [ERROR] Error processing request: SyntaxError: Unexpected token ',', ...""ai_dump":, "Image":"... is not valid JSON
5/25/2025, 7:23:12 PM [INFO] GET /settings
I have below Blue Iris's Post/payload:
{ "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" }
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions