-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version seems to have broken for me - had to remove libcamera #257
Comments
Looks like this may have been fixed in #256? |
Yes it should have been fixed, but you have to tell me, if it's fixed for you. This is already released for 13 hours and your post is 8 hours old. So please update and tell me if it's fixed.
Next time don't uninstall just all packages that you can find, especially if it was working last update, then the solution is never to uninstall dependencies. The problem that we found was about, using no CSI camera. As you just purged all you libcamera packages I recommend to reinstall your system I won't help you to get all the packages that you need.
|
Yes, the update fixed it, I removed libcamera as I was not using it to my knowledge and it seemed the easiest way to prevent that code branch from executing without me modifying the code, I needed to re-install these on mainsail OS, I verified which packages were removed by checking the /var/log/apt/history.log
|
Oh I forgot about the python3 packages. They aren't really needed but it makes sense to have them.
That's correct as long as you are not using a CSI camera.
The easiest way to prevent it, would be a rollback to a previous working version: cd ~/crowsnest
git reset --hard v4.1.6 That command resets it to |
What happened
I updated crowsnest to v4.1.7-1-g424954d and it started to fail to load, I had not changed anything in my config
What did you expect to happen
The software starts
How to reproduce
Unsure.
Additional information
Removing libcamera fixed the issue for me (
$ sudo apt remove libcamera*
)The text was updated successfully, but these errors were encountered: