Skip to content

🐛 | Arcade Buttons: Error "TypeError: can only concatenate tuple (not "str") to tuple" #2640

@AlvinSchiller

Description

@AlvinSchiller

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    buglegacy_v2Issues, discussions and PRs related to Version 2.x

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions