We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due Changes in upcomming Version of mainsail, it is needed to rename some files.
This changes apply according to mainsail-crew/mainsail#876
Also, Arksine decided to "whitelist" crowsnest, so that it can be started, restarted and stopped due moonraker.
These changes are applied with the folloing commit: Arksine/moonraker@3b76d81
Therefor I plan to rename some parts. I'll try to implement something to minimize the impact to existing Installation as possible.
I'll provide a new Issue with Information how to solve if it breaks.
Regards KwadFan
It will unlikely break existing Installations.
Update Crowsnest
No response
The text was updated successfully, but these errors were encountered:
I promised to keep the impact small, but I failed horribly. Sorry for that inconvenience.
So, to get it up and running again you need to reinstall crowsnest with a special procedure.
Login to your pi via ssh.
First we have to ensure you are using version 2.4.x cd ~/crowsnest git checkout 18ab214d490de08304280c1f2b250c8a9a746fcb
cd ~/crowsnest
git checkout 18ab214d490de08304280c1f2b250c8a9a746fcb
after that use
make uninstall
after uninstall finished, remove the whole [update_manager webcamd] section from your moonraker.conf! Do a reboot.
If the Pi is up again, remove the whole crowsnest folder by typing
rm -rf ~/crowsnest
if that is done, follow the README to to reinstall crowsnest.
After the reboot, copy the [cam ] sections of your old webcam.conf over to the new crowsnest.conf
restart crowsnest after. Wether by using mainsail (v2.2.0 is needed!) or typing
sudo systemctl restart crowsnest.service
If it isnt working after that please feel free to ping me on discord in webcam channel, I'll try to do my best afterwards.
Sorry, something went wrong.
fix: fixes error in brokenfokus function
93969bb
This fixes error as described in #19 Signed-off-by: Stephan Wendel <[email protected]>
I think everyone who uses corwsnest should be informed or faced that issue already, there for I close that.
KwadFan
No branches or pull requests
What happened
Due Changes in upcomming Version of mainsail, it is needed to rename some files.
This changes apply according to mainsail-crew/mainsail#876
Also, Arksine decided to "whitelist" crowsnest, so that it can be started, restarted and stopped due moonraker.
These changes are applied with the folloing commit:
Arksine/moonraker@3b76d81
Therefor I plan to rename some parts. I'll try to implement something to minimize the impact to existing Installation as possible.
I'll provide a new Issue with Information how to solve if it breaks.
Regards KwadFan
What did you expect to happen
It will unlikely break existing Installations.
How to reproduce
Update Crowsnest
Additional information
No response
The text was updated successfully, but these errors were encountered: