-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
fix: ensure settings contains default and do not throw errors #2328
Conversation
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
1 similar comment
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
I built the docker image, and ran it just once:
|
Pull Request Test Coverage Report for Build 2020978190
💛 - Coveralls |
@LordMike try now |
|
Yeah stupid error, now I tried to run mine and it seems to work. LMK :) |
I can now run this PR with a volume, open the site, click ok to the tracking thing, close it down and start it up again without the dialog. So settings works, and all the other config files exist (no warnings) and can load. There was one error, which I can't reproduce:
I canceled the app (Cltr+c) shortly after this error..., so maybe it was shutting down when the error occurred.. In any case. I can't reproduce it right now (removing volume etc does nothing), so maybe it's just a fluke. |
@LordMike Thanks for your report! I tried on my side and I cannot reproduce your error but I will keep it monitored. |
@LordMike I may have fund what could go wrong here, it could happen that when you enable stats and driver is not ready it throws, now it silently fail with a warn log |
Fixes #2325