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

Cannot create a task on locally installed CVAT #5453

Closed
2 tasks done
amitmohanty opened this issue Dec 13, 2022 · 5 comments
Closed
2 tasks done

Cannot create a task on locally installed CVAT #5453

amitmohanty opened this issue Dec 13, 2022 · 5 comments
Labels
duplicate This issue or pull request already exists

Comments

@amitmohanty
Copy link

My actions before raising this issue

I have installed CVAT locally following the instructions here.

When I try to create a task, I get stuck in the image upload page and unable to create a task.

Expected Behaviour

Task should be created with the uploaded image.

Current Behaviour

The task is not created, and I am unable to move to the next stage

Possible Solution

Steps to Reproduce (for bugs)

  1. Untitled 3

Context

Cannot use CVAT to label images and videos

Your Environment

  • Git hash commit (git log -1):
commit a3b4f97f9a806edbce5905ec1250892c5a70774e (HEAD -> develop, origin/release-2.3.0, origin/develop, origin/HEAD)
Author: Maria Khrustaleva <maya17grd@gmail.com>
Date:   Sat Dec 10 21:16:51 2022 +0100
    Improve social authentication (#5349)
  • Docker version docker version (e.g. Docker 17.0.05):
Docker version 20.10.21, build baeda1f
  • Are you using Docker Swarm or Kubernetes? No
  • Operating System and version (e.g. Linux, Windows, MacOS): MacOS 13.0.1 (22A400)
  • Code example or link to GitHub repo or gist to reproduce problem: N/A
  • Other diagnostic information / logs:
    Logs from `cvat` container
@walterwangimagr
Copy link

same issue here

@nmanovic
Copy link
Contributor

@walterwangimagr , @amitmohanty , thanks for the report. We will try to reproduce the issue on our side and fix ASAP.

@nmanovic nmanovic added the bug Something isn't working label Dec 13, 2022
@nmanovic
Copy link
Contributor

@amitmohanty , @walterwangimagr , I cannot reproduce the problem on my side. Could you please provide the exact steps to reproduce? Also, please send us logs:

docker logs cvat_server 2>&1 > cvat_server.log and docker logs cvat_worker_default 2>&1 > cvat_worker_default.log

@nmanovic nmanovic added the need info Need more information to investigate the issue label Dec 13, 2022
@David-19940718
Copy link

The same issue for me.

image

@nmanovic nmanovic added duplicate This issue or pull request already exists and removed bug Something isn't working need info Need more information to investigate the issue labels Dec 13, 2022
@nmanovic
Copy link
Contributor

@David-19940718 , I was able to reproduce it now. It is important to run CVAT with a simple command like docker-compose up -d.

I will close the issue. Please follow the original one: #5448

nmanovic pushed a commit that referenced this issue Dec 16, 2022
Fixes #5448, #5453, #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
mikhail-treskin pushed a commit to retailnext/cvat that referenced this issue Jul 1, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants