You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are a few distinct issues that need fixing:
When Bluetooth causes a soft shutdown, the shutdown animation blink is not visible, making it look like a hard crash.
When initialization fails for any reason, you get RuntimeError: Can use only one Remote if you try a second time
Connecting to the Xbox Controller waits indefinitely if the controller is not in pairing mode. It should give up and raise an error (like it used to in V3.6.1)
Error propagation from the Bluetooth task handling loop is not done correctly, so we don't see all errors.
Describe the bug
There are a few distinct issues that need fixing:
RuntimeError: Can use only one Remoteif you try a second time