cvat: Uploading annotation doesn't work on cvat.org public version
My actions before raising this issue
- Read/searched the docs
- Searched past issues
Can’t upload annotation to a dataset! the last month uploading dataset and its annotation was working well, right now, when I try to upload the annotation using COCO format or any other format, I got this error:
Could not upload annotation for the [task 228819](https://cvat.org/tasks/228819) Open the Browser Console to get details
and when I opened the dev tools in Chrome, I got this 2 messages in the console:
httpStack.js:96 Mixed Content: The page at 'https://cvat.org/tasks/228819/jobs/322540' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://cvat.org/api/jobs/322540/annotations/a2d11c72-b171-43cb-a16f-81380ba2f517'. This request has been blocked; the content must be served over HTTPS. (anonymous) @ httpStack.js:96
cvat-app.tsx:283 Error: tus: failed to upload chunk at offset 0, caused by [object ProgressEvent], originated from request (method: PATCH, url: http://cvat.org/api/jobs/322540/annotations/a2d11c72-b171-43cb-a16f-81380ba2f517, response code: n/a, response text: n/a, request id: n/a).
Expected Behaviour
it always was successfully uploaded.
Current Behaviour
The dataset aren’t annotated
Steps to Reproduce (for bugs)
I just logged in cvat.org and signed up, uploaded the dataset (png files), with the classes names, everything is still working till this point, then:
when I try to upload any format of annotation, I can’t get any annotated images.
Context
keep annotating.
Your Environment
I didn’t use any local env, I used the public cvat.org website env.
- Git hash commit (
git log -1): - Docker version
docker version(e.g. Docker 17.0.05): - Are you using Docker Swarm or Kubernetes?
- Operating System and version (e.g. Linux, Windows, MacOS):
- Code example or link to GitHub repo or gist to reproduce problem:
- Other diagnostic information / logs:
Logs from `cvat` container
Next steps
You may join our Gitter channel for community support.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 16 (6 by maintainers)
Having the same issue.
How can I fix this issue on a local CVAT installation? CVAT is running on the HTTP localhost:8080 but accessed via a Cloudflare tunnel using HTTPS/
@klakhov , could you please look?
@Mohammed-Elias Hi, the issue should be fixed now, could you please test?