Skip to content

Instantly share code, notes, and snippets.

@kwharrigan
Created October 14, 2011 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwharrigan/1286692 to your computer and use it in GitHub Desktop.
Save kwharrigan/1286692 to your computer and use it in GitHub Desktop.
s3 mount error
2011-10-13 21:47:44.567 [2006] MainThread: [root] Uncaught top-level exception
Traceback (most recent call last):
File "/usr/bin/mount.s3ql", line 9, in <module>
load_entry_point('s3ql==1.4', 'console_scripts', 'mount.s3ql')()
File "/usr/lib/pymodules/python2.6/s3ql/cli/mount.py", line 84, in main
bucket_factory = get_bucket_factory(options)
File "/usr/lib/pymodules/python2.6/s3ql/backends/common.py", line 1144, in get_bucket_factory
bucket = bucket_class(bucket_name, backend_login, backend_pw)
File "/usr/lib/pymodules/python2.6/s3ql/backends/s3.py", line 57, in __init__
self._init()
File "/usr/lib/pymodules/python2.6/s3ql/backends/s3.py", line 68, in _init
self.region = self._get_region()
File "/usr/lib/pymodules/python2.6/s3ql/backends/common.py", line 59, in wrapped
return fn(self, *a, **kw)
File "/usr/lib/pymodules/python2.6/s3ql/backends/s3.py", line 214, in _get_region
resp = self._do_request('GET', '/', subres='location')
File "/usr/lib/pymodules/python2.6/s3ql/backends/s3.py", line 400, in _do_request
tree = ElementTree.parse(resp).getroot()
File "<string>", line 45, in parse
File "<string>", line 32, in parse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment