Ubuntu Pastebin

Paste from bdx at Fri, 9 Oct 2015 19:39:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/site-packages/tornado/web.py", line 1415, in _execute
    result = yield result
  File "/usr/local/lib/python3.4/site-packages/tornado/gen.py", line 870, in run
    value = future.result()
  File "/usr/local/lib/python3.4/site-packages/tornado/concurrent.py", line 215, in result
    raise_exc_info(self._exc_info)
  File "<string>", line 3, in raise_exc_info
  File "/usr/local/lib/python3.4/site-packages/tornado/gen.py", line 879, in run
    yielded = self.gen.send(value)
  File "./juju_interfaces/main.py", line 225, in get
    "Launchpad user not authorized")
tornado.web.HTTPError: HTTP 401: Unauthorized (Launchpad user not authorized)
Download as text