Custom Query (1168 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 1168)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#5408 fixed /api/user/foo/feed?offset=WORSE backtraces Loic Dachary
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 Aaron Williamson Elrond
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



#566 fixed /oauth/access_token route 500's James Turner
Description

When trying to request an access token using the /oauth/access_token route it 500's with the following error in the logs:

File '/srv/audio-video-new.gnu.org/mediagoblin/mediagoblin/plugins/oauth/views.py', line 224 in access_token
  (token.expires - datetime.now()).total_seconds()))}
AttributeError: 'datetime.timedelta' object has no attribute 'total_seconds'
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.