-
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
Unable to create a new task #5448
Comments
Having the same issue on Windows 10. Following any helpful comments. |
following |
@kd610 , thanks for the report. I can reproduce it. It leads to problems with creating new tasks. Containers for cvat_worker_default and cvat_worker_low are restarting. |
To reproduce the problem it is necessary to run CVAT using |
Thanks for reply, and may I ask how can I solve it? |
The current workaround is to run |
Exactly what I'm seeing! |
Thanks very much, everything is ok after run the command |
Thanks! It works! I'm loving the tool again! |
Thank you so much for your all support @nmanovic ! I successfully made a task on my machine. I shall close this issue as it's already solved! |
@nmanovic This didn't work out for me. |
didn't work either |
Fixes cvat-ai#5448, cvat-ai#5453, cvat-ai#5457 - Relaxed env var requirements in the images, no mandatory ones - RQ workers now use a custom python class for remote debugging - Factored out common remote debugging implementation
My actions before raising this issue
Expected Behaviour
A task will be successfully created once the data is uploaded and clicked
save & continue
.Current Behaviour
I follow an installation manual using Docker by
docker-compose up
. It successfully builds the software and I can access it there via localhost:8080. But I couldn't finish creating a task as I stuck after I uploaded a video and save&continue. I bet there might be a problem with thecvat_worker_low
node (an error message is below).Also, the screenshots of logs after I run
docker-compose up
are shown below.Steps to Reproduce (for bugs)
cvan
repository.docker-compose up
Context
This issue affects me to create a new task to start annotation...
Your Environment
git log -1
): a3b4f97docker version
(e.g. Docker 17.0.05): Docker 4.13.1The text was updated successfully, but these errors were encountered: