Wan Qifan
Wan Qifan
I once failed to configure VPN, but then I turned off all agents in the environment variable. I am not sure if I have completely cancelled my configuration
So should I try to turn off ipv6?
yes,thank you for your help
This seems to be valid, but I have encountered a certificate issue again: aiohttp.client_ exceptions.ClientConnectorCertificateError: Cannot connect to host speech.platform.bing.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to...
The first one can run
[root@localhost ~]# curl -4vvvv https://speech.platform.bing.com * About to connect() to speech.platform.bing.com port 443 (#0) * Trying 13.107.21.237... * Connected to speech.platform.bing.com (13.107.21.237) port 443 (#0) * Initializing NSS with certpath:...
Since I started using edge-tts, this function has not been successful. But I can use it on another device
> ## I use vim /opt/python3/lib/python3.9/site-packages/edge_tts/communicate.py > 26 from aiohttp import TCPConnector > > 305 async with aiohttp.ClientSession( 306 trust_env=True,connector=TCPConnector(ssl=False) 307 ) I have tried this before, but it failed....
> ## I use vim /opt/python3/lib/python3.9/site-packages/edge_tts/communicate.py > 26 from aiohttp import TCPConnector > > 305 async with aiohttp.ClientSession( 306 trust_env=True,connector=TCPConnector(ssl=False) 307 ) This is useful, thank you very much !!!!!!!!!!!!
> > ## I use vim /opt/python3/lib/python3.9/site-packages/edge_tts/communicate.py > > 26 from aiohttp import TCPConnector > > 305 async with aiohttp.ClientSession( 306 trust_env=True,connector=TCPConnector(ssl=False) 307 ) > > I'm going to implement...