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

Update to V1.0.5 does not set new version correctly #7

Closed THHL closed 5 years ago

THHL commented 5 years ago

After installation, the information about the new version RGB Status: V1.0.5 pops up again and again. Reason seems to be that the upgrade sets the version to 1.0.4, so it is not correctly detected that the upgrade was already implemented on that system.

Output of "plugin_softwareupdate_console.log":

... 2019-03-09 01:57:30,111 > Collecting https://github.com/EricHigdon/OctoPrint-RGB_status/archive/1.0.5.zip 2019-03-09 01:57:31,114 > Downloading https://github.com/EricHigdon/OctoPrint-RGB_status/archive/1.0.5.zip 2019-03-09 01:57:33,532 > Installing collected packages: RGB-Status 2019-03-09 01:57:33,534 > Running setup.py install for RGB-Status: started 2019-03-09 01:57:36,115 > Running setup.py install for RGB-Status: finished with status 'done' 2019-03-09 01:57:36,116 > Successfully installed RGB-Status-1.0.4 ...

Please have a look.