psmoveservice / PSMoveService

A background service that communicates with the psmove and stores pose and button data.
Apache License 2.0
589 stars 149 forks source link

Can't pair controller #724

Closed otynoleja closed 4 years ago

otynoleja commented 4 years ago

So, i am trying to pair controller to psmoveservice, but message "Failed to pair controller!" appears. I'll leave log here. [2020-07-01 22:07:54.147]: main - Starting PSMoveService v0.9-alpha 9.0.1 (protocol v0.9-alpha 9.0.0) [2020-07-01 22:07:54.159]: USBAsyncRequestManager::startup - Requested LibUSBApi [2020-07-01 22:07:54.161]: USBAsyncRequestManager::startup - Creating LibUSBApi [2020-07-01 22:07:54.164]: USBAsyncRequestManager::startup - Initialized USB API [2020-07-01 22:07:54.170]: DeviceManager::startup - Platform Hotplug API is ENABLED [2020-07-01 22:07:54.218]: bluetooth_get_host_address - Found a bluetooth radio [2020-07-01 22:07:54.220]: bluetooth_get_host_address - Retrieved radio info [2020-07-01 22:07:54.282]: PSMoveController::open - Opening PSMoveController(\\?\hid#vid_054c&pid_03d5&col01#7&1efadb35&1&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}) [2020-07-01 22:07:54.285]: PSMoveController::open - with EMPTY serial_number [2020-07-01 22:07:54.350]: testMagnetometer - Failed to open read initial controller state after 10 attempts. [2020-07-01 22:07:54.353]: WorkerThread::start - Starting worker thread: PSMoveSensorProcessor [2020-07-01 22:07:54.357]: DeviceTypeManager::update_connected_devices - Device device_id 0 (PSMove) opened [2020-07-01 22:07:58.582]: ClientConnection::start - Starting client connection id 0 [2020-07-01 22:07:58.584]: ClientConnection::send_connection_info - Sending connection id to client 0 [2020-07-01 22:08:00.525]: AsyncBluetoothPairDeviceRequest - Found a bluetooth radio [2020-07-01 22:08:00.527]: AsyncBluetoothPairDeviceRequest - Retrieved radio info [2020-07-01 22:08:00.529]: AsyncBluetoothPairDeviceRequest - Assigned host address 00:1a:7d:da:71:11 to controller id 0 [2020-07-01 22:08:00.532]: ServerRequestHandler - Async bluetooth request([Pair] ID: 0 Conn: 0) started. [2020-07-01 22:08:00.532]: AsyncBluetoothPairDeviceRequest - Making radio accept incoming connections [2020-07-01 22:08:00.539]: AsyncBluetoothPairDeviceRequest - Failed to enable incoming connections on radio 00:1a:7d:da:71:11 [2020-07-01 22:08:00.543]: AsyncBluetoothPairDeviceRequest - Making radio discoverable [2020-07-01 22:08:00.545]: AsyncBluetoothPairDeviceRequest - Failed to enable radio 00:1a:7d:da:71:11 discoverable [2020-07-01 22:08:00.549]: ServerRequestHandler - Async bluetooth request([Pair] ID: 0 Conn: 0) failed! [2020-07-01 22:11:37.413]: AsyncBluetoothPairDeviceRequest - Found a bluetooth radio [2020-07-01 22:11:37.415]: AsyncBluetoothPairDeviceRequest - Retrieved radio info [2020-07-01 22:11:37.418]: AsyncBluetoothPairDeviceRequest - Assigned host address 00:1a:7d:da:71:11 to controller id 0 [2020-07-01 22:11:37.421]: ServerRequestHandler - Async bluetooth request([Pair] ID: 0 Conn: 0) started. [2020-07-01 22:11:37.421]: AsyncBluetoothPairDeviceRequest - Making radio accept incoming connections [2020-07-01 22:11:37.426]: AsyncBluetoothPairDeviceRequest - Failed to enable incoming connections on radio 00:1a:7d:da:71:11 [2020-07-01 22:11:37.429]: AsyncBluetoothPairDeviceRequest - Making radio discoverable [2020-07-01 22:11:37.432]: AsyncBluetoothPairDeviceRequest - Failed to enable radio 00:1a:7d:da:71:11 discoverable [2020-07-01 22:11:37.435]: ServerRequestHandler - Async bluetooth request([Pair] ID: 0 Conn: 0) failed! [2020-07-01 22:17:18.552]: AsyncBluetoothPairDeviceRequest - Found a bluetooth radio [2020-07-01 22:17:18.554]: AsyncBluetoothPairDeviceRequest - Retrieved radio info [2020-07-01 22:17:18.556]: AsyncBluetoothPairDeviceRequest - Assigned host address 00:1a:7d:da:71:11 to controller id 0 [2020-07-01 22:17:18.559]: ServerRequestHandler - Async bluetooth request([Pair] ID: 0 Conn: 0) started. [2020-07-01 22:17:18.559]: AsyncBluetoothPairDeviceRequest - Making radio accept incoming connections [2020-07-01 22:17:18.563]: AsyncBluetoothPairDeviceRequest - Failed to enable incoming connections on radio 00:1a:7d:da:71:11 [2020-07-01 22:17:18.566]: AsyncBluetoothPairDeviceRequest - Making radio discoverable [2020-07-01 22:17:18.568]: AsyncBluetoothPairDeviceRequest - Failed to enable radio 00:1a:7d:da:71:11 discoverable [2020-07-01 22:17:18.571]: ServerRequestHandler - Async bluetooth request([Pair] ID: 0 Conn: 0) failed! Capture

otynoleja commented 4 years ago

If there is someone with simillar problem: just isntall build 1809 and it will pair.