-
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
Could not fetch models meta information #7711
Comments
The problem is:
Be sure that |
You are right,
So I ran
I think the problem is exposed in the last line, but given that info, I don't know what to do next |
Try these steps:
|
Also, we dropped KeyDB (solution to handle ondisk cache) because it did not behave stable and caused a lot of issues for us. |
Hi @bsekachev thank you for your kind help! I actually have CVAT version 2.10.1 (that's what you refer to in your comment before right?). Here comes the otput of
|
Yep, I just noticed that. Try:
|
The warning messages are gone and I can use again
|
Actions before raising this issue
Steps to Reproduce
Add to .bashrc
I have been using CVAT without troubles for a couple of months. But this week I accidentally took my root disk partition above 90% usage (I had < 10 % of the disk available for more data), and cvat stops working then. I cleaned up to make more space and restarted cvat by running
Then I open CVAT at 0.0.0.0:8080 and I get the errors:
I don't know if the error is caused by the disk issue I mentioned above, but it could be.
Expected Behavior
I expect CVAT to throw no warnings
Possible Solution
Updating to the latest (v2.11.2)?
Modifying the docker-compose.yml file as explained here?
I am afraid to try any of these solutions because they might break my database. But I can try them if someone kindly confirms for example adding a new volume would fix it. Your help would be very appreciated 🙏
Context
This issue is preventing me from using the cvat-cli. Now I get this error when I run it
before it was fine
Environment
Git hash (
git log -1
)OS: Ubuntu 22.04.2 LTS
Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.3
I generated this log using
docker logs cvat_server > cvat.log
as per this commentcvat.log
The text was updated successfully, but these errors were encountered: