Latest update isn’t working for me at all.
I saw your recent discussion around this.
Just to rule out upgrade problems, did you try fully resetting the app and installing it fresh?
(not saying this is a good solution, but it could be a workaround).
Are you running it natively or through a virtualized env (like docker)?
Based on your earlier post, you mentioned your devices are connected through a USB capture device. I might not be fully able help troubleshoot as all of my devices are connected over rtsp and I’m running in a docker container.
Nope. I am not doing a full reinstall and reconfigure. If that is needed every update then I’m giving this project a miss.
I’m using docker.
I don’t really want to derail the thread too much after this comment, but is this something that has happened before with a previous upgrade?
I understand not wanting to deal with a project if it happens frequently. It could just be a bug introduced with one of the updates between versions. If you’re willing to help debug back on the GitHub issue, you might be able to pin down when the exact change happened.
Moved to a separate topic.
First time an update has gone awry.
My SD card died a couple of months ago so I tried the install script / Docker for the first time as I read it was recommended. Before that I was running native.
So the issue has only occurred since I’ve used the install script / Docker to update.
It’s also the fact that the developer is not willing to admit it may be a bug with their install script.
I’m definitely willing to supply any needed info. to fix this.
Since there have been so many changes between February and March for the capture.go
file, all I can guess is that some change made the stored capture device incompatible with what is stored now (probably in a way that prevents from re-saving it). So I do agree that a bug was introduced. It’s just difficult to pinpoint where.
I only found the project for the first time last week, so I haven’t had a chance to go through an upgrade (other than between branches that I was playing around in).
It does look like there are a few settings.Debug
lines in the capture.go
file. So if you turn on the debug mode in the config.yaml
, it might help post some more useful information back in the github thread.
But I’m not sure how much attention it will get when others have been able to get it back up and running by resetting. I agree, not a great solution, but I’d bet you can backup your database files and restore them after a reset. same with your config.yaml
file. Hoping it isn’t something that happens again.
From what I’ve seen, the author has been coding in bursts, making significant development over the past few months. Which is pretty awesome to see!
But I’m going to guess that they probably have their hands full. I didn’t interpret their response as rude, but instead as busy. Though I do believe better directions could have been provided for the user on how to record debug logs for further investigation.