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
When tried to use on windows via WSL2, it complains about:
sudo python3 run_controller_cli.py PRO_CONTROLLER
Traceback (most recent call last):
File "/mnt/c/Users/Collin/Documents/GitHub/joycontrol/run_controller_cli.py", line 328, in
loop.run_until_complete(
File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/mnt/c/Users/Collin/Documents/GitHub/joycontrol/run_controller_cli.py", line 284, in _main
transport, protocol = await create_hid_server(factory, reconnect_bt_addr=args.reconnect_bt_addr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/c/Users/Collin/Documents/GitHub/joycontrol/joycontrol/server.py", line 45, in create_hid_server
ctl_sock = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_SEQPACKET, socket.BTPROTO_L2CAP)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/socket.py", line 233, in init
_socket.socket.init(self, family, type, proto, fileno)
OSError: [Errno 97] Address family not supported by protocol
Pretty self explanatory.
The text was updated successfully, but these errors were encountered: