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
Description
SDK fails to parse Meilisearch success response
Expected behavior
No error
Current behavior
ERROR meilisearch_sdk::request] Request succeeded but failed to parse response
Error object: ParseError(Error("missing field uid", line: 0, column: 0))
Environment (please complete the following information):
I'm sending a large number of documents via add_documents_in_batches -- the request succeeds but then the response fails to parse.
Could you please advise me what I've done wrong or maybe what version of the SDK I should use with our meilisearch version?
Thank you,
Doug.
The text was updated successfully, but these errors were encountered:
Ah, okay, thank you. For the record, I had issues with 0.27.1, too, but didn't try 0.27.0.
I don't recall the exact issues, sorry -- I was very tired by then! :)
In the meantime, a lot of work was done on our frontend against 0.28.0 so I've swapped out to the HTTP library for the backend project to preserve that.
Thanks again for getting back to me, it's really appreciated.
Uh oh!
There was an error while loading. Please reload this page.
Description
SDK fails to parse Meilisearch success response
Expected behavior
No error
Current behavior
ERROR meilisearch_sdk::request] Request succeeded but failed to parse response
Error object:
ParseError(Error("missing field
uid", line: 0, column: 0))
Environment (please complete the following information):
I'm sending a large number of documents via
add_documents_in_batches
-- the request succeeds but then the response fails to parse.Could you please advise me what I've done wrong or maybe what version of the SDK I should use with our meilisearch version?
Thank you,
Doug.
The text was updated successfully, but these errors were encountered: