Max Tkachenko
Max Tkachenko
Most likely, you haven't configured the CORS settings on GCS side: https://docs.humansignal.com/guide/persistent_storage#Configure-CORS-for-the-GCS-bucket
@parthagar why do you need this? It's a bad way to operate with label studio tasks, your data manager pages will start perform badly, browser will hang a lot and...
Close as solved.
Is it a copy of https://github.com/HumanSignal/label-studio/pull/5765 ?
Please show full logs.
It seems LS works as expected, just ignore this error message.
What functionality is broken in Label Studio?
We highly don't recommend using `"audio": "data:audio/x-wav;base64,...."`, you have to provide URL (https://) there or URI (s3://..., gs://..., etc) to a storage cloud. "data:audio/x-wav" will generate a huge payloads in...
You need to do something like this ``` python -m venv env source env/bin/activate git clone https://github.com/heartexlabs/label-studio-converter.git cd label-studio-converter pip install -e . label-studio-converter import coco -h # just print...
Similar issue https://github.com/HumanSignal/label-studio/issues/3405