inputs icon indicating copy to clipboard operation
inputs copied to clipboard

Unable to find joystick

Open DigitalRookie4 opened this issue 6 years ago • 0 comments

I have been trying to add my gamepad (which is a joystick) into python. It is fully 100% a joystick and it is a Logitech attack 3. But the program is giving off an inputs.UnpluggedError: which is saying No gamepad found.. I have also looked above that and it is saying `Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\site-packages\inputs.py", line 2930, in get_gamepad gamepad = devices.gamepads[0] IndexError: list index out of range

During handling of the above exception, another exception occurred:`

DigitalRookie4 avatar Oct 12 '19 12:10 DigitalRookie4