You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\lguillois\Desktop\file_sync\file_sync>python corin_sync.py
launch
Traceback (most recent call last):
File "corin_sync.py", line 29, in <module>
bucket = conn.get_bucket(CELLAR_BUCKET_CORIN)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\site-packages\boto\s3\connection.py", line 509, in get_bucket
return self.head_bucket(bucket_name, headers=headers)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\site-packages\boto\s3\connection.py", line 528, in head_bucket
response = self.make_request('HEAD', bucket_name, headers=headers)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\site-packages\boto\s3\connection.py", line 671, in make_request
retry_handler=retry_handler
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\site-packages\boto\connection.py", line 1071, in make_request
retry_handler=retry_handler)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\site-packages\boto\connection.py", line 1030, in _mexe
raise ex
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\site-packages\boto\connection.py", line 943, in _mexe
request.body, request.headers)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\http\client.py", line 1252, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\http\client.py", line 1298, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\http\client.py", line 1247, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\http\client.py", line 966, in send
self.connect()
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\http\client.py", line 1414, in connect
super().connect()
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\http\client.py", line 938, in connect
(self.host,self.port), self.timeout, self.source_address)
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\socket.py", line 728, in create_connection
raise err
File "C:\Users\lguillois\Desktop\WinPython\python-3.7.6.amd64\lib\socket.py", line 716, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée
The text was updated successfully, but these errors were encountered:
On a pu un peu avancé en ajoutant une variable d'environnement SETX HTTPS_PROXY=http://squid.shom.fr:3128. Cela nous a permis de faire marcher python -m pip install s3cmd. Par contre, nous avons toujours des soucis pour parler à Cellar.
Sortie sans VPN
Sortie avec VPN
The text was updated successfully, but these errors were encountered: