Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Getting a warning from sqlalchemy

$
0
0

@icolquhoun wrote:

I'm receiving the following warning from the sqlalchemy module upon every 'flexget execute' run. Everything works fine, it is more of a nuisance than anything else.

~/flexget/local/lib/python2.7/site-packages/sqlalchemy/sql/default_comparator.py:161: SAWarning: The IN-predicate on "series.name_lower" was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive to evaluate.  Consider alternative strategies for improved performance.
  'strategies for improved performance.' % expr)

My config.yml:

tasks:
  My-Shows:
    rss:
      url: http://my.rss.feed
      all_entries: no
    all_series: yes
    transmission:
      host: localhost
      port: 9091

Any ideas how to get that cleared up? It didn't happen when I originally set things up.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles