Closed yehx1 closed 1 year ago
Traceback (most recent call last): File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore_exceptions.py", line 10, in map_exceptions yield File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore\backends\sync.py", line 62, in start_tls raise exc File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore\backends\sync.py", line 58, in start_tls self._sock, server_hostname=server_hostname File "D:\ProgramData\Anaconda3\lib\ssl.py", line 412, in wrap_socket session=session File "D:\ProgramData\Anaconda3\lib\ssl.py", line 853, in _create self.do_handshake() File "D:\ProgramData\Anaconda3\lib\ssl.py", line 1117, in do_handshake self._sslobj.do_handshake() socket.timeout: _ssl.c:1039: The handshake operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "D:\ProgramData\Anaconda3\lib\site-packages\httpx_transports\default.py", line 60, in map_httpcore_exceptions yield File "D:\ProgramData\Anaconda3\lib\site-packages\httpx_transports\default.py", line 218, in handle_request resp = self._pool.handle_request(req) File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore_sync\connection_pool.py", line 253, in handle_request raise exc File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore_sync\connection_pool.py", line 237, in handle_request response = connection.handle_request(request) File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore_sync\http_proxy.py", line 259, in handle_request connect_request File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore_sync\connection.py", line 86, in handle_request raise exc File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore_sync\connection.py", line 63, in handle_request stream = self._connect(request) File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore_sync\connection.py", line 150, in _connect stream = stream.start_tls(**kwargs) File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore\backends\sync.py", line 62, in start_tls raise exc File "D:\ProgramData\Anaconda3\lib\contextlib.py", line 130, in exit self.gen.throw(type, value, traceback) File "D:\ProgramData\Anaconda3\lib\site-packages\httpcore_exceptions.py", line 14, in map_exceptions raise to_exc(exc) httpcore.ConnectTimeout: _ssl.c:1039: The handshake operation timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "app.py", line 1, in
I found this error. And If I terminate proxy, the browser keep restarting again and again.
You need to quickly close the proxy after connecting to openai. It's only possible to succeed. QAQ
Task exception was never retrieved future: <Task finished coro=<WaitHelper.reject_on_timeout..reject() done, defined at D:\ProgramData\Anaconda3\lib\site-packages\playwright_impl_wait_helper.py:83> exception=CancelledError()>
concurrent.futures._base.CancelledError
I found this error. And If I terminate proxy, the browser keep restarting again and again.