FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
660 stars 136 forks source link

raise TLSClientExeption(response_object["body"]) #79

Open 77bw opened 1 year ago

77bw commented 1 year ago

请求某个网站的时候会发生 ssl异常,有时候正常,有时候异常,请问我是哪里设置出现问题了吗。 tls_client.exceptions.TLSClientExeption: failed to do request: Post "https://chat.openai.com/backend-api/conversation": TLS_GREASE (0x7A7A) is not a valid supportedSignatureAlgorithm。

tls_client.exceptions.TLSClientExeption: failed to do request: Post "https://chat.openai.com/backend-api/conversation": TLS_GREASE (0x7A7A) is not a valid supportedSignatureAlgorithm

3mora2 commented 11 months ago

i get same error when response is long

    raise TLSClientExeption(response_object["body"])
tls_client.exceptions.TLSClientExeption: net/http: request canceled (Client.Timeout or context cancellation while reading body)
jjhesk commented 5 months ago

I have encountered the same error as the timeout for reading the long content body. What needs to be solved?