Custom Query (1173 matches)
Results (31 - 33 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1078 | fixed | /api/user/<user>/inbox gives error 500 | ||
| Description |
Error - <type 'exceptions.AttributeError'>: 'list' object has no attribute 'order_by' URL: http://mediagoblin.jonash.local/api/user/kabniel/inbox File '/srv/mediagoblin.local/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 '/srv/mediagoblin.local/mediagoblin/mediagoblin/app.py', line 342 in __call__ return self.call_backend(environ, start_response) File '/srv/mediagoblin.local/mediagoblin/local/lib/python2.7/site-packages/Werkzeug-0.9.6-py2.7.egg/werkzeug/wsgi.py', line 588 in __call__ return self.app(environ, start_response) File '/srv/mediagoblin.local/mediagoblin/mediagoblin/app.py', line 276 in call_backend return self._finish_call_backend(request, environ, start_response) File '/srv/mediagoblin.local/mediagoblin/mediagoblin/app.py', line 318 in _finish_call_backend response = controller(request) File '/srv/mediagoblin.local/mediagoblin/mediagoblin/decorators.py', line 427 in wrapper return controller(request, *args, **kwargs) File '/srv/mediagoblin.local/mediagoblin/mediagoblin/federation/views.py', line 163 in inbox_endpoint inbox = inbox.order_by(Activity.published.desc()) AttributeError: 'list' object has no attribute 'order_by' |
|||
| #5408 | fixed | /api/user/foo/feed?offset=WORSE backtraces | ||
| Description |
File "/home/mediagoblin/software/mediagoblin/mediagoblin/mediagoblin/api/views.py", line 593, in feed_endpoint
for activity in outbox:
File "build/bdist.linux-x86_64/egg/sqlalchemy/orm/query.py", line 2362, in __iter__
context = self._compile_context()
File "build/bdist.linux-x86_64/egg/sqlalchemy/orm/query.py", line 2768, in _compile_context
context.statement = self._simple_statement(context)
File "build/bdist.linux-x86_64/egg/sqlalchemy/orm/query.py", line 2860, in _simple_statement
**self._select_args
File "build/bdist.linux-x86_64/egg/sqlalchemy/sql/expression.py", line 408, in select
**kwargs)
File "build/bdist.linux-x86_64/egg/sqlalchemy/sql/expression.py", line 5941, in __init__
SelectBase.__init__(self, **kwargs)
File "build/bdist.linux-x86_64/egg/sqlalchemy/sql/expression.py", line 5399, in __init__
self._offset = util.asint(offset)
File "build/bdist.linux-x86_64/egg/sqlalchemy/util/langhelpers.py", line 783, in asint
return int(value)
ValueError: invalid literal for int() with base 10: 'WORSE'
|
|||
| #274 | FIXED | /auth/resend_verification/ crashes when not logged in | ||
| Description |
Quite simple to reproduce:
Go to:
`http://omgmg.dyndns.org:6543/auth/resend\_verification/ <http://omgmg.dyndns.org:6543/auth/resend_verification/>`_
(if you're still logged in from testing, log out first)
::
File 'mediagoblin/auth/views.py', line 193 in resend_activation
request.user[u'verification_key'] = unicode(uuid.uuid4())
TypeError: 'NoneType' object does not support item assignment
|
|||
Note:
See TracQuery
for help on using queries.
