mholgatem / GPIOnext

The next evolution of GPioneer! Create virtual gamepads with your GPIO pins!
MIT License
134 stars 37 forks source link

GPIOnext Config not working #64

Closed hephaestushex closed 2 years ago

hephaestushex commented 2 years ago

Sorry for posting, I just couldn't work the issue out with previous threads.

So, when I run "gpionext config" to configure the buttons, it gives and error that says:

Traceback (most recent call last): File "/home/pi/GPIOnext/config_manager.py", line 315, in ConfigurationManager(args) File "/home/pi/GPIOnext/config_manager.py", line 85, in init gpio.setupGPIO( self.args ) File "/home/pi/GPIOnext/config/gpio.py", line 99, in setupGPIO pins.append( pin(pinNumber, pull, args) ) File "/home/pi/GPIOnext/config/gpio.py", line 59, in init bouncetime = args.debounce) RuntimeError: Failed to add edge detection

I don't understand what is going on and how to fix it.

hephaestushex commented 2 years ago

Update: I will try to reinstall RetroPie

Update 1: It did not work