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

Problems since TVDB API Update

$
0
0

@kmart wrote:

Hi All,

I created a flexget config several years ago and my seedbox has been running problem free since.

The TVDB updated its API and i had an issue when they weren't returning favorites properly.but because i didn't know it was the TVDB i updated everything and pulled my hair out until i saw a post here saying what the issue was.

So i used a backup config that only used my rss feed from showRSS which worked fine.

Once TVDB was fixed i switched back to the old config with the updated API key and account ID. It's been a few weeks and i realized that I have no new downloads. Looking at the logs i don't know what the deal is, aside from TVDB timing out it's saying my config has no input filters but this has worked for years.

$ flexget -V
3.1.10
You are on the latest release.

My config:

templates:
  tvshows:
    transmission:
      host: localhost
      port: 9091
      username: username
      password: password
      path: /path/to/shows/{{series_name}}/Season {{series_season}}
    configure_series:
      from:
        thetvdb_list:
          username: username
          account_id: TVDBAccountID
          api_key: newTVDBAPIKey
          strip_dates: yes
      settings:
        target: 720p+
        propers: 3 days
tasks:
  ShowRSS:
    rss:
      url: http://showrss.info/user/48286.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
      all_entries: no
    template: tvshows
    priority: 3

  RARBG:
    rss:
      url: https://rarbg.to/rssdd.php?category=49
      all_entries: no
    template: tvshows
    priority: 1

  EZTV:
    rss:
      url: https://eztv.io/ezrss.xml
      all_entries: no
    template: tvshows
    priority: 2

And this is the log when i execute with debug logging:

2020-01-20 20:28:58 DEBUG    manager                       Figuring out config load paths
2020-01-20 20:28:58 DEBUG    manager                       Found config: /EXT/kevin/.flexget/config.yml
2020-01-20 20:28:58 DEBUG    manager                       Config file /EXT/kevin/.flexget/config.yml selected
2020-01-20 20:28:58 DEBUG    manager                       sys.defaultencoding: utf-8
2020-01-20 20:28:58 DEBUG    manager                       sys.getfilesystemencoding: utf-8
2020-01-20 20:28:58 DEBUG    manager                       flexget detected io encoding: utf-8
2020-01-20 20:28:58 DEBUG    manager                       os.path.supports_unicode_filenames: False
2020-01-20 20:28:58 DEBUG    manager                       Sending command to running FlexGet process: ['--loglevel', 'debug', 'execute']
2020-01-20 20:28:58 DEBUG    cron_env                      Encoding utf-8 stored
2020-01-20 20:28:58 DEBUG    util.simple_persistence                 setting key terminal_encoding value 'utf-8'
2020-01-20 20:28:58 DEBUG    task          RARBG           executing RARBG
2020-01-20 20:28:58 DEBUG    template      RARBG           Merging template tvshows into task RARBG
2020-01-20 20:28:58 DEBUG    api_tvdb      RARBG           Authenticating to TheTVDB with kevin1162
2020-01-20 20:28:58 DEBUG    utils.requests RARBG           POSTing URL https://api.thetvdb.com/login with args () and kwargs {'data': None, 'json': {'apikey': 'apikey', 'username': 'username', 'userkey': 'userkey'}, 'timeout': 30}
2020-01-20 20:29:28 WARNING  configure_series RARBG           Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: HTTPSConnectionPool(host='api.thetvdb.com', port=443): Read timed out. (read timeout=30)
2020-01-20 20:29:28 WARNING  configure_series RARBG           Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: HTTPSConnectionPool(host='api.thetvdb.com', port=443): Read timed out. (read timeout=30)
2020-01-20 20:29:28 INFO     configure_series RARBG           Did not get any series to generate series configuration
2020-01-20 20:29:28 INFO     configure_series RARBG           Did not get any series to generate series configuration
2020-01-20 20:29:28 DEBUG    input_cache   RARBG           cache name: rss_84ea23c175d6424ac4941c837cc68867 (has: rss_84ea23c175d6424ac4941c837cc68867, rss_a643d7faab1445121eb444b6ede32832, rss_f195b14a437135300e5fab12d7b75b57)
2020-01-20 20:29:28 VERBOSE  input_cache   RARBG           Restored entries from cache
2020-01-20 20:29:28 DEBUG    backlog       RARBG           0 entries purged from backlog
2020-01-20 20:29:28 VERBOSE  details       RARBG           Produced 25 entries.
2020-01-20 20:29:29 WARNING  task          RARBG           Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2020-01-20 20:29:29 WARNING  task          RARBG           Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2020-01-20 20:29:29 DEBUG    urlrewriter   RARBG           Checking 0 entries
2020-01-20 20:29:29 VERBOSE  details       RARBG           Summary - Accepted: 0 (Rejected: 0 Undecided: 25 Failed: 0)
2020-01-20 20:29:29 DEBUG    util.simple_persistence RARBG           Flushing simple persistence for task RARBG to db.
2020-01-20 20:29:29 DEBUG    util.simple_persistence RARBG           Flushing simple persistence for task None to db.
2020-01-20 20:29:29 DEBUG    task          EZTV            executing EZTV
2020-01-20 20:29:29 DEBUG    template      EZTV            Merging template tvshows into task EZTV
2020-01-20 20:29:29 DEBUG    api_tvdb      EZTV            Authenticating to TheTVDB with kevin1162
2020-01-20 20:29:29 WARNING  configure_series EZTV            Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.
2020-01-20 20:29:29 WARNING  configure_series EZTV            Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.
2020-01-20 20:29:29 INFO     configure_series EZTV            Did not get any series to generate series configuration
2020-01-20 20:29:29 INFO     configure_series EZTV            Did not get any series to generate series configuration
2020-01-20 20:29:29 DEBUG    input_cache   EZTV            cache name: rss_a643d7faab1445121eb444b6ede32832 (has: rss_84ea23c175d6424ac4941c837cc68867, rss_a643d7faab1445121eb444b6ede32832, rss_f195b14a437135300e5fab12d7b75b57)
2020-01-20 20:29:29 VERBOSE  input_cache   EZTV            Restored entries from cache
2020-01-20 20:29:29 DEBUG    backlog       EZTV            0 entries purged from backlog
2020-01-20 20:29:29 VERBOSE  details       EZTV            Produced 50 entries.
2020-01-20 20:29:29 WARNING  task          EZTV            Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2020-01-20 20:29:29 WARNING  task          EZTV            Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2020-01-20 20:29:29 DEBUG    urlrewriter   EZTV            Checking 0 entries
2020-01-20 20:29:29 VERBOSE  details       EZTV            Summary - Accepted: 0 (Rejected: 0 Undecided: 50 Failed: 0)
2020-01-20 20:29:29 DEBUG    util.simple_persistence EZTV            Flushing simple persistence for task EZTV to db.
2020-01-20 20:29:29 DEBUG    util.simple_persistence EZTV            Flushing simple persistence for task None to db.
2020-01-20 20:29:29 DEBUG    task          ShowRSS         executing ShowRSS
2020-01-20 20:29:29 DEBUG    template      ShowRSS         Merging template tvshows into task ShowRSS
2020-01-20 20:29:29 DEBUG    api_tvdb      ShowRSS         Authenticating to TheTVDB with kevin1162
2020-01-20 20:29:29 WARNING  configure_series ShowRSS         Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.
2020-01-20 20:29:29 WARNING  configure_series ShowRSS         Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.
2020-01-20 20:29:29 INFO     configure_series ShowRSS         Did not get any series to generate series configuration
2020-01-20 20:29:29 INFO     configure_series ShowRSS         Did not get any series to generate series configuration
2020-01-20 20:29:29 DEBUG    input_cache   ShowRSS         cache name: rss_f195b14a437135300e5fab12d7b75b57 (has: rss_84ea23c175d6424ac4941c837cc68867, rss_a643d7faab1445121eb444b6ede32832, rss_f195b14a437135300e5fab12d7b75b57)
2020-01-20 20:29:29 VERBOSE  input_cache   ShowRSS         Restored entries from cache
2020-01-20 20:29:29 DEBUG    backlog       ShowRSS         0 entries purged from backlog
2020-01-20 20:29:29 VERBOSE  details       ShowRSS         Produced 5 entries.
2020-01-20 20:29:29 WARNING  task          ShowRSS         Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2020-01-20 20:29:29 WARNING  task          ShowRSS         Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2020-01-20 20:29:29 DEBUG    seen          ShowRSS         Rejecting 'magnet:?xt=urn:btih:1DADBD850EEF556BB101E64AE642D4E01E4C8253&dn=Bobs+Burgers+S10E11+720p+WEB+x264+XLF&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce' 'Bobs Burgers S10E11 720p WEB x264 XLF' because of seen 'Bobs Burgers S10E11 720p WEB x264 XLF'
2020-01-20 20:29:29 VERBOSE  task          ShowRSS         REJECTED: `Bobs Burgers S10E11 720p WEB x264 XLF` by seen plugin because entry with title `Bobs Burgers S10E11 720p WEB x264 XLF` is already marked seen in the task ShowRSS at 2020-01-12 23:22
2020-01-20 20:29:29 DEBUG    seen          ShowRSS         Rejecting 'magnet:?xt=urn:btih:05E226012F9F9D26D41E630D4D37E7D9215594DE&dn=Vikings+S06E06+720p+WEB+H264+GHOSTS&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce' 'Vikings S06E06 720p WEB H264 GHOSTS' because of seen 'Vikings S06E06 720p WEB H264 GHOSTS'
2020-01-20 20:29:29 VERBOSE  task          ShowRSS         REJECTED: `Vikings S06E06 720p WEB H264 GHOSTS` by seen plugin because entry with title `Vikings S06E06 720p WEB H264 GHOSTS` is already marked seen in the task ShowRSS at 2020-01-12 16:04
2020-01-20 20:29:29 DEBUG    seen          ShowRSS         Rejecting 'magnet:?xt=urn:btih:47AF858FB510C3842A879AD75875F3E44844B04E&dn=Vikings+S06E05+720p+HDTV+x264+AVS&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce' 'Vikings S06E05 720p HDTV x264 AVS' because of seen 'Vikings S06E05 720p HDTV x264 AVS'
2020-01-20 20:29:29 VERBOSE  task          ShowRSS         REJECTED: `Vikings S06E05 720p HDTV x264 AVS` by seen plugin because entry with title `Vikings S06E05 720p HDTV x264 AVS` is already marked seen in the task ShowRSS at 2020-01-12 16:04
2020-01-20 20:29:29 DEBUG    seen          ShowRSS         Rejecting 'magnet:?xt=urn:btih:360678872687BD0CB5769CDA6C9AAB88ACB9AE2D&dn=Teen+Titans+Go+S06E09+Bat+Scouts+720p+AMZN+WEBRip+DDP2+0+x264+LAZY&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce' 'Teen Titans Go S06E09 Bat Scouts 720p AMZN WEBRip DDP2 0 x264 LAZY' because of seen 'Teen Titans Go S06E09 Bat Scouts 720p AMZN WEBRip DDP2 0 x264 LAZY'
2020-01-20 20:29:29 VERBOSE  task          ShowRSS         REJECTED: `Teen Titans Go S06E09 Bat Scouts 720p AMZN WEBRip DDP2 0 x264 LAZY` by seen plugin because entry with title `Teen Titans Go S06E09 Bat Scouts 720p AMZN WEBRip DDP2 0 x264 LAZY` is already marked seen in the task ShowRSS at 2020-01-12 16:04
2020-01-20 20:29:29 DEBUG    urlrewriter   ShowRSS         Checking 0 entries
2020-01-20 20:29:29 VERBOSE  details       ShowRSS         Summary - Accepted: 0 (Rejected: 4 Undecided: 1 Failed: 0)
2020-01-20 20:29:29 DEBUG    util.simple_persistence ShowRSS         Flushing simple persistence for task ShowRSS to db.
2020-01-20 20:29:29 DEBUG    util.simple_persistence ShowRSS         Flushing simple persistence for task None to db.

This is the log from the daemon (info level) on it's last execution before i ran the debug level:

2020-01-20 20:25:59 INFO     manager                       Daemon shutdown requested. Shutdown will commence when currently running task (if any) has finished executing.
2020-01-20 20:25:59 INFO     manager                       Daemon shutdown requested. Shutdown will commence when currently running task (if any) has finished executing.
2020-01-20 20:25:59 INFO     manager                       Got SIGTERM. Shutting down.
2020-01-20 20:26:10 INFO     scheduler                     No schedules defined in config. Defaulting to run all tasks on a 1 hour interval.
2020-01-20 20:26:10 INFO     scheduler                     Starting scheduler
2020-01-20 20:26:56 ERROR    manager                       Disconnecting from daemon due to ctrl-c. Executions will still continue in the background.
2020-01-20 20:27:14 WARNING  configure_series RARBG           Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: HTTPSConnectionPool(host='api.thetvdb.com', port=443): Read timed out. (read timeout=30)
2020-01-20 20:27:14 INFO     configure_series RARBG           Did not get any series to generate series configuration
2020-01-20 20:27:15 WARNING  task          RARBG           Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2020-01-20 20:27:15 WARNING  configure_series EZTV            Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.
2020-01-20 20:27:15 INFO     configure_series EZTV            Did not get any series to generate series configuration
2020-01-20 20:27:17 WARNING  task          EZTV            Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2020-01-20 20:27:17 WARNING  configure_series ShowRSS         Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.
2020-01-20 20:27:17 INFO     configure_series ShowRSS         Did not get any series to generate series configuration
2020-01-20 20:27:17 WARNING  task          ShowRSS         Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.

Again TVDB timed out, i don't know if that's related or not. Can anyone give me an idea of what's going on? There's one episode of of a show in my list that should be downloading but it's undecided.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles