Replies: 1 comment 1 reply
-
Put push_notifications = false under each Camera section to stop the error as the function is not working. The only solution I have found is to have Cron restart the neolink every hour. Also running on a Rpi4 works better than running under Proxmox or addon in HA. Neolink works better with Scrypted than Frigate. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I got Neolink working with my Lumus camera without a lot of issue, but it only runs for 24-48 hours before disconnecting from Frigate, at which point it needs to be restarted and the cycle begins anew.
It's also reporting this error every few seconds, and I'm not entirely sure why:
neolink::common::pushnoti] Issue connecting to push notifications server: Http(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })
My configuration is incredibly simple, pointing at the one Lumus camera only and doing only RTSP. No connection to mqtt at all, no users, detections or anything. By "extremely simple," I mean this:
I'm running neolink in docker with host networking as indicated on the readme. The whole thing is very simple and so any ideas about why it might be hanging up would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions