You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deleting a node from an index using "remove_node_from_index", if the value param is "" then the server returns a 404 message with an empty body. "handle_4xx_500_response" expects some JSON to return from the server, so you get a JSON error as opposed to some other kind of error from neography.
I've fixed it in my fork and can submit a pull request if that fits with how you want to handle it. Test spec is included.
The text was updated successfully, but these errors were encountered:
Something of a fringe case, but here goes:
When deleting a node from an index using "remove_node_from_index", if the value param is "" then the server returns a 404 message with an empty body. "handle_4xx_500_response" expects some JSON to return from the server, so you get a JSON error as opposed to some other kind of error from neography.
I've fixed it in my fork and can submit a pull request if that fits with how you want to handle it. Test spec is included.
The text was updated successfully, but these errors were encountered: