qdrant / go-client

Go client for Qdrant vector search engine
Apache License 2.0
161 stars 15 forks source link

malformed header: missing HTTP content-type #48

Closed matthiasthomas closed 1 month ago

matthiasthomas commented 2 months ago

We've been getting the following error 7 times between July 25th and July 30th.

failed to upsert in qdrant collection: rpc error: code = Unknown desc = unexpected HTTP status code received from server: 500 (Internal Server Error); malformed header: missing HTTP content-type

Our worker automatically retries and it goes through so these are transient errors. But I want to understand where it's coming from.

I asked the question in qdrant's Discord but nothing happened in qdrant cloud on these dates so they think it might be related to the go client.

Any idea where this could be coming from? Ever experienced it before?

Anush008 commented 1 month ago

Could you try the latest version? Since there is no script to reproduce this and it happens occasionally, debugging would be difficult.

Anush008 commented 1 month ago

Closing since stale. Feel free to reopen if needed.