EricHigdon / OctoPrint-RGB_status

Adds RGB LED support to OctoPrint with the ability to choose effects based on the current status of your printer
33 stars 12 forks source link

RGB_STATUS staying at 1.7.1 even though says update to 1.7.2 successfull #77

Open WilkBoy opened 4 years ago

WilkBoy commented 4 years ago

I have tried updated to 1.7.2 from 1.7.1 a couple of times now. OctoPrint reports that the update was successful and reboots, but remains at 1.7.1 after the reboot.

Attached is my log: octoprint.log

I could try removing the plugin and adding/configuring it again. Any suggestions? Thanks!

orgalinq commented 4 years ago

I have the same issue.

NameOfTheDragon commented 4 years ago

I'm seeing this too. This happened before and I suspect the author just forgot to update the version coded into the plugin.

@EricHigdon Maybe you could use something like GitVersion to automate this?

johnrbussard commented 4 years ago

I’m experiencing this also.

orgalinq commented 4 years ago

I’m experiencing this also.

corsinone commented 4 years ago

Hello, I had the same issue in these days. I have solved it by unistalling it through the Plugin Manager into Octoprint web interface, and reinstalling it by command line. Once disinstalled, I connected through SSH to the Raspberry connected to the printer, then I typed the following command from the home:

$ ./oprint/bin/pip install "https://github.com/EricHigdon/OctoPrint-RGB_status/archive/master.zip"

In this way the newer version (1.7.2) will be installed.

Reference: https://plugins.octoprint.org/plugins/rgb_status/

Laess3r commented 4 years ago

I have the same issue too. Keeps saying "1.7.1" installed successfully when updating to 1.7.2.

orgalinq commented 4 years ago

Hello, I had the same issue in these days. I have solved it by unistalling it through the Plugin Manager into Octoprint web interface, and reinstalling it by command line. Once disinstalled, I connected through SSH to the Raspberry connected to the printer, then I typed the following command from the home:

$ ./oprint/bin/pip install "https://github.com/EricHigdon/OctoPrint-RGB_status/archive/master.zip"

In this way the newer version (1.7.2) will be installed.

Reference: https://plugins.octoprint.org/plugins/rgb_status/

Thank you very much. That did the trick.