Andrew King
Andrew King
This is the usual response I expect ```xml PlainTextUsername general_rw, norm_rw, version_ro, uid_ro, autoReboot_rw, restore_rw, reboot_rw, shutdown_rw, dst_rw, log_ro, performance_ro, upgrade_rw, export_rw, import_rw, bootPwd_rw port_rw, dns_rw, email_rw, ipFilter_rw, localLink_rw, pppoe_rw,...
The missing permission is `general_rw` which is the one used to read the time from the camera. I will try making it a soft error instead of a hard error...
This isn't parsed it's raw from the camera. It is just sending that odd script.
I have a build that fixes the issue with the camera permissions being missing. But the build on github needs updating because of upstream changes in the github runners. I'll...
My test build is here https://github.com/QuantumEntangledAndy/neolink/actions/runs/10209357490 but you are right that it just has the last `, something` if I had to guess its a bug in the camera firmware,...
Because of how push notifications work. Maybe google push notification and firebase messaging, can help you understand why we connect to https://android.clients.google.com/ for push notifications This may actually be to...
It's in the readme `push_notifications = false` in every `[[cameras]]` section of the config
Unfortunately not. The camera only has one command called `Snap` for getting a picture. There is a stream parameter and I always set it to `MainStream` but some cameras seem...
Hmm your error you show is that the camera sent a `please disconnect request`. Was there any other error messages before this? Sometimes this a symptoms of other issues from...
Yeah this sort of error is usually intermittent on the connection. I'm trying something new at the moment to try and improve reliability. Will see if it help in the...