Custom Query (1173 matches)
Results (142 - 144 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5422 | fixed | Resend Verification link fails after recent db updates | ||
Description |
Trying to access the resend verification link results in a server error. Error - <type 'exceptions.TypeError'>: 'LocalUser' object has no attribute '__getitem__' URL: https://goblinrefuge.com/mediagoblin/auth/resend_verification/ File '/path/to/mediagoblin-update/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 '/path/to/mediagoblin-update/mediagoblin/app.py', line 342 in __call__ return self.call_backend(environ, start_response) File '/path/to/mediagoblin-update/lib/python2.7/site-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/wsgi.py', line 591 in __call__ return self.app(environ, start_response) File '/path/to/mediagoblin-update/mediagoblin/app.py', line 276 in call_backend return self._finish_call_backend(request, environ, start_response) File '/path/to/mediagoblin-update/mediagoblin/app.py', line 318 in _finish_call_backend response = controller(request) File '/path/to/mediagoblin-update/mediagoblin/auth/views.py', line 198 in resend_activation return redirect(request, "mediagoblin.user_pages.user_home", user=request.user['username']) TypeError: 'LocalUser' object has no attribute '__getitem__' |
|||
#5421 | cant-reproduce | Server error when trying to access atom feed with graveyard media | ||
Description |
Attempting to access a collection's atom feed causes an error when that feed contains graveyard items. Error - <type 'exceptions.AttributeError'>: 'Graveyard' object has no attribute 'title' URL: https://goblinrefuge.com/mediagoblin/u/topo/collection/free-culture/atom/ File '/path/to/mediagoblin/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 '/path/to/mediagoblin/mediagoblin/app.py', line 342 in __call__ return self.call_backend(environ, start_response) File '/path/to/mediagoblin/lib/python2.7/site-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/wsgi.py', line 591 in __call__ return self.app(environ, start_response) File '/path/to/mediagoblin/mediagoblin/app.py', line 276 in call_backend return self._finish_call_backend(request, environ, start_response) File '/path/to/mediagoblin/mediagoblin/app.py', line 318 in _finish_call_backend response = controller(request) File '/path/to/mediagoblin/mediagoblin/user_pages/views.py', line 621 in collection_atom_feed obj.get('title'), File '/path/to/mediagoblin/mediagoblin/db/base.py', line 72 in get return getattr(self, key) AttributeError: 'Graveyard' object has no attribute 'title' |
|||
#5420 | invalid | sqlalchemy-migrate-0.10.0 requires missing docutils | ||
Description |
./setup.py install seems to fail if no docutils are installed. I need to re-check this one more time |
Note:
See TracQuery
for help on using queries.