-
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
Cannot connect to the server #7396
Comments
I have the exact same problem, and I am trying with multiple versions of the repo ( |
The problem is my root partition was >90% used. I saw the message in the logs, but didn't realize it was an error (thought it was just a warning). I am not sure this is the desired behavior anyway. |
unfortunately, on my end that is not the issue. it also stops working even if the machine is not being used at all. |
Same problem here! |
Hello, please provide output of 'docker ps' and 'docker logs cvat_server' |
I meant it seems that if 90% of the storage is used, cvat won't work (even if the computer is not busy or not being used at all like you said). So it's not RAM, it's storage. |
That is true |
@antortjim i got that, however, what i meant was that even if nothing is changed in the storage it also stops working. @bsekachev i will post the outputs and logs once it stops working again. just restarted the server after i opened this issue, so i will probably have to wait a couple of days |
事情没有大家想象的那么麻烦,重启一下你的服务器即可,一切都会恢复如常。祝各位好运~ |
issue came up again. here are the logs:
|
Please, provide all logs from Also, please try to upgrade, we got rid of |
Hey guys. I am having the same issue as the guy who raised this issue. I've always had memory issues with cvat, since I'm using my local machine as storage. I am using cvat within wsl. Yesterday I decided to move cvat to my 2nd drive which has more storage (around 1 terabyte). Cvat was working seamlessly until I started to export my datasets. Thereafter, +- 300 gigs of extra memory suddenly got decreased to a few gigs. Now, all of a sudden I have only 6 gigs left. I have already checked the logs for cvat_server, and it's here below: |
@devwasabi this is not the same issue as i was having since mine was not related to running out of storage |
Actions before raising this issue
Steps to Reproduce
Whenever i am trying to access the CVAT server on my host, I encounter the error
Cannot connect to the server
(see image below). Specifically, it is the request to/api/server/health/?format=json&org=
that fails as can be seen in the network logs.Executing
docker exec -t cvat_server python manage.py health_check
on the machine that runs the CVAT server also hangs. I also checked docker logs and didn't spot any hints to the issue.This only happens after the CVAT server has been running for a couple of days. If I restart the server, everything works fine again for a couple of days.
Expected Behavior
Having access to the CVAT UI
Possible Solution
No response
Context
No response
Environment
No response
The text was updated successfully, but these errors were encountered: