Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Simultaneous subscription" error with Argus PT #128

Closed
jgbaum opened this issue Aug 6, 2023 · 5 comments
Closed

"Simultaneous subscription" error with Argus PT #128

jgbaum opened this issue Aug 6, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@jgbaum
Copy link

jgbaum commented Aug 6, 2023

Describe the bug
Error message when trying to connect to Argus PT: failed to connect to camera, simultaneous subscription

Here's the error message, with the UID redacted:

[2023-08-06T20:20:48Z INFO  neolink_core::bc_protocol] cam96: Trying local discovery
[2023-08-06T20:20:51Z INFO  neolink_core::bc_protocol] cam96: Trying relay discovery
[2023-08-06T20:20:51Z INFO  neolink_core::bc_protocol] cam96: Trying remote discovery
[2023-08-06T20:20:51Z INFO  neolink_core::bc_protocol] cam96: Trying map discovery
[2023-08-06T20:20:51Z WARN  neolink::rtsp] cam96: Retryable error: cam96: Could not connect to camera
    
    Caused by:
        0: Failed to connect to camera cam96 at UID: {REDACTED} on channel 0
        1: Simultaneous subscription, Some(0)
[2023-08-06T20:20:52Z INFO  neolink_core::bc_protocol] cam96: Trying local discovery
[2023-08-06T20:20:53Z INFO  neolink_core::bc_protocol] cam96: Trying map discovery
[2023-08-06T20:20:53Z INFO  neolink_core::bc_protocol] cam96: Trying relay discovery
[2023-08-06T20:20:53Z INFO  neolink_core::bc_protocol] cam96: Trying remote discovery
[2023-08-06T20:20:53Z WARN  neolink::rtsp] cam96: Retryable error: cam96: Could not connect to camera
    
    Caused by:
        0: Failed to connect to camera cam96 at UID: {REDACTED} on channel 0
        1: Simultaneous subscription, Some(0)
[2023-08-06T20:20:55Z INFO  neolink_core::bc_protocol] cam96: Trying local discovery
[2023-08-06T20:20:55Z INFO  neolink_core::bc_protocol] cam96: Trying relay discovery
[2023-08-06T20:20:55Z INFO  neolink_core::bc_protocol] cam96: Trying remote discovery
[2023-08-06T20:20:55Z INFO  neolink_core::bc_protocol] cam96: Trying map discovery
[2023-08-06T20:20:55Z WARN  neolink::rtsp] cam96: Retryable error: cam96: Could not connect to camera
    
    Caused by:
        0: Failed to connect to camera cam96 at UID: {REDACTED} on channel 0
        1: Simultaneous subscription, Some(0)
[2023-08-06T20:21:00Z INFO  neolink_core::bc_protocol] cam96: Trying local discovery
[2023-08-06T20:21:02Z INFO  neolink_core::bc_protocol] cam96: Trying relay discovery
[2023-08-06T20:21:02Z INFO  neolink_core::bc_protocol] cam96: Trying remote discovery
[2023-08-06T20:21:02Z INFO  neolink_core::bc_protocol] cam96: Trying map discovery
[2023-08-06T20:21:02Z WARN  neolink::rtsp] cam96: Retryable error: cam96: Could not connect to camera
    
    Caused by:
        0: Failed to connect to camera cam96 at UID: {REDACTED} on channel 0
        1: Simultaneous subscription, Some(0)
Good night

This is the docker image that I'm using: quantumentangledandy/neolink

Relevant config portion with sensitive data redacted:

name = "cam96"
username = "admin"
password = "{REDACTED}"
uid = "{REDACTED}"
stream = "mainStream"

Previously, I tried this docker image but ran into an issue similar to thirtythreeforty#357

Please let me know if there's any additional info you need to assist. Thanks!

P.S. I'm psyched that I stumbled onto this project and hope I can make use of it!

@jgbaum jgbaum added the bug Something isn't working label Aug 6, 2023
@QuantumEntangledAndy
Copy link
Owner

Yes It's one of the issues already resolved by #127 a long with the new firmware changes. Should be merged later today.

@jgbaum
Copy link
Author

jgbaum commented Aug 7, 2023

Awesome, looking forward to it!

@QuantumEntangledAndy
Copy link
Owner

Test build is here if you can please check it works for you

@QuantumEntangledAndy
Copy link
Owner

Should be now fixed in 0.5.17

@jgbaum
Copy link
Author

jgbaum commented Aug 7, 2023

Should be now fixed in 0.5.17

Yes, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants