@ines
Do you have any other details about the setup? Is this running inside a Docker container for instance?
- Package is installed in a Conda virtual environment, dedicated env only for prodigy tool and No i'm not using container here.
I have a same issue snapshot taken today attached below for you reference,
Prodigy.json setup is here
{
"theme": "basic",
"custom_theme": {},
"batch_size": 10,
"port": xxxx,
"host": "xxxxxxx",
"cors": true,
"db": "sqlite",
"db_settings":{"sqlite":
{
"name": "prodigy.db",
"path": "/home/yyyy/prodigy/prodigy2_master_path"
}},
"api_keys": {},
"validate": false,
"auto_create": true,
"auto_exclude_current": true,
"instant_submit": false,
"feed_overlap": false,
"show_stats": true,
"hide_meta": false,
"show_flag": false,
"instructions": false,
"swipe": false,
"split_sents_threshold":5000,
"diff_style": "words",
"html_template": false,
"global_css": null,
"javascript": null,
"writing_dir": "ltr",
"hide_true_newline_tokens": false,
"ner_manual_require_click": false,
"ner_manual_label_style": "list",
"choice_style": "single",
"choice_auto_accept": false,
"darken_image": 0,
"show_bounding_box_center": false,
"preview_bounding_boxes": false,
"shade_bounding_boxes": false
}
I have used named multi session via cmd
PRODIGY_ALLOWED_SESSIONS=minsky1,minsky2