Brikwerk / nxbt

Control your Nintendo Switch through a website, terminal, or macro.
MIT License
817 stars 100 forks source link

Demo and test timeout. #117

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi, I am running NXBT on my Raspberry Pi 400 Rev 1 running Raspberry Pi OS Lite (Bullseye) 64bit. I've installed NXBT using pip3 and when running sudo nxbt demo it just shows Running Demo... and times out. I've seen others reccomend to try sudo nxbt test and I get the following output:

Successfully initialized NXBT.

[2] Checking for Bluetooth adapter availability...
1 Bluetooth adapter(s) available.
Adapters: ['/org/bluez/hci0'] 

[3] Please turn on your Switch and navigate to the 'Change Grip/Order menu.'
Press Enter to continue...
Creating a controller with the first Bluetooth adapter...
Successfully created a controller.

[4] Waiting for controller to connect with the Switch...
Connection timeout is 120 seconds for this test script.
Timeout reached, exiting...

I have my switch open on the Change Grip/Order page and still nothing happens. Can anybody help?

iownbey commented 1 year ago

This command fixed it for me: https://github.com/Brikwerk/nxbt/issues/98#issuecomment-1340486848