You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: