We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following this issue: meilisearch/meilisearch#4697
Improve the error message when an URL that lacks the protocol/scheme part is provided to Meilisearch
Currently we return: "Failed to connect to Meilisearch: No connection adapters were found for 'localhost:7700/version"
We want to be more explicit that the protocol/scheme is missing
The text was updated successfully, but these errors were encountered:
Isn't this a meilisearch-python issue? It should be moved there, if that's the case.
Sorry, something went wrong.
@flevi29, hum, i'm not sure, why do you say this?
Just going after the error message, it looks like a python thing.
Discussed with @ManyTheFish and this is not only a problem to fix on Python's side
In the error message, we may want to add an additional information saying that it’s related to --http-addr or MEILI_HTTP_ADDR
--http-addr
MEILI_HTTP_ADDR
Yes, and since the SDK couldn’t reach Meilisearch, it definitely cannot be a Meilisearch error message
Successfully merging a pull request may close this issue.
Following this issue: meilisearch/meilisearch#4697
Improve the error message when an URL that lacks the protocol/scheme part is provided to Meilisearch
Currently we return: "Failed to connect to Meilisearch: No connection adapters were found for 'localhost:7700/version"
We want to be more explicit that the protocol/scheme is missing
The text was updated successfully, but these errors were encountered: