-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Timelapse crashes when trying to update settings #144
Comments
@Compupaq I will try to reproduce that. |
just a quick side question. why are you using armbian on the raspberry pi? where do you see the advantage compared to raspberry pi os? |
Just trying it out to see how it works. It's been running fine so far 🤞 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to update the settings in Mainsail, (settings, timelapse tab), if I delete everything in a field to type in a different value, timelapse crashes and unloads. It'll continue to not work until I manually define the broken value in the timelapse section in moonraker.conf.
This is the message I got in the moonraker.log after deleting everything in the park travel speed field:
2024-01-01 13:11:50,195 [common.py:build_error()] - JSON-RPC Request Error - Requested Method: machine.timelapse.post_settings, Code: 400, Message: Unable to convert argument [park_travel_speed] to <class 'int'>: value recieved:
It seems like the settings tries to update on every keypress, which causes the error once the field is blank.
The text was updated successfully, but these errors were encountered: