OpenCV Error on startup #478
Replies: 15 comments
-
Please use the report template: Affected Version Describe the bug Steps To Reproduce
Expected behavior Reproduction rate Screenshots Host System Information (where ispy agent is running/hosted):
Client System Information (device accessing the web portal, if applicable):
Additional Information |
Beta Was this translation helpful? Give feedback.
-
googling "Can't fetch data from terminated TLS container." returns a few results about a bug in opencv but i can't see much more info about it other than someone commenting: "This is because it doesn’t have access to a desktop to render UI. " which Agent doesn't use - possibly you added a desktop source? need some info about what devices you added to it. |
Beta Was this translation helpful? Give feedback.
-
I've added the docker compose file in the description. I'm just running the latest version of the docker image. When I start the container manually, it works fine. Only when I reboot the host OS and the container is autostarted, I get this error. |
Beta Was this translation helpful? Give feedback.
-
is there a way to delay-start it? possibly some dependent service hasn't started up in time. |
Beta Was this translation helpful? Give feedback.
-
Probably, but what service could this be? It is a single docker container which should be self-sufficient. |
Beta Was this translation helpful? Give feedback.
-
i have no idea sorry - the error mentions TLS so possibly something to do with the TLS daemon |
Beta Was this translation helpful? Give feedback.
-
@markdegrootnl |
Beta Was this translation helpful? Give feedback.
-
@ispysoftware Is OpenCV actually included or supported? I see Deppstack AI being supported in the list of features but not OpenCV. |
Beta Was this translation helpful? Give feedback.
-
@doitandbedone it's included/ built natively and packaged |
Beta Was this translation helpful? Give feedback.
-
Hmm. Then I'd like to know if this still an issue and I need to somehow
enable, orchestrate something within the image.
…On Mon, Sep 12, 2022, 5:47 PM sean tearney ***@***.***> wrote:
@doitandbedone <https://github.com/doitandbedone> it's included/ built
natively and packaged
—
Reply to this email directly, view it on GitHub
<#231 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORTFNAPMYOU4O4KIUN3XJDV57FKFANCNFSM46HSSOYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
it's quite possibly fixed - everything has been rebuilt with newer libraries since this was logged |
Beta Was this translation helpful? Give feedback.
-
I see what would be the steps to test it? I'm curious on implementing
automated testing on github+docker.
…On Mon, Sep 12, 2022, 6:23 PM sean tearney ***@***.***> wrote:
it's quite possibly fixed - everything has been rebuilt with newer
libraries since this was logged
—
Reply to this email directly, view it on GitHub
<#231 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORTFND4AUXPZ7FTXNN63WDV57JRPANCNFSM46HSSOYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I guess.. Restart the container Expected behavior |
Beta Was this translation helpful? Give feedback.
-
Any specific commands or functionality I can call?
…On Tue, Sep 13, 2022, 11:04 PM sean tearney ***@***.***> wrote:
I guess..
Restart the container
Reboot the host os
Expected behavior
Should start up
—
Reply to this email directly, view it on GitHub
<#478 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORTFNA6CPBNEIRRW5BSKOTV6FTHFANCNFSM6AAAAAAQMCEGCE>
.
You are receiving this because you were mentioned.Message ID:
<doitandbedone/ispyagentdvr-docker/repo-discussions/478/comments/3641382@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
you'd need to copy over a pre-generated objects.xml and config.xml file into Media/XML/ before the service starts, that connects to real ip cameras |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Affected Version
v3.3.7.0
Describe the bug
When running the docker container and restarting the host platform, the container fails to start with the following error:
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should start up
Reproduction rate
100%
Screenshots
N/a
Host System Information (where ispy agent is running/hosted):
Client System Information (device accessing the web portal, if applicable):
N/A
Additional Information
docker-compose file:
Beta Was this translation helpful? Give feedback.
All reactions