Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 1173)

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'
#5407 fixed Video thumbnailer won't work anymore jonathlela
Description

When using PIL to make a video thumbnail, the following exception is raised :

AttributeError: 'module' object has no attribute 'frombytes'

This issue was fixed in #5321 (see 5b8e0b2a63194d53da2ce434e867fc5eab1b60b4)

However, #5375 reintroduces the error (see 6e38fec80ebaadc3b3cfdc912f40cc4e8bb9b31cc)

#5406 fixed Remove alembic config attributes hackery upon upgrading to Alembic 07.5 Christopher Allan Webber
Description

From commit 4c77f3d

+        # TODO: After 0.7.5 alembic has Config.attributes already made, once
+        #       we're able to update, please remove this hack!
+        self.alembic_cfg.attributes = {}
+        self.alembic_cfg.attributes["session"] = self.session
+        self.alembic_cfg.set_main_option("qlalchemy.url", str(self.engine.url))
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.