Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I dont know if there are multiple variant of the keyboard i get this error when trying to get the status #1

Open
PierreCsn opened this issue Jun 1, 2024 · 1 comment

Comments

@PierreCsn
Copy link

❯ ./8bdkbd status
8BitDo connected: yes
Traceback (most recent call last):
File "/home/pierre/.local/bin/./8bdkbd", line 8, in
sys.exit(main())
^^^^^^
File "/home/pierre/.local/lib/python3.12/site-packages/eightbdkbd/cli.py", line 71, in main
args.func(args)
File "/home/pierre/.local/lib/python3.12/site-packages/eightbdkbd/cli.py", line 120, in cmd_status
print(" Profile name:", kbd.get_profile_name())
^^^^^^^^^^^^^^^^^^^^^^
File "/home/pierre/.local/lib/python3.12/site-packages/eightbdkbd/client.py", line 55, in get_profile_name
raise ValueError(
ValueError: Read unexpected value
Expected: 54800000 or
54801000
Read: 54800c000070006900650072007200650000000000000000000000000000000000

@goncalor
Copy link
Owner

goncalor commented Jun 2, 2024

Hi. Do you always get that error? Do any of the other commands work?

You may try to comment this line (gets profile name) and see if 8bdkbd status works like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants