-
Notifications
You must be signed in to change notification settings - Fork 3k
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
IOG throws errors, won't work on localhost #2828
Comments
@davodogster , could you please send me logs of the IOG container? In the screenshot it is c3121fe... |
@nmanovic Hope this helps. Let me know if you need anymore info. EDIT: I must note, That container just keeps restarting, as you can probably tell from the log |
@davodogster , the error is shown in logs:
At the same time I see that in your first message the build was successful. Could you please run commands below?
Send all logs after commands above. The code above has to download IOG_PASCAL_SBD.pth from google drive. I believe on your machine it will fail silently. |
Hi @nmanovic The Container just keeps restarting so I am unable to bash into it. (That was a docker images command above, not docker container ls) I will note that I had to use the curl "-k" arg for the model download in the .yaml file because otherwise I cannot download the .pth model due to a firewall/block. |
@davodogster , does it mean that you solve the problem using '-k' argument? Unfortunately, firewall is a complex topic. I'm not sure that we can solve it somehow (insecure connection isn't a valid solution for mainstream code). Do you have any common solutions in your mind which will cover your case as well? |
hi @nmanovic I have to use -k to get the curl command to work, and the container to deploy, but it doesn't fix everything because the container just keeps restarting when I deploy it and it gives the error logs that I attached above. |
Hi @nmanovic There are no logs this time (I checked in docker desktop) |
Any news on this issue? I have the same issue, and I found out that the error "Request failed with status code 500" happens because there is an exception |
@fjean , you need to update your instance till develop version.
|
@nmanovic and what about me? |
@davodogster I had same problem. I solved it by changing localhost port. Add port number in function.yaml port: (port number except 0). i added 32001 from nuclio doc
i don't know the reason but |
@davodogster , I cannot help to resolve local firewall problems. I will recommend to run commands from function.yaml without docker. If you can reproduce the issue without docker, ask your local administrator to setup your firewall properly. |
I hope the issue was resolved. Let's reopen it if we know how to reproduce. IOG works in my case without any problems. We are not able to help with local firewall configurations. |
My actions before raising this issue
Deploy Complete:
I'm running cvat and nuctl in WSL2
Expected Behaviour
IOG Works and auto segments
Current Behaviour
Throws these errors:
Some of the nuclio pre trained models inside CVAT have worked for me before so that is not the issue.
Are you able to please fix this?
Cheers,
Sam
EDIT: It throws the same error when I deploy CVAT on localhost 8080 (instead of 7080) I just tried it.
The text was updated successfully, but these errors were encountered: