Created
December 27, 2012 11:57
-
-
Save mrvdb/4387729 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-12-27 00:58:53,794 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) | |
2012-12-27 00:58:53,798 DEBUG [mediagoblin.tools.routing] endpoint: mediagoblin.user_pages.collection_atom_feed view_func: mediagoblin.user_pages.views:collection_atom_feed | |
Error - <type 'exceptions.TypeError'>: sort() takes exactly 3 arguments (2 given) | |
URL: http://media.mrblog.nl/u/mrb/collection/test/atom/ | |
File '/usr/local/mediagoblin/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/exceptions/errormiddleware.py', line 144 in __call__ | |
app_iter = self.application(environ, sr_checker) | |
File '/usr/local/mediagoblin/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/urlmap.py', line 203 in __call__ | |
return app(environ, start_response) | |
File '/usr/local/mediagoblin/mediagoblin/local/lib/python2.7/site-packages/Beaker-1.6.3-py2.7.egg/beaker/middleware.py', line 155 in __call__ | |
return self.wrap_app(environ, session_start_response) | |
File '/usr/local/mediagoblin/mediagoblin/mediagoblin/app.py', line 232 in __call__ | |
return self.call_backend(environ, start_response) | |
File '/usr/local/mediagoblin/mediagoblin/mediagoblin/app.py', line 212 in call_backend | |
response = controller(request) | |
File '/usr/local/mediagoblin/mediagoblin/mediagoblin/user_pages/views.py', line 518 in collection_atom_feed | |
.sort(CollectionItem.added.desc()) \ | |
TypeError: sort() takes exactly 3 arguments (2 given) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment