Skip to content
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

config invalid -> octodash should have required property 'previewProgressCircle' #1107

Closed
Sekisback opened this issue Oct 22, 2020 · 3 comments
Assignees
Labels
support Something isn't working with the users setup

Comments

@Sekisback
Copy link

Describe the bug
after updating from 2.0 to 2.1 i got this error message.
config invalid -> octodash should have required property 'previewProgressCircle'

To Reproduce
Steps to reproduce the behavior:
update via display error occurred
downgrade via comandline
update via comandline error occurred

General Information:

  • RPi 3B
  • OctoPi 0.17.0
  • Octoprint 1.4.2 without python3
  • OctoDash 2.1

Additional context
downgrade back to 2.0 everything work like expected

@Sekisback Sekisback added the bug Something isn't working label Oct 22, 2020
@TheNeskik
Copy link

Hi, you can look to the wiki, this is a common error when updating, this is the right part of the wiki :

Config is invalid
Problem
You're getting a message, telling you that your config is invalid alongside with some weird technical-looking things. This can either happen if you upgrade to many versions at a time (I'm trying to merge configs from the previous release, if possible, so if you're upgrading from 1.4.0 to 1.4.1 you should be fine, but if you're going directly to 1.4.2 you might run into this error)

Fix
If you're unsure about what the errors mean you can always just delete that file rm ~/.config/octodash/config.json and reboot your Pi. This will open the initial setup screen again and will create a new, valid config for you. All your configuration data for OctoDash will be lost, OctoPrints data isn't touched.

If you understand what needs to be changed in your config please go ahead and edit it with your favorite text editor. You can find the config at ~/.config/octodash/config.json.

If you want more information about the config / settings have a look here.

so through SSH : you can sudo rm ~/.config/octodash/config.json then sudo reboot
it will reset the octodash config but it is really fast to configure so have fun :)

@UnchartedBull
Copy link
Owner

did you install an intermediate nightly build? That's why the automatic config fix probably didn't kick in. Either add previewProgressCircle: false to your config (under octodash) or remove the config and start from scratch (it's way easier to setup with v2.1.0!).

@UnchartedBull UnchartedBull added support Something isn't working with the users setup and removed bug Something isn't working labels Oct 22, 2020
@Sekisback
Copy link
Author

did you install an intermediate nightly build? That's why the automatic config fix probably didn't kick in.

yes I tried a nightly build a few days before.
I removed the config.json and installed octodash manual, now everything works like expected. thanks for your support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Something isn't working with the users setup
Projects
None yet
Development

No branches or pull requests

3 participants