I got NXBT up and running the day prior just fine following the installation instructions for running it through a VM on Windows. I was able to connect and use the webapp just fine.
Today after launching the webapp nxbt was stuck on connecting. It never left that state and the controller never showed up on the switch. I tried destroying the VM setup I had and started a fresh instance and still the same issue. After sshing in and attempting to run the demo it times out at the 2minute mark.
The VM sees the bluetooth usb when using lsusb and everything looks good (at least to my untrained eyes) when running bluetoothctl
I have also tried just running straight python code and just like the webapp, it gets hung up on the call to nx.wait_for_connection
If there is any system info or anything I can provide to help find the cause of this issue or anything, please do let me know.
I got NXBT up and running the day prior just fine following the installation instructions for running it through a VM on Windows. I was able to connect and use the webapp just fine.
Today after launching the webapp nxbt was stuck on connecting. It never left that state and the controller never showed up on the switch. I tried destroying the VM setup I had and started a fresh instance and still the same issue. After sshing in and attempting to run the demo it times out at the 2minute mark.
The VM sees the bluetooth usb when using
lsusb
and everything looks good (at least to my untrained eyes) when runningbluetoothctl
I have also tried just running straight python code and just like the webapp, it gets hung up on the call tonx.wait_for_connection
If there is any system info or anything I can provide to help find the cause of this issue or anything, please do let me know.