OctoPrint-Enclosure icon indicating copy to clipboard operation
OctoPrint-Enclosure copied to clipboard

Outputs not working after intialy working

Open Denisp5907 opened this issue 3 years ago • 1 comments

The plugin worked perfectly after initial installation but then the following day none of the buttons work. They are there on the Nav bar and in the plugin tab but when pressed they don't change the status. image

Octoprint Log:- 2022-02-12 18:02:04,759 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octop2022-02-12 18:02:02,152 - octoprint.plugins.enclosure - WARNING - An exception of type RuntimeError occurred on log_error. Arg$ ('You must setup() the GPIO channel first',) Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_enclosure/init.py", line 953, in update_ui_outputs val = GPIO.input(pin) if not output['active_low'] else (not GPIO.input(pin)) RuntimeError: You must setup() the GPIO channel first 2022-02-12 18:02:02,152 - octoprint.plugins.enclosure - WARNING - An exception of type RuntimeError occurred on log_error. Arguments: ('You must setup() the GPIO channel first',) Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_enclosure/init.py", line 953, in update_ui_outputs val = GPIO.input(pin) if not output['active_low'] else (not GPIO.input(pin)) RuntimeError: You must setup() the GPIO channel first

Denisp5907 avatar Feb 13 '22 13:02 Denisp5907

Oddly I have this working again. I've disabled OctoPod and uninstalled a SmartFilamentsensor plugin then restarted the raspberry pi.

Denisp5907 avatar Feb 13 '22 18:02 Denisp5907