Alan

Results 8 comments of Alan

运行半小时就出现 failed to perform, curl: (7) getsockname() 然后curl就完全不能联网了

def __init__(self, language: str = 'en-US', proxy: str | None = None, user_agent: str | None = None, transport=None, timeout: float = 30, **kwargs) -> None: if 'proxies' in kwargs:...

I don't have this problem when I use httpx, but I always encounter this situation when using curl_cffi. After running for 20 minutes, an error will occur. It may be...

failed to perform, curl: (6) getaddrinfo() thread failed to start. see https://curl.se/libcurl/c/libcurl-errors.html first for more details.

@lexiforest