-
Notifications
You must be signed in to change notification settings - Fork 175
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
[BUG] Empty error 400 when checking for an index #712
Comments
When running the container without a dashboard running on the side, the stacktrace changes and I get this:
This means that surely I did something wrong, but I have no idea what broke everything since it was working fine before |
Well, I feel dumb. However, I'm still leaving the issue open, as the empty error message is still not very helpful. |
Is the issue in the actual 400 response or the python client parsing it? Can you reproduce this with |
Describe the bug
When I try to run any command to interact with my opensearch node, I get an error 400 that has no TransportMessage, making it hard to see what's going on. I should note that this happened after I added an opensearch dashboard container, before, it was running just fine. Here is the stacktrace:
And here is the code:
I can ping the container just fine:
There are no logs on the node side. In case, since I suspect this is where it's coming from, here is my containers in my compose:
Related component
Other
To Reproduce
Expected behavior
I should be able to execute my commands correctly, with or without a dashboard running
Additional Details
Everything is in the description.
The text was updated successfully, but these errors were encountered: