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

1.7.0 Thoughts #71

Closed cp2004 closed 4 years ago

cp2004 commented 4 years ago

Not really an 'issue' as such, but as you said in #65 I'll give you my findings from my initial testing:

cp2004 commented 4 years ago

The only difference is that the printer is running Python 2, and my dev Python 3. I'll test if it is Python 3 vs 2 in a minute

EDIT: Yep, it's Python 2. So now the plugin is only Python 3 compatible?

EricHigdon commented 4 years ago

Ok, so something is up with python 2 now. I thoroughly tested both versions. The only thing I can think of is that maybe running python 2.7 on startup causes an issue. Iā€™m currently provisioning an additional RaspberryPi with a fresh OctoPrint install to try to track down the issue.

cp2004 commented 4 years ago

I've just managed to get it to work. Nothing was showing in logs for RGB_Status for python 2 but after a couple of restarts on the dev pi it worked. No idea!

Edit: Now I can't get it to not work on the dev pi, but that doesn't help my OctoPi. I'll look into it tomorrow, it could be my setup if no one else reports it.

One final note is that now the plugin is Py3 compatible, you need to update the repo to add the flag, just so people know.

cp2004 commented 4 years ago

@EricHigdon thank you so much for your work on this, just updated the Printer to 1.7.1 and it worked beautifully. Ping me if you need any more testing or help for new features!