Hi guys, I'm trying to use `typesense-rust` and th...
# community-help
g
Hi guys, I'm trying to use
typesense-rust
and the
document_api.import_documents
function in particular. I don't understand why I'm getting
400 Bad JSON
when trying to import documents. If I print it in a file and then do a curl with it then it succeeds. Did anyone already face this issue? Is the project still maintained ( it is still using the 0.23 version) ? Thanks
h
Hi @Greg Bougeard, updates for the typesense-rust library are underway
🙌 1
g
Do you have an ETA? Are the updates related to the 0.28 release?
h
I don't have a precise ETA at the moment as development for the rust client is paused. Let me know if there's anything specific you need in the meantime.
g
Is it possible to log the calls done by the rust client? I'm trying to use
documents_api::update_document
on existing ids but I'm getting 404s.
h
No, it isn't possible to log calls
Could you double check the collection name and document id?
g
🙈 indeed there was a typo in my collection name 😓 my bad. Thank you!
👍 1