-
Notifications
You must be signed in to change notification settings - Fork 90
Improve error message when adding a wrong localhost URL #1028
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
Comments
Isn't this a meilisearch-python issue? It should be moved there, if that's the case. |
@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 |
Yes, and since the SDK couldn’t reach Meilisearch, it definitely cannot be a Meilisearch error message |
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: