Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jako1901 opened this issue Dec 9, 2020 · 0 comments

Comments

@Jako1901
Copy link

Jako1901 commented Dec 9, 2020

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant