dsys / match

:crystal_ball: Scalable reverse image search built on Kubernetes and Elasticsearch
Other
1.25k stars 150 forks source link

I ve tried to add image, but POSTMAN can not add it because of "type": "illegal_argument_exception", #48

Open Jako1901 opened 3 years ago

Jako1901 commented 3 years ago

I am trying to add image, but it gives error that says that url type is not correct my input in Postman http://localhost:9200/add/classes/?url=https%3A%2F%2Fimages-cdn.cian.site%2Frealty%2Fuploads%2Ffroala_editor%2Fimages%2F1_union.jpg&failpath&=https%3A%2F%2Fimages-cdn.cian.site%2Frealty%2Fuploads%2Ffroala_editor%2Fimages%2F1_union.jpg output { "error": { "root_cause": [ { "type": "illegal_argument_exception", "reason": "request [/add/classes/] contains unrecognized parameters: [failpath] -> did you mean [filter_path]?, [https://images-cdn.cian.site/realty/uploads/froala_editor/images/1_union.jpg], [url]" } ], "type": "illegal_argument_exception", "reason": "request [/add/classes/] contains unrecognized parameters: [failpath] -> did you mean [filter_path]?, [https://images-cdn.cian.site/realty/uploads/froala_editor/images/1_union.jpg], [url]" }, "status": 400 }