When I execute the following request, I receive the warning:
Warning: This page maybe not yet fully loaded, consider explicitly specify a timeout.
However, I have already added a timeout. How can I resolve this?
curl https://r.jina.ai/https://m.maitao.com/ \
-H "X-Timeout: 60"
When I use readerlm-v2, I receive the warning:
{
"cause": {
"name": "Error",
"message": "proxy handshake error"
},
"code": 422,
"name": "AssertionFailureError",
"status": 42206,
"message": "Failed to access https://m.maitao.com: proxy handshake error",
"readableMessage": "AssertionFailureError: Failed to access https://m.maitao.com: proxy handshake error"
}