Skip to content

Instantly share code, notes, and snippets.

@kerin
Created July 12, 2012 13:17
Show Gist options
  • Save kerin/3098047 to your computer and use it in GitHub Desktop.
Save kerin/3098047 to your computer and use it in GitHub Desktop.
>>> blob_service.create_container('cinemasearchintegrationpackages')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\azure\storage\blobservice.py", line 94, in
create_container
self._perform_request(request)
File "C:\Python27\lib\site-packages\azure\storage\storageclient.py", line 115,
in _perform_request
resp = self._filter(request)
File "C:\Python27\lib\site-packages\azure\storage\storageclient.py", line 106,
in _perform_request_worker
return self._httpclient.perform_request(request)
File "C:\Python27\lib\site-packages\azure\http\httpclient.py", line 91, in per
form_request
self.send_request_body(connection, request.body)
File "C:\Python27\lib\site-packages\azure\http\httpclient.py", line 83, in sen
d_request_body
connection.send(None)
File "C:\Python27\lib\site-packages\azure\http\winhttp.py", line 313, in send
self._httprequest.send()
File "C:\Python27\lib\site-packages\azure\http\winhttp.py", line 198, in send
_WinHttpRequest._Send(self, var_empty)
File "_ctypes/callproc.c", line 936, in GetResult
WindowsError: [Error -2147012889] Windows Error 0x80072EE7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment