forked from mart1nro/joycontrol
-
Notifications
You must be signed in to change notification settings - Fork 66
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
"RuntimeError: Task does not support set_exception operation" #26
Comments
Here are the steps I took to set up this project: sudo pacman -S hidapi
yay -S bluez-utils-compat
sudo pip3 install aioconsole hid crc8
sudo nano /lib/systemd/system/bluetooth.service #changed ExecStart line
sudo systemctl daemon-reload
sudo systemctl restart bluetooth.service
#cd into folder I downloaded this to
sudo pip3 install . |
Same problem with same operations |
I have same problem, do you fix it😂? |
same problem
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
run_controller_cli.py
script works perfectly for 1 input. But after sending it, the script throws a runtime error.Here is an example after I connected to the switch and simulated a b button press (which registered on the switch)
I then have to kill the script to end it.
It doesn't seem to matter how long I wait between connecting and sending the first input. It always works for exactly 1 input then throws this error.
Here is the full output starting from when I called the script:
(Note: I replaced the location of the joycontrol folder with ~ above to look cleaner. The text file has the real path.)
out.txt
The text was updated successfully, but these errors were encountered: