Closed shaojun closed 1 year ago
Please, provide logs from the new server.
docker logs cvat_server
.
@bsekachev I've updated more details at original questions. pls help to take a look.
@klakhov Looks like issue with tus implementation. Could you please take a look?
@shaojun which version of CVAT are you using? In version 2.4.2 tus uploading is slightly changed and probably your issue is fixed. Please try using version >=2.4.2
@azhavoro this is my cvat application version info:
Server version: 2.5
Core version: 9.0.1
Canvas version: 2.16.3
UI version: 1.50.7
does this indicate the version >=2.4.2 ?
I suppose you are using old commit from develop branch accroding to the trace, please update your CVAT images with docker compose pull
or build images yourself with docker compose -f docker-compose.yml -f docker-compose.dev.yml build
My actions before raising this issue
Steps to Reproduce (for bugs)
I have a project dataset exported with size 3.8G (full of
kitti format
object detection annotations) from my old cvat server:and now I want import it into my new cvat server:
I just created a project in new cvat server, select import dataset, choose the local file, the uploading can reach 50%, and then always popup exception in web say
internal server error 500
:this is the
docker logs cvat_server
from server side (run bydocker compose up -d
):Expected Behaviour
the import should work.
Current Behaviour
popup exception in web say
internal server error 500
.Possible Solution
Context
Your Environment
git log -1
):docker version
(e.g. Docker 17.0.05):Logs from `cvat` container