Advertisement
Guest User

Untitled

a guest
Nov 7th, 2012
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9
  2. 2012/11/07 22:15:58 [error] 3769#0: *13911 FastCGI sent in stderr: "Error - <type 'exceptions.TypeError'>: 'ImmutableMultiDict' objects are immutable
  3. URL: http://example.org/?page=2
  4. File '/srv/example.org/mediagoblin/lib/python2.6/site-packages/Paste-1.7.5.1-py2.6.egg/paste/exceptions/errormiddleware.py', line 144 in __call__
  5. app_iter = self.application(environ, sr_checker)
  6. File '/srv/example.org/mediagoblin/lib/python2.6/site-packages/Paste-1.7.5.1-py2.6.egg/paste/urlmap.py', line 203 in __call__
  7. return app(environ, start_response)
  8. File '/srv/example.org/mediagoblin/lib/python2.6/site-packages/Beaker-1.6.4-py2.6.egg/beaker/middleware.py', line 155 in __call__
  9. return self.wrap_app(environ, session_start_response)
  10. File '/srv/example.org/mediagoblin/mediagoblin/app.py', line 221 in __call__
  11. return self.call_backend(environ, start_response)
  12. File '/srv/example.org/mediagoblin/mediagoblin/app.py', line 208 in call_backend
  13. response = controller(request)
  14. File '/srv/example.org/mediagoblin/mediagoblin/decorators.py', line 103 in wrapper
  15. return controller(request, page=page, *args, **kwargs)
  16. File '/srv/example.org/mediagoblin/mediagoblin/views.py', line 36 in root_view
  17. 'pagination': pagination})
  18. File '/srv/example.org/mediagoblin/mediagoblin/tools/response.py', line 24 in render_to_response
  19. render_template(request, template, context),
  20. File '/srv/example.org/mediagoblin/mediagoblin/tools/template.py', line 88 in render_template
  21. rendered = template.render(context)
  22. File '/srv/example.org/mediagoblin/lib/python2.6/site-packages/Jinja2-2.6-py2.6.egg/jinja2/environment.py', line 894 in render
  23. return self.environment.handle_exception(exc_info, True)
  24. File '/srv/example.org/mediagoblin/mediagoblin/templates/mediagoblin/root.html', line 20 in top-level template code
  25. {% from "mediagoblin/utils/object_gallery.html" import object_gallery %}
  26. File '/srv/example.org/mediagoblin/mediagoblin/templates/mediagoblin/base.html', line 43 in top-level templat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement