Version
2.9.0
Branch
master
OS
Pi model
Hardware
No response
What happened?
Bug reported in #2595
Error "TypeError: can only concatenate tuple (not "str") to tuple" with DragonRise USB Arcade Button Decoder
Fix: In "~/RPi-Jukebox-RFID/components/controls/buttons_usb_encoder/map_buttons_usb_encoder.py" and replace the code in line 37 with this two lines and try again:
print(button_string)
if isinstance(button_string, (list, tuple)):
Logs
No response
Configuration
No response
More info
No response
Version
2.9.0
Branch
master
OS
Pi model
Hardware
No response
What happened?
Bug reported in #2595
Error "TypeError: can only concatenate tuple (not "str") to tuple" with DragonRise USB Arcade Button Decoder
Fix: In "~/RPi-Jukebox-RFID/components/controls/buttons_usb_encoder/map_buttons_usb_encoder.py" and replace the code in line 37 with this two lines and try again:
Logs
No response
Configuration
No response
More info
No response