Closed m3taphysics closed 2 weeks ago
During the playtest many users experienced exceptions, looking at the logs its livekit related.
Player.log Player (1).log
[2024-08-07T12:10:14Z ERROR livekit::rtc_engine::rtc_events] IceCandidateError { address: "192.168.1.x", port: 56601, url: "turn:140.238.180.229:3478?transport=udp", error_code: 701, error_text: "TURN allocate request timed out." } [2024-08-07T12:10:16Z ERROR livekit::rtc_engine::rtc_events] IceCandidateError { address: "192.168.1.x", port: 63953, url: "turn:140.238.180.229:3478?transport=udp", error_code: 701, error_text: "TURN allocate request timed out." } [2024-08-07T12:11:51Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":1,\"y\":-1}" })) }: InvalidRequest("handle is invalid") [2024-08-07T12:11:52Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":1,\"y\":0}" })) }: InvalidRequest("handle is invalid") [2024-08-07T12:11:53Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":1,\"y\":-1}" })) }: InvalidRequest("handle is invalid") [2024-08-07T12:11:54Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":0,\"y\":-1}" })) }: InvalidRequest("handle is invalid") [2024-08-07T12:11:56Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":1,\"y\":-1}" })) }: InvalidRequest("handle is invalid") [2024-08-07T12:11:57Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":1,\"y\":0}" })) }: InvalidRequest("handle is invalid") [2024-08-07T12:11:59Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":0,\"y\":0}" })) }: InvalidRequest("handle is invalid") [2024-08-07T12:12:01Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":0,\"y\":-1}" })) }: InvalidRequest("handle is invalid") [2024-08-07T12:12:02Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":1,\"y\":-1}" })) }: InvalidRequest("handle is invalid") [2024-08-07T12:12:20Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(UpdateLocalMetadata(UpdateLocalMetadataRequest { local_participant_handle: 0, metadata: "{\"x\":1,\"y\":0}" })) }: InvalidRequest("handle is invalid")
[2024-08-07T12:04:11Z ERROR livekit::rtc_engine::rtc_events] IceCandidateError { address: "[fd8a:f7f0:7f21:x:x:x:x:x]", port: 56361, url: "stun:84.235.230.127:3478", error_code: 701, error_text: "STUN server address is incompatible." } [2024-08-07T12:04:11Z ERROR livekit::rtc_engine::rtc_events] IceCandidateError { address: "[fd8a:f7f0:7f21:x:x:x:x:x]", port: 56362, url: "stun:84.235.230.127:3478", error_code: 701, error_text: "STUN server address is incompatible." } [2024-08-07T12:04:12Z ERROR livekit::rtc_engine::rtc_events] IceCandidateError { address: "[fd8a:f7f0:7f21:x:x:x:x:x]", port: 56361, url: "stun:ip-84-235-230-127.host.livekit.cloud:3478", error_code: 701, error_text: "STUN host lookup received error." } [2024-08-07T12:04:12Z ERROR livekit::rtc_engine::rtc_events] IceCandidateError { address: "[fd8a:f7f0:7f21:x:x:x:x:x]", port: 56362, url: "stun:ip-84-235-230-127.host.livekit.cloud:3478", error_code: 701, error_text: "STUN host lookup received error." } [2024-08-07T12:04:12Z ERROR livekit::rtc_engine::rtc_events] IceCandidateError { address: "[fd8a:f7f0:7f21:x:x:x:x:x]", port: 56361, url: "turn:ip-84-235-230-127.host.livekit.cloud:3478?transport=udp", error_code: 701, error_text: "TURN host lookup received error." } [2024-08-07T12:04:12Z ERROR livekit::rtc_engine::rtc_events] IceCandidateError { address: "[fd8a:f7f0:7f21:x:x:x:x:x]", port: 56362, url: "turn:ip-84-235-230-127.host.livekit.cloud:3478?transport=udp", error_code: 701, error_text: "TURN host lookup received error." } [2024-08-07T12:04:12Z ERROR livekit::rtc_engine::rtc_events] IceCandidateError { address: "[fd8a:f7f0:7f21:x:x:x:x:x]", port: 59608, url: "turns:omarseille1a.turn.livekit.cloud:443?transport=tcp", error_code: 701, error_text: "" }```
should be fixed by @mikhail-dcl upcoming PR
Explorer Alpha build versions:
During the playtest many users experienced exceptions, looking at the logs its livekit related.
Player.log Player (1).log