zeth / inputs

Cross-platform Python support for keyboards, mice and gamepads
BSD 3-Clause "New" or "Revised" License
269 stars 87 forks source link

Unable to find joystick #82

Open DigitalRookie4 opened 4 years ago

DigitalRookie4 commented 4 years ago

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:`