Skip to content
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 frame data from the server #3660

Closed
davodogster opened this issue Sep 9, 2021 · 5 comments
Closed

Could not fetch frame data from the server #3660

davodogster opened this issue Sep 9, 2021 · 5 comments
Assignees

Comments

@davodogster
Copy link

I am using a share mount and I get this error when I scroll through the task.

I have tried this python script solution #3119 It didn't fix it - my error might be slightly different.
I have also docker compose down (2 days ago), git clone cvat, docker compose CVAT_Host=xxxxxxxx (does this give me the latest cat version or the development version? The same error still shows.

image

@azhavoro
Copy link
Contributor

azhavoro commented Sep 13, 2021

@davodogster Hello,
Make sure you are actually using the latest CVAT, have you run docker-compose pull to update your local images, or have you built them yourself?

Also, please attach logs from the browser and cvat container

@davodogster
Copy link
Author

The CVAT update guide doesn't say to use docker-compose pull. I've never come across that command before.
https://openvinotoolkit.github.io/cvat/docs/faq/

Here is the console for the browser error:

image

Docker logs cvat:

image

@davodogster
Copy link
Author

davodogster commented Sep 21, 2021

@azhavoro Hi Andrey. The CVAT update guide doesn't say to use docker-compose pull. I've never come across that command before.
https://openvinotoolkit.github.io/cvat/docs/faq/

When I update cvat I do:
docker-compose stop
delete old cvat folder
git clone cvat
create docker-compose.override file
docker compose up -d

When is docker-compose pull supposed to be run, and will I lose all of my docker volumes containing all of images image tasks and annotations if I use this command?

Cheers, Sam

@azhavoro
Copy link
Contributor

@davodogster Hi Sam, the update guide needs to be updated a bit, docker-compose pull does not delete any associated volumes, it just updates your local images for the services that are defined in the docker-compose config from DockerHub if possible. Another way is to build the cvat images locally using docker-compose -f docker-compose.yml -f docker-compose.dev.yml build command.
https://docs.docker.com/compose/reference/pull/

@davodogster
Copy link
Author

@azhavoro Thanks a lot! It worked a charm and now I can export project as a dataset and the issue from above is solved.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants