jina-ai / reader

Convert any URL to an LLM-friendly input with a simple prefix https://r.jina.ai/
https://jina.ai/reader
Apache License 2.0
6.35k stars 490 forks source link

stream was reset: CANCEL #93

Open ceeyeoMV opened 1 month ago

ceeyeoMV commented 1 month ago

I use Java okhttp to send request to jina-ai reader, and I turn on stream mode. but I receive this error okhttp3.internal.http2.StreamResetException: stream was reset: CANCEL
Why I was canceled by the server? Does it means I hit the request limit?

nomagick commented 2 weeks ago

I don't think it's cancelled because of rate limit in Reader.

Maybe you can look into the response body, if there were errors it would give some information in the response body.