gee_asset_manager
gee_asset_manager copied to clipboard
urllib3.exceptions.ProxyError: ('Unable to connect to proxy', SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1131)')))
(BMR) F:\GEE\gee_asset_manager-master\gee_asset_manager-master>geebam upload -u [email protected] --source F:\GEE\gee_asset_manager-master\gee_asset_manager-master\tests\images -m F:\GEE\gee_asset_manager-master\gee_asset_manager-master\tests\images\metadata.csv --dest users/lijia6683/test urllib3.exceptions.SSLError: TLS/SSL connection has been closed (EOF) (_ssl.c:1131)
The above exception was the direct cause of the following exception:
urllib3.exceptions.ProxyError: ('Unable to connect to proxy', SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1131)')))
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "D:\Process_Environment\envs\BMR\lib\site-packages\requests\adapters.py", line 486, in send resp = conn.urlopen( File "D:\Process_Environment\envs\BMR\lib\site-packages\urllib3\connectionpool.py", line 844, in urlopen retries = retries.increment( File "D:\Process_Environment\envs\BMR\lib\site-packages\urllib3\util\retry.py", line 515, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by ProxyError('Unable to connect to proxy', SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1131)'))))
During handling of the above exception, another exception occurred: