question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug since version 1.2.484

See original GitHub issue

Traced back this error to version 1.2.484 as in 1.2.483 it did not appear.

2016-03-31 15:42 CRITICAL task_queue                    BUG: Unhandled exception during task queue run loop.
Traceback (most recent call last):
  File "/opt/flexget-dev/flexget/task_queue.py", line 47, in run
    self.current_task.execute()
  File "/opt/flexget-dev/flexget/task.py", line 69, in wrapper
    return func(self, *args, **kw)
  File "/opt/flexget-dev/flexget/task.py", line 592, in execute
    fire_event('task.execute.completed', self)
  File "/opt/flexget-dev/flexget/event.py", line 103, in fire_event
    result = event(*args, **kwargs)
  File "/opt/flexget-dev/flexget/event.py", line 22, in __call__
    return self.func(*args, **kwargs)
  File "/opt/flexget-dev/flexget/utils/simple_persistence.py", line 189, in flush_task
    SimplePersistence.flush(task.name)
  File "/opt/flexget-dev/flexget/utils/simple_persistence.py", line 152, in flush
    updated = query.update({'value': value}, synchronize_session=False)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2851, in update
    update_op.exec_()
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/orm/persistence.py", line 897, in exec_
    self._do_exec()
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/orm/persistence.py", line 995, in _do_exec
    update_stmt, params=self.query._params)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/orm/session.py", line 1021, in execute
    bind, close_with_result=True).execute(clause, params or {})
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 841, in execute
    return meth(self, multiparams, params)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/sql/elements.py", line 322, in _execute_on_connection
    return connection._execute_clauseelement(self, multiparams, params)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 931, in _execute_clauseelement
    inline=len(distilled_params) > 1)
  File "<string>", line 1, in <lambda>
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/sql/elements.py", line 493, in compile
    return self._compiler(dialect, bind=bind, **kw)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/sql/elements.py", line 499, in _compiler
    return dialect.statement_compiler(dialect, self, **kw)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/sql/compiler.py", line 395, in __init__
    Compiled.__init__(self, dialect, statement, **kwargs)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/sql/compiler.py", line 199, in __init__
    self.string = self.process(self.statement, **compile_kwargs)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/sql/compiler.py", line 222, in process
    return obj._compiler_dispatch(self, **kwargs)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/sql/visitors.py", line 80, in _compiler_dispatch
    return meth(self, **kw)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/sql/compiler.py", line 1814, in visit_update
    colparams = self._get_colparams(update_stmt, **kw)
  File "/opt/flexget-dev/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-linux-x86_64.egg/sqlalchemy/sql/compiler.py", line 2225, in _get_colparams
    (", ".join("%s" % c for c in check))
CompileError: Unconsumed column names: value

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vincentbernatcommented, Aug 5, 2016

Upgrading to a more recent version of SQLAlchemy also solved the problem for me:

./bin/pip install --upgrade 'SQLAlchemy!=0.9.0,<1.999,>=0.7.5'
0reactions
averissimocommented, May 30, 2016

Yay!! Just had a clean run, solution:

Upgrade pip packages to a later version

bin/pip install --upgrade .

I had to run this multiple times and when flexget -V gave me errors of missing packages, I installed them manually

bin/pip install <missing package>
Read more comments on GitHub >

github_iconTop Results From Across the Web

Bug since version 1.2.484 · Issue #993 · Flexget/Flexget · GitHub
Traced back this error to version 1.2.484 as in 1.2.483 it did not appear. 2016-03-31 15:42 CRITICAL task_queue BUG: Unhandled exception during task...
Read more >
Memory leak in DirectDraw backend · Issue #484 - GitHub
This bug report was migrated from our old Bugzilla tracker. These attachments are available in the static archive: Fix for memory leak ...
Read more >
Flexget/Flexget - Gitter
Not-8b17 [Flexget] effemmeffe opened issue #954: Upgrade to version 1.2.484 bug - Could not start manager: Extra data: line 1 column 5 ...
Read more >
kMSt ver. 1.2.484 – Kritias & Monster Battle!
To get the Bamon Capture skill, you must complete certain quests. After that, you can use it to try and capture monsters! The...
Read more >
Required Upgrading Actions - FlexGet
Therefore this page is generally only updated after each 2.x.0 release. ... NOTE: There are currently a few bugs in Guessit that we...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found