Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outputs not working after intialy working #478

Open
Denisp5907 opened this issue Feb 13, 2022 · 1 comment
Open

Outputs not working after intialy working #478

Denisp5907 opened this issue Feb 13, 2022 · 1 comment

Comments

@Denisp5907
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant