-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Bug] Services page crashes on Buster and Stretch #14
Comments
This will be the problem: https://github.com/ravenclaw900/DietPi-Dashboard/blob/da0841b/src/backend/src/systemdata.rs#L333 On Buster and Stretch the colon is somehow missing
On Bullseye
I'll fix that DietPi wise to align the status output on all distro versions. |
The problem is that the colon is actually not intended, so it is removed with the fix. I hope tab characters are preserved, as this is what is assured to separate the service name from the status? |
Yes, I'll change it to use the tabs. |
Okay great. I pushed the |
Works fine on Bullseye, but on Buster and Stretch it crashes with above error as fast as the services page is accessed.
The text was updated successfully, but these errors were encountered: