-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
DEXTR - Semi-Automatic Annotation - 504 Gateway Timeout #3301
Comments
@rathishkumar Hi, make sure the |
@azhavoro Output of
Is there anything else, need to check? like need to add 172.28.0.0/24? |
please attach logs from nuclio |
Sure, @azhavoro , its 190 MB, I am attaching the tail part of it - please let me know, is there any other way to attach complete/zipped log here, if required.
|
I can't find any errors in this part of the logs, please restart all containers with the compose |
@azhavoro I have tried multiple times, I could not see the errors in the nuclio log, however I can see the |
@azhavoro I wanted to try adding 172.28.0.0/24 (subnet range mentioned in the error log) to no_proxy variable. How do I add this to To set |
@nmanovic Could you please help on this issue? |
Few more logs:
|
@rathishkumar , it is very difficult to help especially if you don't have access to the machine. Let's try to exclude CVAT from the equation. Please go to http://localhost:8070/projects/cvat/functions/openvino-dextr/code. In To generate image=$(curl https://upload.wikimedia.org/wikipedia/en/7/7d/Lenna_%28test_image%29.png --output - | base64 | tr -d '\n')
cat << EOF > /tmp/input.json
{"image": "$image", "pos_points": [[10,10],[100,10],[100,100], [10,100]]}
EOF |
Hi @nmanovic, I have a custom nuclio detector that also times out (after 60s with the 504). |
@nikste , could you please report the issue here https://github.com/nuclio/nuclio/issues? |
@nmanovic it seems to allready exist: nuclio/nuclio#1162 |
@nikste , @rathishkumar , Do you have proxy on your machine? If so you need:
|
I faced the same 504 Error problem as they did. |
I also encountered the same problem.I feel it is a network problem between containers, but I don’t know how to solve it。 |
docker container inspect cvat
docker container inspect nuclio
I had set up my funtion so that its network and cvat are consistent:
docker container inspect nuclio-nuclio-opencv-yolov4-detector
web error:
CVAT ERROR:
Its OK by nuctl:
|
my server doesn't have proxy but i also met 504 Gateway Timeout. Can you help me solve this?!!!!! |
See these several issues. They are connected to each other in some way. The thing is that nuclio has a default timeout of 1 minute. With this change we can force nuclio dashboard not to terminate the connection. nuclio/nuclio#3016 #3301 #6041
See these several issues. They are connected to each other in some way. The thing is that nuclio has a default timeout of 1 minute. With this change we can force nuclio dashboard not to terminate the connection. nuclio/nuclio#3016 cvat-ai#3301 cvat-ai#6041
My actions before raising this issue
I have searched the docs and past issues - could not figure it out, kindly help.
Expected Behaviour
Automatic instance segmentation annotation
Current Behaviour
Getting below error:
Possible Solution
From logs, it looks like connection not reaching the docker instance - may be providing some advice on configuring proxy/firewall will help us to understand the issue better.
Steps to Reproduce (for bugs)
Followed the steps provided in the installation guide:
https://openvinotoolkit.github.io/cvat/docs/for-users/installation/
Note: Installation is successful, I will share the logs and details below
Context
When trying to use
AI Tool
getting timeout errorYour Environment
git log -1
):docker version
(e.g. Docker 17.0.05):Are you using Docker Swarm or Kubernetes? No
Operating System and version (e.g. Linux, Windows, MacOS):
Code example or link to GitHub repo or gist to reproduce problem: Same as official repo
Other logs:
docker ps
:docker logs cvat
: (only error part)nuctl get function
:nuctl version
:systemctl show --property=Environment docker
:Environment=HTTP_PROXY=http://my-proxy-ip:8080 HTTPS_PROXY=http://my-proxy-ip:8080 NO_PROXY=localhost,127.0.0.1
cat ~/.docker/config.json
:docker-compose.override.yml
:Screenshots:
API Page:
API Output:
Logs for this request:
Next steps
I have joined gitter and shared details - waiting for response.
The text was updated successfully, but these errors were encountered: