Advertisement
Guest User

wat

a guest
Oct 31st, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. URL: https://localhost:8088
  2. File '/home/auth/local/lib/python2.7/site-packages/weberror/evalexception.py', line 431 in respond
  3. app_iter = self.application(environ, detect_start_response)
  4. File '/home/auth/local/lib/python2.7/site-packages/beaker/middleware.py', line 73 in __call__
  5. return self.app(environ, start_response)
  6. File '/home/auth/local/lib/python2.7/site-packages/paste/registry.py', line 379 in __call__
  7. app_iter = self.application(environ, start_response)
  8. File '/home/auth/local/lib/python2.7/site-packages/paste/config.py', line 105 in register_config
  9. app_iter = application(environ, start_response)
  10. File '/home/auth/local/lib/python2.7/site-packages/beaker/middleware.py', line 155 in __call__
  11. return self.wrap_app(environ, session_start_response)
  12. File '/home/auth/local/lib/python2.7/site-packages/web/core/locale.py', line 242 in __call__
  13. return self.application(environ, start_response)
  14. File '/home/auth/local/lib/python2.7/site-packages/web/auth/middleware.py', line 103 in __call__
  15. result = self.application(environ, our_start_response)
  16. File '/home/auth/local/lib/python2.7/site-packages/web/core/templating.py', line 98 in __call__
  17. response.content_type, output = render(template, data, **extras)
  18. File '/home/auth/local/lib/python2.7/site-packages/web/core/templating.py', line 53 in render
  19. return _render(template, variables, **extras)
  20. File '/home/auth/local/lib/python2.7/site-packages/marrow/templating/engines.py', line 65 in __call__
  21. return self[engine](data=data, template=filename, **kw)
  22. File '/home/auth/local/lib/python2.7/site-packages/marrow/templating/template/engine.py', line 49 in __call__
  23. return self.render(tmpl, data, **options)
  24. File '/home/auth/local/lib/python2.7/site-packages/marrow/templating/template/mako.py', line 29 in render
  25. return options.get('content_type', b'text/html'), template.render_unicode(**data)
  26. File '/home/auth/local/lib/python2.7/site-packages/mako/template.py', line 452 in render_unicode
  27. as_unicode=True)
  28. File '/home/auth/local/lib/python2.7/site-packages/mako/runtime.py', line 803 in _render
  29. **_kwargs_for_callable(callable_, data))
  30. File '/home/auth/local/lib/python2.7/site-packages/mako/runtime.py', line 835 in _render_context
  31. _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  32. File '/home/auth/local/lib/python2.7/site-packages/mako/runtime.py', line 860 in _exec_template
  33. callable_(context, *args, **kwargs)
  34. File '_home_auth_jabber_auth_brave_jabber_template_master_html', line 50 in render_body
  35. File '_home_auth_jabber_auth_brave_jabber_template_index_html', line 133 in render_body
  36. File '_home_auth_jabber_auth_brave_jabber_template_index_html', line 187 in render_panel
  37. File '_home_auth_jabber_auth_brave_jabber_template_index_html', line 122 in body
  38. File '/home/auth/local/lib/python2.7/site-packages/paste/registry.py', line 137 in __getattr__
  39. return getattr(self._current_obj(), attr)
  40. File '/home/auth/jabber-auth/brave/jabber/auth/model.py', line 127 in joinable_mucs
  41. mucs = Permission.set_has_any_permission(self.tags, 'muc.enter.*')
  42. AttributeError: type object 'Permission' has no attribute 'set_has_any_permission'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement