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

FileNotFoundError When Creating a Task in Development Environment #9058

Closed
osman-goni-cse opened this issue Feb 5, 2025 · 3 comments
Closed

Comments

@osman-goni-cse
Copy link

Story
In my development environment, when I try to create a task, I encounter the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/home/django/data/data/5/raw/Screenshot from 2024-11-25 11-25-48.png'
This happens when accessing CVAT on port 3000. However, when using port 8080, task creation works fine.My application server is running on port 7000.

I followed the steps describe in docs

@azhavoro
Copy link
Contributor

azhavoro commented Feb 5, 2025

Hello,

Please provide steps to reproduce

@azhavoro azhavoro added the need info Need more information to investigate the issue label Feb 5, 2025
@zhiltsov-max
Copy link
Contributor

Hi, I suppose you first created the task using a regular docker deployment, then switched to a local deployment outside of docker. If so - yes, containers use a docker volume and simple local deployment just uses the cvat directory for file storage, so the files created via the container deployment are not available.

@azhavoro
Copy link
Contributor

azhavoro commented Feb 6, 2025

I suppose this issue can be closed.

@azhavoro azhavoro closed this as completed Feb 6, 2025
@azhavoro azhavoro removed the need info Need more information to investigate the issue label Feb 6, 2025
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