|
68楼
发表于 2025-5-8 13:13:16
|
只看该作者
浙江省杭州市

Traceback (most recent call last):
File "httpx\_transports\default.py", line 101, in map_httpcore_exceptions
File "httpx\_transports\default.py", line 250, in handle_request
File "httpcore\_sync\connection_pool.py", line 256, in handle_request
File "httpcore\_sync\connection_pool.py", line 236, in handle_request
File "httpcore\_sync\connection.py", line 101, in handle_request
File "httpcore\_sync\connection.py", line 78, in handle_request
File "httpcore\_sync\connection.py", line 156, in _connect
File "httpcore\_backends\sync.py", line 154, in start_tls
File "contextlib.py", line 162, in __exit__
File "httpcore\_exceptions.py", line 14, in map_exceptions
httpcore.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1018)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "main.py", line 1340, in <module>
File "main.py", line 810, in __init__
File "main.py", line 1307, in 获取token
File "httpx\_api.py", line 195, in get
File "httpx\_api.py", line 109, in request
File "httpx\_client.py", line 825, in request
File "httpx\_client.py", line 914, in send
File "httpx\_client.py", line 942, in _send_handling_auth
File "httpx\_client.py", line 979, in _send_handling_redirects
File "httpx\_client.py", line 1014, in _send_single_request
File "httpx\_transports\default.py", line 249, in handle_request
File "contextlib.py", line 162, in __exit__
File "httpx\_transports\default.py", line 118, in map_httpcore_exceptions
httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1018)
|
|