Summary: | net-misc/flexget-1.0.3344: BUG: Unhandled error in plugin --series: Only '='/'!=' operators can be used with NULL | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Craig Andrews <candrews> |
Component: | Current packages | Assignee: | Mike Gilbert <floppym> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | candrews |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Craig Andrews
2013-02-12 22:43:10 UTC
Running flexget (such as simply "flexget") seems to work alright. The only problematic command I've found so far is "flexget --series" Hmm... that might be bad data in your series_episodes table. Can you see if the following command returns any rows? sqlite3 ~/.flexget/db-config.sqlite "select * from series_episodes where identified_by = 'ep' and number is NULL;" Please re-open if this is not fixed. +*flexget-1.0.3352 (14 Feb 2013) + + 14 Feb 2013; Mike Gilbert <floppym@gentoo.org> +flexget-1.0.3352.ebuild: + Version bump, hopefully fixes bug 457010. + This problem still happens with net-misc/flexget-1.0.3352. Also: sqlite3 ~/.flexget/db-config.sqlite "select * from series_episodes where identified_by = 'ep' and number is NULL;" Does not output anything. I'm going to have to send you upstream on this. Either create a ticket or ask in #flexget on Freenode. http://flexget.com/newticket (In reply to comment #5) > I'm going to have to send you upstream on this. Either create a ticket or > ask in #flexget on Freenode. > > http://flexget.com/newticket Issue created upstream at http://flexget.com/ticket/1952 Thanks! (In reply to comment #6) > (In reply to comment #5) > > I'm going to have to send you upstream on this. Either create a ticket or > > ask in #flexget on Freenode. > > > > http://flexget.com/newticket > > Issue created upstream at http://flexget.com/ticket/1952 > > Thanks! This bug is resolved as of net-misc/flexget-1.0.3352 |