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
I am using Jina Reader and when I use the header param X-Timeout set to any value, I get a ReadTimeout error after 5s. Removing the X-Timeout header param works.
The headers I am using:
{
"X-With-Links-Summary": "true",
"X-With-Images-Summary": "true",
"X-Retain-Images": "none",
"X-Remove-Selector": "header, footer",
"X-No-Cache": "true",
"X-Timeout": "30" # causes ReadTimeout
}
I am using Jina Reader and when I use the header param X-Timeout set to any value, I get a ReadTimeout error after 5s. Removing the X-Timeout header param works.
The headers I am using:
{
"X-With-Links-Summary": "true",
"X-With-Images-Summary": "true",
"X-Retain-Images": "none",
"X-Remove-Selector": "header, footer",
"X-No-Cache": "true",
"X-Timeout": "30" # causes ReadTimeout
}
Stacktrace
Jina_ReadTimrout_X-Timeout.txt
The text was updated successfully, but these errors were encountered: