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

No labels or no video when creating tasks using cli #1056

Closed
arituerto opened this issue Jan 15, 2020 · 4 comments
Closed

No labels or no video when creating tasks using cli #1056

arituerto opened this issue Jan 15, 2020 · 4 comments
Labels
question Further information is requested

Comments

@arituerto
Copy link

I have 2 CVAT instances:

I'm playing around with the Command Line Interface for task creation and I have found some weird behaviour:

  • When I create a task from local to local uploading labels.json and a video everything works ok.
  • When I create a task from local to local uploading just a video the task is created without labels defined.
  • When I create a task from local to remote uploading labels.json and video I receive an error:
    Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.39/containers/cvat/logs?stderr=1&stdout=1&tail=all: dial unix /var/run/docker.sock: connect: permission denied.
    The task is created without video but with labels defined.
  • When I create a task from local to remote uploading just a video the task is created without labels defined.
@arituerto arituerto changed the title Problem creating tasks with labels definition using cli Problem creating tasks with labels json using cli Jan 15, 2020
@arituerto arituerto changed the title Problem creating tasks with labels json using cli No labels or no video when creating tasks using cli Jan 15, 2020
@bsekachev
Copy link
Member

@arituerto

Hi,
Where do you receive this error?

Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.39/containers/cvat/logs?stderr=1&stdout=1&tail=all: dial unix /var/run/docker.sock: connect: permission denied.

@arituerto
Copy link
Author

@arituerto

Hi,
Where do you receive this error?

Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.39/containers/cvat/logs?stderr=1&stdout=1&tail=all: dial unix /var/run/docker.sock: connect: permission denied.

I check the logs of the remote CVAT docker logs cvat.

@bsekachev
Copy link
Member

@arituerto

Had you done post installation steps before you ran docker-containers?
Can you confirm that user on the remote host is still in docker group?
Have you tried just reboot remote host?

@nmanovic nmanovic added the question Further information is requested label Jan 17, 2020
@bsekachev
Copy link
Member

Related created issue is #1054

I will close this issue since there are no comments from the author for a long time.
Do not hesitate reopen it if you still need help

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

No branches or pull requests

3 participants