FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raise TLSClientExeption(response_object["body"])

77bw opened this issue · comments

commented

请求某个网站的时候会发生 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

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)

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