amrjlg
amrjlg
我这边使用普通密码连上了,但是查询的时候出现如下错误 ```json { "info": "2021-04-09 03:38:16.996841661 +0000 UTC: Error [map[header:map[WWW-Authenticate:Basic realm=\"security\" charset=\"UTF-8\"] root_cause:[map[type:security_exception reason:missing authentication credentials for REST request [///_index] header:map[WWW-Authenticate:Basic realm=\"security\" charset=\"UTF-8\"]]] type:security_exception reason:missing authentication credentials for REST request...
any update for this?
this is my args ```python args = { "train_size": -1, "val_size": -1, "full_data_dir": DATA_PATH, "data_dir": PATH, "task_name": "toxic_multilabel", "bert_model": BERT_PRETRAINED_PATH, "output_dir": CLAS_DATA_PATH/'output', "max_seq_length": 512, "do_train": True, "do_eval": True, "do_lower_case": True,...
python version is 3.6
pytorch-pretrained-bert version is 0.6.2