You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded the RPi to Bullseye and started receiving the message "Seems to be the busy light API was offline" which I understand is a catch-all message (I believe it's coming from busyLightService.ts) when trying to retrieve the busy status from the API.
Not sure why I'm getting this message and so I'm looking for the logs to see if there is anything in particular that might be causing this issue but I'm having trouble finding this detail. I have switched on Debug to get more verbose logging but this has not given me the desired result.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Following the upgrade to Bullseye, Python is upgraded to v3.9. As a result, the following modules need to be reinstalled using the "pip install" command:
gpiozero
spidev
unicornhat
unicornhatmini
flask
flask_cors
jsmin
I can now run the busylight service for testing purposes, just need to get the busylight service starting on reboot
I recently upgraded the RPi to Bullseye and started receiving the message "Seems to be the busy light API was offline" which I understand is a catch-all message (I believe it's coming from busyLightService.ts) when trying to retrieve the busy status from the API.
Not sure why I'm getting this message and so I'm looking for the logs to see if there is anything in particular that might be causing this issue but I'm having trouble finding this detail. I have switched on Debug to get more verbose logging but this has not given me the desired result.
Any suggestions?
The text was updated successfully, but these errors were encountered: