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
ERROR [MainThread] mopidy.commands Got un-handled exception from RaspberryGPIOFrontend
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/mopidy/commands.py", line 248, in _actor_error_handling
yield
File "/usr/lib/python3/dist-packages/mopidy/commands.py", line 445, in start_frontends
frontend_class.start(config=config, core=core)
File "/usr/lib/python3/dist-packages/pykka/_actor.py", line 91, in start
obj = cls(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/mopidy_raspberry_gpio/frontend.py", line 56, in __init__
bouncetime=settings.bouncetime,
RuntimeError: Failed to add edge detection
This was fixed by running sudo usermod -a -G gpio mopidy. I'm still not getting the buttons doing anything, but at least the error is gone (broken during an OS update?).
Hi all!
I get this error, most probably after the update to v1.0.4:
Can anybody help troubleshooting this, please?
The text was updated successfully, but these errors were encountered: