Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled error in lazy lookup plugin: unconverted data remains: :00 #2783

Closed
tegnikus opened this issue Nov 16, 2020 · 17 comments
Closed

Unhandled error in lazy lookup plugin: unconverted data remains: :00 #2783

tegnikus opened this issue Nov 16, 2020 · 17 comments

Comments

@tegnikus
Copy link

Expected behaviour:

Shows from a trakt.tv collection list are rejected if they are completely collected and no longer being produced

Actual behaviour:

The processing of some shows fails with:
ERROR lazy_lookup current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00 CRITICAL manager current-tv-list An unexpected crash has occurred. Writing crash report to [CRASHFILE]

Steps to reproduce:

flexget execute

Config:

variables: variables.yml

tasks:
  current-tv-list:
    priority: 1
    disable: seen
    trakt_list:
      account: '{? trakt.account ?}'
      list: collection
      type: shows
    trakt_lookup:
      username: '{? trakt.user ?}'
    if:
      - trakt_collected and trakt_series_status in ['ended', 'canceled']: reject

Log:

(click to expand)
2020-11-16 18:03:07 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2020-11-16 18:03:08 VERBOSE  input_cache   current-tv-list Restored 325 entries from db cache
2020-11-16 18:03:08 VERBOSE  details       current-tv-list Produced 325 entries.
2020-11-16 18:03:13 VERBOSE  api_trakt     current-tv-list Received 325 records from trakt.tv for user [REDACTED] from endpoint collection/shows
2020-11-16 18:03:13 VERBOSE  task          current-tv-list REJECTED: `Travelers (2016)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:13 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:13 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180313834864.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:14 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:14 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180314088222.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:14 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:14 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180314308241.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:14 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:14 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180314533671.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:14 VERBOSE  task          current-tv-list REJECTED: `Travelers (2015)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:14 VERBOSE  task          current-tv-list REJECTED: `Des (2020)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:14 VERBOSE  task          current-tv-list REJECTED: `Marvel's The Punisher (2017)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:14 VERBOSE  task          current-tv-list REJECTED: `Marvel's Iron Fist (2017)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:15 VERBOSE  task          current-tv-list REJECTED: `Gotham (2014)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:15 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:15 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180315413328.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:15 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:15 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180315617632.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:15 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:15 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180315830924.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:16 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:16 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180316040498.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:16 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:16 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180316257161.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:16 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:16 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180316468854.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:16 VERBOSE  task          current-tv-list REJECTED: `The OA (2016)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:16 VERBOSE  task          current-tv-list REJECTED: `Unbreakable Kimmy Schmidt (2015)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:16 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:16 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180316810725.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:17 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:17 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180317016905.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:17 VERBOSE  task          current-tv-list REJECTED: `Killjoys (2015)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:17 VERBOSE  task          current-tv-list REJECTED: `GLOW (2017)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:17 VERBOSE  task          current-tv-list REJECTED: `The Man in the High Castle (2015)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:17 VERBOSE  task          current-tv-list REJECTED: `Altered Carbon (2018)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:17 VERBOSE  task          current-tv-list REJECTED: `Elementary (2012)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:17 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:17 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180317857928.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:18 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:18 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180318085101.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:18 VERBOSE  task          current-tv-list REJECTED: `Marvel's Cloak & Dagger (2018)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:18 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:18 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180318422414.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:18 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:18 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180318630906.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:18 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:18 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180318843461.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:19 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:19 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180319057739.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:19 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:19 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180319287220.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:19 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:19 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180319501120.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:19 VERBOSE  task          current-tv-list REJECTED: `The 100 (2014)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:19 VERBOSE  task          current-tv-list REJECTED: `Marvel's Agents of S.H.I.E.L.D. (2013)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:19 VERBOSE  task          current-tv-list REJECTED: `The Haunting (2018)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:20 VERBOSE  task          current-tv-list REJECTED: `Murder in Mind (2001)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:20 VERBOSE  task          current-tv-list REJECTED: `New Blood (2016)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:20 VERBOSE  task          current-tv-list REJECTED: `Teenage Bounty Hunters (2020)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:20 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:20 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180320446935.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:20 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:20 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180320656227.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:20 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:20 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180320873580.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:21 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:21 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180321119024.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:21 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:21 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180321459142.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:21 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:21 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180321690568.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:21 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:21 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180321916235.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:22 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:22 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180322147408.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:22 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:22 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180322380264.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:22 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:22 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180322608042.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:22 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:22 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180322837403.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:23 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:23 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180323069350.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:23 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:23 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180323360828.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:23 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:23 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180323605885.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:23 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:23 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180323927057.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:24 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:24 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180324154405.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:24 VERBOSE  task          current-tv-list REJECTED: `The Bletchley Circle (2012)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:24 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:24 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180324449128.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:24 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:24 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180324657579.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:24 VERBOSE  task          current-tv-list REJECTED: `Whitechapel (2009)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:24 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:24 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180324935779.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:25 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:25 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180325145232.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:25 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:25 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180325424303.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:25 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:25 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180325641755.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:25 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:25 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180325859540.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:26 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:26 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180326081343.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:26 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:26 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180326301134.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:26 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:26 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180326525687.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:26 VERBOSE  task          current-tv-list REJECTED: `Defending Jacob (2020)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:26 VERBOSE  task          current-tv-list REJECTED: `Life in Pieces (2015)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:26 VERBOSE  task          current-tv-list REJECTED: `Requiem (2018)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:27 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:27 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180327057881.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:27 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:27 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180327266574.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:27 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:27 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180327487537.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:27 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:27 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180327697066.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:27 VERBOSE  task          current-tv-list REJECTED: `Silicon Valley (2014)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:28 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:28 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180328281199.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:28 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:28 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180328498438.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:28 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:28 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180328842969.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:29 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:29 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180329056683.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:29 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:29 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180329276517.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:29 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:29 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180329507015.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:29 VERBOSE  task          current-tv-list REJECTED: `Schitt's Creek (2015)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:30 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:30 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180330094418.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:30 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:30 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180330311177.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:30 VERBOSE  task          current-tv-list REJECTED: `Colony (2016)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:30 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:30 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180330719011.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:30 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:30 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180330951462.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:31 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:31 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180331366304.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:31 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:31 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180331589264.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:31 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:31 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180331880512.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:32 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:32 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180332106911.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:32 VERBOSE  task          current-tv-list REJECTED: `When They See Us (2019)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:32 VERBOSE  task          current-tv-list REJECTED: `Unbelievable (2019)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:32 VERBOSE  task          current-tv-list REJECTED: `Murder, She Wrote (1984)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:32 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:32 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180332741902.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:32 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:32 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180332980764.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:33 VERBOSE  task          current-tv-list REJECTED: `Watchmen (2019)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:33 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:33 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180333483611.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:33 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:33 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180333705831.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:33 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:33 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180333942494.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:34 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:34 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180334152507.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:34 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:34 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180334424583.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:34 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:34 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180334628744.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:34 VERBOSE  task          current-tv-list REJECTED: `Good Omens (2019)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:35 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:35 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180335023825.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:35 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:35 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180335238058.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:35 VERBOSE  task          current-tv-list REJECTED: `The Rook (2019)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:35 VERBOSE  task          current-tv-list REJECTED: `Vice Principals (2016)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:35 VERBOSE  task          current-tv-list REJECTED: `Whiskey Cavalier (2019)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:35 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:35 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180335831930.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:36 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:36 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180336054081.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:36 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:36 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180336298799.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:36 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:36 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180336547497.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:36 VERBOSE  task          current-tv-list REJECTED: `Swamp Thing (2019)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:37 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:37 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180337270223.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:37 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:37 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180337496742.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:37 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:37 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180337736144.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:37 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:37 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180337968974.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:38 VERBOSE  task          current-tv-list REJECTED: `Angie Tribeca (2016)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:38 VERBOSE  task          current-tv-list REJECTED: `Chernobyl (2019)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:38 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:38 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180338449780.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:38 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:38 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180338652876.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:38 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:38 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180338986613.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:39 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:39 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180339193318.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:39 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:39 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180339419176.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:39 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:39 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180339623256.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:40 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:40 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180340143913.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:40 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:40 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180340348776.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:40 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:40 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180340573814.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:40 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:40 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180340791376.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:40 VERBOSE  task          current-tv-list REJECTED: `Our Planet Earth (1991)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:41 VERBOSE  task          current-tv-list REJECTED: `Weird City (2019)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:41 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:41 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180341262525.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:41 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:41 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180341477694.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:41 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:41 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180341739012.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:41 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:41 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180341961394.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:42 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:42 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180342194540.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:42 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:42 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180342408725.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:42 VERBOSE  task          current-tv-list REJECTED: `Invader ZIM (2001)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:42 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:42 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180342746477.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:42 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:42 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180342965857.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:43 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:43 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180343182424.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:43 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:43 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180343415322.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:43 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:43 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180343696630.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:43 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:43 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180343914112.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:44 VERBOSE  task          current-tv-list REJECTED: `Maniac (2018)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:44 VERBOSE  task          current-tv-list REJECTED: `New Girl (2011)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:44 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:44 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180344643505.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:44 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:44 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180344853963.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:45 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:45 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180345079943.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:45 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:45 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180345307509.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:45 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:45 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180345670542.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:45 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:45 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180345905435.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:46 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:46 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180346114674.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:46 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:46 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180346347729.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:46 VERBOSE  task          current-tv-list REJECTED: `Love (2016)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:46 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:46 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180346776175.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:47 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:47 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180347022715.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:47 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:47 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180347394370.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:47 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:47 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180347615983.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:47 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:47 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180347857979.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:48 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:48 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180348068360.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:48 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:48 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180348289771.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:48 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:48 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180348496701.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:48 VERBOSE  task          current-tv-list REJECTED: `Narcos (2015)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:49 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:49 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180349204871.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:49 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:49 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180349417457.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:49 VERBOSE  task          current-tv-list REJECTED: `Beelzebub (2011)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:49 VERBOSE  task          current-tv-list REJECTED: `Horace and Pete (2016)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:49 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:49 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180349901814.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:50 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:50 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180350112820.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:50 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:50 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180350330860.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:50 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:50 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180350558457.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:50 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:50 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180350828768.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:51 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:51 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180351041723.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:51 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:51 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180351316672.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:51 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:51 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180351531952.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:51 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:51 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180351773985.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:51 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:51 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180351992119.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:52 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:52 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180352270133.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:52 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:52 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180352481881.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:52 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:52 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180352701780.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:52 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:52 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180352913993.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:53 VERBOSE  task          current-tv-list REJECTED: `Little Britain USA (2008)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:53 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:53 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180353203227.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:53 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:53 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180353432886.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:53 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:53 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180353655171.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:53 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:53 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180353874622.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:53 VERBOSE  task          current-tv-list REJECTED: `Burn Notice (2007)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:54 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:54 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180354147836.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:54 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:54 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180354360667.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:54 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:54 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180354692551.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:54 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:54 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180354904660.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:55 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:55 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180355128756.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:55 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:55 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180355364723.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:55 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:55 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180355585386.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:55 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:55 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180355819372.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:56 VERBOSE  task          current-tv-list REJECTED: `Master of None (2015)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:56 VERBOSE  task          current-tv-list REJECTED: `Samurai Jack (2001)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:56 VERBOSE  task          current-tv-list REJECTED: `Dimension 404 (2017)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:56 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:56 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180356376348.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:56 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:56 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180356591089.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:56 VERBOSE  task          current-tv-list REJECTED: `Black Sails (2014)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:56 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:56 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180356934910.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:57 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:57 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180357150252.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:57 VERBOSE  task          current-tv-list REJECTED: `Rules of Engagement (2007)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:57 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:57 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180357441864.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:57 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:57 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180357676651.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:57 VERBOSE  task          current-tv-list REJECTED: `Just Shoot Me (1997)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:57 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:57 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180357971043.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:58 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:58 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180358219832.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:58 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:58 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180358476232.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:58 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:58 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180358704672.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:58 VERBOSE  task          current-tv-list REJECTED: `Penny Dreadful (2014)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:03:59 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:59 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180359009172.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:59 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:59 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180359248599.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:59 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:59 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180359548660.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:03:59 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:03:59 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180359780142.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:00 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:00 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180400019105.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:00 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:00 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180400231423.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:00 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:00 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180400576361.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:00 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:00 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180400799281.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:00 VERBOSE  task          current-tv-list REJECTED: `Tom and Jerry (1940)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:01 VERBOSE  task          current-tv-list REJECTED: `The Wire (2002)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:01 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:01 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180401270965.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:01 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:01 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180401488928.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:01 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:01 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180401704369.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:01 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:01 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180401926427.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:02 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:02 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180402140728.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:02 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:02 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180402353047.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:02 VERBOSE  task          current-tv-list REJECTED: `Blackadder (1983)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:02 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:02 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180402639928.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:02 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:02 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180402850820.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:03 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:03 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180403082276.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:03 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:03 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180403317576.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:03 VERBOSE  task          current-tv-list REJECTED: `Tales from the Crypt (1989)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:03 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:03 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180403624068.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:03 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:03 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180403834899.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:04 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:04 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180404058939.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:04 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:04 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180404267962.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:04 VERBOSE  task          current-tv-list REJECTED: `Seinfeld (1989)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:04 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:04 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180404555794.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:04 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:04 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180404790622.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:04 VERBOSE  task          current-tv-list REJECTED: `Scrubs (2001)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:04 VERBOSE  task          current-tv-list REJECTED: `Roadies (2016)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:05 VERBOSE  task          current-tv-list REJECTED: `Raising Hope (2010)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:05 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:05 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180405227928.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:05 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:05 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180405453826.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:05 VERBOSE  task          current-tv-list REJECTED: `Police Squad! (1982)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:05 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:05 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180405762697.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:05 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:06 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180406000013.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:06 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:06 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180406238817.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:06 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:06 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180406512008.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:06 VERBOSE  task          current-tv-list REJECTED: `Open All Hours (1976)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:06 VERBOSE  task          current-tv-list REJECTED: `Only Fools and Horses (1981)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:06 VERBOSE  task          current-tv-list REJECTED: `My Name Is Earl (2005)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:07 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:07 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180407032709.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:07 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:07 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180407258236.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:07 VERBOSE  task          current-tv-list REJECTED: `Moone Boy (2012)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:07 VERBOSE  task          current-tv-list REJECTED: `Monk (2002)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:07 VERBOSE  task          current-tv-list REJECTED: `Monty Python's Flying Circus (1969)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:07 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:07 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180407751505.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:07 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:07 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180407981606.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:08 VERBOSE  task          current-tv-list REJECTED: `Louie (2010)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:08 VERBOSE  task          current-tv-list REJECTED: `M*A*S*H (1970)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:08 VERBOSE  task          current-tv-list REJECTED: `Little Britain (2003)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:08 VERBOSE  task          current-tv-list REJECTED: `Key & Peele (2012)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:08 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:08 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180408667553.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:08 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:08 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180408904768.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:08 VERBOSE  task          current-tv-list REJECTED: `Inside Amy Schumer (2013)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:09 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:09 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180409199015.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:09 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:09 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180409409306.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:09 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:09 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180409638096.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:09 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:09 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180409843945.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:09 VERBOSE  task          current-tv-list REJECTED: `House (2004)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:10 VERBOSE  task          current-tv-list REJECTED: `How I Met Your Mother (2005)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:10 VERBOSE  task          current-tv-list REJECTED: `Gravity Falls (2012)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:10 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:10 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180410266350.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:10 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:10 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180410480229.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:10 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:10 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180410697326.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:10 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:10 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180410904465.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:11 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:11 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180411135200.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:11 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:11 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180411356924.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:11 VERBOSE  task          current-tv-list REJECTED: `Flight of the Conchords (2007)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:11 VERBOSE  task          current-tv-list REJECTED: `Fawlty Towers (1975)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:11 VERBOSE  task          current-tv-list REJECTED: `Father Ted (1995)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:11 VERBOSE  task          current-tv-list REJECTED: `Firefly (2002)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:11 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:11 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180411938491.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:12 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:12 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180412141599.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:12 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:12 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180412438028.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:12 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:12 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180412674634.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:12 VERBOSE  task          current-tv-list REJECTED: `Cougar Town (2009)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:12 VERBOSE  task          current-tv-list REJECTED: `Cold Case (2003)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:13 VERBOSE  task          current-tv-list REJECTED: `Castle (2009)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:13 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:13 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180413237814.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:13 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:13 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180413441968.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:13 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:13 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180413667779.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:13 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:13 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180413890265.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:14 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:14 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180414174835.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:14 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:14 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180414556409.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:14 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:14 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180414779269.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:15 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:15 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180415012810.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:15 VERBOSE  task          current-tv-list REJECTED: `Snuff Box (2006)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:15 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:15 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180415419172.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:15 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:15 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180415635755.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:15 VERBOSE  task          current-tv-list REJECTED: `Doctor Horrible's Sing-Along Blog (2008)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:15 VERBOSE  task          current-tv-list REJECTED: `Clone High (2002)` by if plugin because matched requirement: trakt_collected and trakt_series_status in ['ended', 'canceled']
2020-11-16 18:04:16 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:16 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180416012613.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:16 ERROR    lazy_lookup   current-tv-list Unhandled error in lazy lookup plugin: unconverted data remains: :00
2020-11-16 18:04:16 CRITICAL manager       current-tv-list An unexpected crash has occurred. Writing crash report to /etc/flexget/crash_report.2020.11.16.180416250463.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-16 18:04:16 VERBOSE  details       current-tv-list Summary - Accepted: 0 (Rejected: 90 Undecided: 235 Failed: 0)

Additional information:

@M0djO
Copy link

M0djO commented Nov 18, 2020

I'm seeing the exact same thing, but I use trakt_lookup to get the trakt_watched property that I then use for filtering.

Using daemon (yes/no): yes
OS and version: Linux Mint 20
Rest of configuration same as above, python version, install method etc.

.flexget folder getting flooded with crash reports ...

@rufftruffles
Copy link

rufftruffles commented Nov 19, 2020

Same exact issue here as well!!

Debug log:

2020-11-20 04:19:02 ERROR    lazy_lookup   cleanup-lists   Unhandled error in lazy lookup plugin: unconverted data remains: :00
Traceback (most recent call last):
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/utils/lazy_dict.py", line 41, in __getitem__
    callee.func(self.store, *(callee.args or []), **(callee.kwargs or {}))
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/trakt_lookup.py", line 200, in lazy_lookup
    db_data = get_db_data_for(media_type, entry, session)
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/trakt_lookup.py", line 96, in get_db_data_for
    show = lookup_series(session=session, **series_lookup_args)
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/api_trakt.py", line 186, in lookup_series
    series = session.merge(db.TraktShow(trakt_show, session))
  File "<string>", line 4, in __init__
  File "/home/torrent/.local/lib/python3.6/site-packages/sqlalchemy/orm/state.py", line 441, in _initialize_instance
    manager.dispatch.init_failure(self, args, kwargs)
  File "/home/torrent/.local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__
    compat.reraise(exc_type, exc_value, exc_tb)
  File "/home/torrent/.local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 153, in reraise
    raise value
  File "/home/torrent/.local/lib/python3.6/site-packages/sqlalchemy/orm/state.py", line 438, in _initialize_instance
    return manager.original_init(*mixed[1:], **kwargs)
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/db.py", line 623, in __init__
    self.update(trakt_show, session)
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/db.py", line 641, in update
    self.air_time = datetime.strptime(airs.get('time'), '%H:%M').time()
  File "/usr/lib/python3.6/_strptime.py", line 565, in _strptime_datetime
    tt, fraction = _strptime(data_string, format)
  File "/usr/lib/python3.6/_strptime.py", line 365, in _strptime
    data_string[found.end():])
ValueError: unconverted data remains: :00

@FlexGet-Bot
Copy link
Contributor

This issue has been mentioned on Forum - FlexGet. There might be relevant details there:

https://discuss.flexget.com/t/unhandled-error-in-lazy-lookup-plugin-causes-lot-of-crash-reports/5315/2

@effemmeffe
Copy link

Same, here, I had to stop the daemon because my computer was unusable due to too many logs.
On a side note: this should not happen, no matter how many times an error happens, it should not flood an hard disk with logs.

Log: https://pastebin.com/p072br4w
Config: https://github.com/effemmeffe/flexget/blob/d4e422ec4a1ee3e8f5e919dee248b3382742734b/config.yml

@M0djO
Copy link

M0djO commented Nov 26, 2020

Is it as simple as the format string should be %H:%M:%S instead of just %H:%M in the call to strptime() in flexget/components/trakt/db.py, line 641?

@snickers2k
Copy link

same here

@Skyline404
Copy link

Same error on latest build

@rorj
Copy link

rorj commented Nov 27, 2020

Is it as simple as the format string should be %H:%M:%S instead of just %H:%M in the call to strptime() in flexget/components/trakt/db.py, line 641?

It does fix the issue. Tested on 2.21.35.

@rufftruffles
Copy link

Is it as simple as the format string should be %H:%M:%S instead of just %H:%M in the call to strptime() in flexget/components/trakt/db.py, line 641?

didn't work for me:

2020-11-27 22:27:02 ERROR    lazy_lookup   cleanup-lists   Unhandled error in lazy lookup plugin: time data '22:00' does not match format '%H:%M:%S'
2020-11-27 22:27:02 CRITICAL manager       cleanup-lists   An unexpected crash has occurred. Writing crash report to /home/torrent/.flexget/crash_report.2020.11.27.222702797487.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-27 22:27:03 ERROR    lazy_lookup   cleanup-lists   Unhandled error in lazy lookup plugin: time data '21:00' does not match format '%H:%M:%S'
2020-11-27 22:27:03 CRITICAL manager       cleanup-lists   An unexpected crash has occurred. Writing crash report to /home/torrent/.flexget/crash_report.2020.11.27.222703398578.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-27 22:27:03 ERROR    lazy_lookup   cleanup-lists   Unhandled error in lazy lookup plugin: time data '21:00' does not match format '%H:%M:%S'
2020-11-27 22:27:03 CRITICAL manager       cleanup-lists   An unexpected crash has occurred. Writing crash report to /home/torrent/.flexget/crash_report.2020.11.27.222703869696.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-27 22:27:04 ERROR    lazy_lookup   cleanup-lists   Unhandled error in lazy lookup plugin: time data '21:00' does not match format '%H:%M:%S'
2020-11-27 22:27:04 CRITICAL manager       cleanup-lists   An unexpected crash has occurred. Writing crash report to /home/torrent/.flexget/crash_report.2020.11.27.222704307912.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-27 22:27:04 ERROR    lazy_lookup   cleanup-lists   Unhandled error in lazy lookup plugin: time data '20:00' does not match format '%H:%M:%S'
2020-11-27 22:27:04 CRITICAL manager       cleanup-lists   An unexpected crash has occurred. Writing crash report to /home/torrent/.flexget/crash_report.2020.11.27.222704776770.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.89
2020-11-27 22:27:05 ERROR    lazy_lookup   cleanup-lists   Unhandled error in lazy lookup plugin: time data '03:00' does not match format '%H:%M:%S'
2020-11-27 22:27:11 DEBUG    utils.requests cleanup-lists   GETing URL https://api.trakt.tv/shows/148826 with args () and kwargs {'params': {'extended': 'full'}, 'allow_redirects': True, 'timeout': 30}
2020-11-27 22:27:13 ERROR    lazy_lookup   cleanup-lists   Unhandled error in lazy lookup plugin: time data '21:00' does not match format '%H:%M:%S'
Traceback (most recent call last):
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/utils/lazy_dict.py", line 41, in __getitem__
    callee.func(self.store, *(callee.args or []), **(callee.kwargs or {}))
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/trakt_lookup.py", line 200, in lazy_lookup
    db_data = get_db_data_for(media_type, entry, session)
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/trakt_lookup.py", line 96, in get_db_data_for
    show = lookup_series(session=session, **series_lookup_args)
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/api_trakt.py", line 186, in lookup_series
    series = session.merge(db.TraktShow(trakt_show, session))
  File "<string>", line 4, in __init__
  File "/home/torrent/.local/lib/python3.6/site-packages/sqlalchemy/orm/state.py", line 441, in _initialize_instance
    manager.dispatch.init_failure(self, args, kwargs)
  File "/home/torrent/.local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__
    compat.reraise(exc_type, exc_value, exc_tb)
  File "/home/torrent/.local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 153, in reraise
    raise value
  File "/home/torrent/.local/lib/python3.6/site-packages/sqlalchemy/orm/state.py", line 438, in _initialize_instance
    return manager.original_init(*mixed[1:], **kwargs)
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/db.py", line 623, in __init__
    self.update(trakt_show, session)
  File "/home/torrent/.local/lib/python3.6/site-packages/flexget/components/trakt/db.py", line 641, in update
    self.air_time = datetime.strptime(airs.get('time'), '%H:%M:%S').time()
  File "/usr/lib/python3.6/_strptime.py", line 565, in _strptime_datetime
    tt, fraction = _strptime(data_string, format)
  File "/usr/lib/python3.6/_strptime.py", line 362, in _strptime
    (data_string, format))
ValueError: time data '21:00' does not match format '%H:%M:%S'

@rorj
Copy link

rorj commented Nov 27, 2020

Try self.air_time = dateutil_parse(airs.get('time'), ignoretz=True).time() instead of self.air_time = datetime.strptime(airs.get('time'), '%H:%M:%S').time().

@DevonLobb
Copy link

Try self.air_time = dateutil_parse(airs.get('time'), ignoretz=True).time() instead of self.air_time = datetime.strptime(airs.get('time'), '%H:%M:%S').time().

That worked for me

@jahutchi
Copy link

jahutchi commented Nov 30, 2020

I also noticed these errors in my logs after upgrading over the weekend.

Try self.air_time = dateutil_parse(airs.get('time'), ignoretz=True).time() instead of self.air_time = datetime.strptime(airs.get('time'), '%H:%M:%S').time().

That worked for me

This fix works for me too

@M0djO
Copy link

M0djO commented Nov 30, 2020

How do I apply this temporary fix when I installed from package with pip? Can I just edit the package file? I loose the change should I later update then right?

@gazpachoking
Copy link
Member

Thanks for the reports and testing everyone! Next release will contain the fix.

@effemmeffe
Copy link

I'm still getting flooded by crash reports, I'm on the last version, the 3.1.91.
Is the fix already in this release or should I wait for a new one?

@SKnight79
Copy link

SKnight79 commented Dec 6, 2020 via email

@effemmeffe
Copy link

I did a restart of the daemon and still got problems, then a reboot and now it's working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests