I use community 1.13.1 version and want to download the brush labels. So I use export_snapshot_download and get
requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url
and this the log from server
{
“asctime”: “12/Nov/2024:08:32:09 +0000”,
“name”: “ml.models”,
“funcName”: “_get_predictions_from_ml_backend”,
“lineno”: 303,
“levelname”: “ERROR”,
“user_id”: null,
“message”: “ML backend returns an incorrect response, results field must be a list with at least one item”,
“request_id”: null
}
For one task, I have around 100 images and some images can have very dense labels.
Any idea how to solve this? How many tasks are allowed in one project for community version?
You have to use the console command to export your project. The community version doesn’t have a background job that can work for a long time to process the export. So, you have to run this job in your console manually instead of time-limited web workers for your browser.