Custom Query (1173 matches)
Results (202 - 204 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5345 | fixed | Cannot enter new ticket | ||
Description |
It's wrongly detected as spam. Will this one work? |
|||
#5344 | fixed | OAuth "not implemented" error | ||
Description |
Now that #5340 has been fixed, I've pulled the latest code onto my dev instance. jankusanagi authorized an account with Dianara and tried to retrieve the profile but got an error. I see this in the server logs. 2015-08-20 23:18:42,575 DEBUG [mediagoblin.tools.routing] endpoint: mediagoblin.oauth.authorize view_func: mediagoblin.oauth.views:authorize /path/to/mediagoblin/lib/python2.7/site-packages/SQLAlchemy-0.8.7-py2.7-linux-x86_64.egg/sqlalchemy/engine/default.py:459: SAWarning: Unicode type received non-unicode bind param value. 2015-08-20 23:18:44,085 DEBUG [mediagoblin.tools.routing] endpoint: media.api.user view_func: <function user_endpoint at 0x7f04aec75668> Error - <type 'exceptions.NotImplementedError'>: Subclasses must implement this function. URL: https://pumpdev.goblinrefuge.com/api/user/spencer 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.9.6-py2.7.egg/werkzeug/wsgi.py', line 588 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/decorators.py', line 413 in wrapper headers=dict(request.headers), File 'build/bdist.linux-x86_64/egg/oauthlib/oauth1/rfc5849/endpoints/resource.py', line 115 in validate_protected_resource_request File 'build/bdist.linux-x86_64/egg/oauthlib/oauth1/rfc5849/request_validator.py', line 254 in dummy_access_token NotImplementedError: Subclasses must implement this function. |
|||
#5343 | invalid | Incorrect activity actor in API | ||
Description |
sapienTech's testing shows an incorrect activity actor. In [1]: activity = pump.me.inbox.major[0] In [2]: print pump.me sapientech@pump.goblinrefuge.com In [3]: print activity.actor otyugh@pump.goblinrefuge.com In [4]: print pump.me.outbox[0] sapientech posted Testing pump.io on goblinrefuge In [5]: print activity.actor.outbox[0] sapientech posted Testing pump.io on goblinrefuge |