Created
December 6, 2023 20:56
-
-
Save moutasem1989/7d1a6c248165dbccecedd21457b03cf3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2023-12-06 20:50:09 homeserver matter_server.server.helpers.paa_certificates[1] INFO Fetched 0 PAA root certificates from DCL. | |
2023-12-06 20:50:09 homeserver matter_server.server.helpers.paa_certificates[1] INFO Fetching the latest PAA root certificates from Git. | |
2023-12-06 20:50:09 homeserver matter_server.server.helpers.paa_certificates[1] INFO Fetched 0 PAA root certificates from Git. | |
2023-12-06 20:50:09 homeserver chip.DL[1] ERROR Long dispatch time: 223 ms, for event type 2 | |
2023-12-06 20:50:16 homeserver chip.DMG[1] ERROR Subscription Liveness timeout with SubscriptionID = 0x832d28a3, Peer = 01:0000000000000002 | |
2023-12-06 20:50:16 homeserver matter_server.server.device_controller.[node 2][1] INFO Previous subscription failed with Error: 50, re-subscribing in 0 ms... | |
2023-12-06 20:50:19 homeserver chip.CTL[1] ERROR Failed to perform commissioning step 18 | |
2023-12-06 20:50:19 homeserver chip.CTL[1] ERROR Commissioning discovery over BLE failed: src/platform/Linux/bluez/ChipDeviceScanner.cpp:173: CHIP Error 0x00000032: Timeout | |
2023-12-06 20:50:19 homeserver chip.-[1] ERROR src/platform/Linux/bluez/ChipDeviceScanner.cpp:173: CHIP Error 0x00000032: Timeout at src/controller/SetUpCodePairer.cpp:324 | |
2023-12-06 20:50:19 homeserver chip.BLE[1] ERROR BLE scan error: src/platform/Linux/bluez/ChipDeviceScanner.cpp:173: CHIP Error 0x00000032: Timeout | |
2023-12-06 20:50:21 homeserver chip.EM[1] ERROR Failed to send Solitary ack for MessageCounter:26417332 on exchange 53952i:src/messaging/ExchangeContext.cpp:103: CHIP Error 0x00000002: Connection aborted | |
2023-12-06 20:50:21 homeserver matter_server.server.client_handler[1] ERROR [140043073570512] Error handling message: CommandMessage(message_id='f804d200b996410da989f0a62dc066f9', command='commission_with_code', args={'code': '30821916362'}) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.11/site-packages/matter_server/server/client_handler.py", line 188, in _run_handler | |
result = await result | |
^^^^^^^^^^^^ | |
File "/usr/local/lib/python3.11/site-packages/matter_server/server/device_controller.py", line 167, in commission_with_code | |
raise NodeCommissionFailed( | |
matter_server.common.errors.NodeCommissionFailed: Commission with code failed for node 43 | |
2023-12-06 20:50:30 homeserver chip.SC[1] ERROR CASESession timed out while waiting for a response from the peer. Current state was 4 | |
2023-12-06 20:50:30 homeserver chip.DMG[1] ERROR Failed to establish CASE for re-subscription with error 'src/protocols/secure_channel/CASESession.cpp:553: CHIP Error 0x00000032: Timeout' | |
2023-12-06 20:50:30 homeserver matter_server.server.device_controller.[node 2][1] INFO Previous subscription failed with Error: 50, re-subscribing in 6992 ms... | |
2023-12-06 20:50:52 homeserver chip.SC[1] ERROR CASESession timed out while waiting for a response from the peer. Current state was 4 | |
2023-12-06 20:50:52 homeserver chip.DMG[1] ERROR Failed to establish CASE for re-subscription with error 'src/protocols/secure_channel/CASESession.cpp:553: CHIP Error 0x00000032: Timeout' | |
2023-12-06 20:50:52 homeserver matter_server.server.device_controller.[node 2][1] INFO Previous subscription failed with Error: 50, re-subscribing in 8359 ms... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment