** Branch linked: lp:~dholbach/loco-directory/616652

-- 
ACL checks explode when LP is down
https://bugs.launchpad.net/bugs/616652
You received this bug notification because you are a member of loco-
directory-dev, which is the registrant for loco-directory.

Status in LoCo Directory: In Progress

Bug description:
  File "/var/lib/python-support/python2.5/django/core/handlers/base.py", line 
86, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "/srv/loco.ubuntu.com/loco_directory/teams/views.py", line 99, in 
team_detail
    is_admin = launchpad.is_admin_or_owner(request.user.username, team_object)

  File "/srv/loco.ubuntu.com/loco_directory/common/launchpad.py", line 56, in 
is_admin_or_owner
    lp = lp_login()

  File "/srv/loco.ubuntu.com/loco_directory/common/launchpad.py", line 28, in 
lp_login
    launchpad = Launchpad.login(client_ident, "", "", lp_instance, cachedir)

  File "/usr/lib/python2.5/site-packages/launchpadlib/launchpad.py", line 127, 
in login
    return cls(credentials, service_root, cache, timeout, proxy_info)

  File "/usr/lib/python2.5/site-packages/launchpadlib/launchpad.py", line 95, 
in __init__
    credentials, service_root, cache, timeout, proxy_info)

  File "/usr/lib/python2.5/site-packages/lazr/restfulclient/resource.py", line 
379, in __init__
    self._wadl = self._browser.get_wadl_application(self._root_uri)

  File "/usr/lib/python2.5/site-packages/lazr/restfulclient/_browser.py", line 
222, in get_wadl_application
    url, media_type='application/vd.sun.wadl+xml')

  File "/usr/lib/python2.5/site-packages/lazr/restfulclient/_browser.py", line 
204, in _request
    raise HTTPError(response, content)

HTTPError: HTTP Error 503: Service Unavailable



_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to