Advertisement
Guest User

Untitled

a guest
Aug 12th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. ERROR 2013-08-12 13:48:24,293 maas.maasserver ################################ Exception: ################################
  2. ERROR 2013-08-12 13:48:24,294 maas.maasserver Traceback (most recent call last):
  3. File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 111, in get_response
  4. response = callback(request, *callback_args, **callback_kwargs)
  5. File "/usr/lib/python2.7/dist-packages/django/views/decorators/vary.py", line 19, in inner_func
  6. response = func(*args, **kwargs)
  7. File "/usr/lib/python2.7/dist-packages/piston/resource.py", line 128, in __call__
  8. actor, anonymous = self.authenticate(request, rm)
  9. File "/usr/lib/python2.7/dist-packages/maasserver/api.py", line 212, in authenticate
  10. RestrictedResource, self).authenticate(request, rm)
  11. File "/usr/lib/python2.7/dist-packages/piston/resource.py", line 103, in authenticate
  12. if not authenticator.is_authenticated(request):
  13. File "/usr/lib/python2.7/dist-packages/maasserver/api_auth.py", line 55, in is_authenticated
  14. raise OAuthUnauthorized(error)
  15. OAuthUnauthorized
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement