Outputs not working after intialy working #478
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.

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
Oddly I have this working again. I've disabled OctoPod and uninstalled a SmartFilamentsensor plugin then restarted the raspberry pi.