Fatal runtime error when doing several tries to find an IP cammera #218
Closed
martorell-jpg
started this conversation in
General
Replies: 1 comment
-
Forgot to mention: this is under Ubuntu Server 22.04 64bit, using your latest build. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have some B800 ones, and when one of them is down, after several retries, the application panics and closed. Here's the last chunk from the log:
[2024-03-08T07:37:05Z INFO neolink::common::camthread] Attempt reconnect in 5s
[2024-03-08T07:37:10Z INFO neolink::utils] cam15: Connecting to camera at Address: 192.168.205.25:9000
[2024-03-08T07:37:10Z INFO neolink_core::bc_protocol] cam15: Trying TCP discovery
[2024-03-08T07:37:13Z INFO neolink_core::bc_protocol] cam15: Discovery failed
[2024-03-08T07:37:13Z WARN neolink::common::camthread] Connection Lost: Failed to connect to camera cam15 at Address: 192.168.205.25:9000 on channel 0
[2024-03-08T07:37:13Z INFO neolink::common::camthread] Attempt reconnect in 5s
[2024-03-08T07:37:18Z INFO neolink::utils] cam15: Connecting to camera at Address: 192.168.205.25:9000
[2024-03-08T07:37:18Z INFO neolink_core::bc_protocol] cam15: Trying TCP discovery
[2024-03-08T07:37:22Z INFO neolink_core::bc_protocol] cam15: Discovery failed
[2024-03-08T07:37:22Z WARN neolink::common::camthread] Connection Lost: Failed to connect to camera cam15 at Address: 192.168.205.25:9000 on channel 0
[2024-03-08T07:37:22Z INFO neolink::common::camthread] Attempt reconnect in 5s
thread '' panicked at 'Could not build pipeline: channel closed', src/rtsp/gst/factory.rs:132:56
note: run with
RUST_BACKTRACE=1
environment variable to display a backtracefatal runtime error: failed to initiate panic, error 5
Beta Was this translation helpful? Give feedback.
All reactions