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

Searching errors after upgrade #8991

Closed
PrzemekSkw opened this issue Jan 11, 2021 · 1 comment
Closed

Searching errors after upgrade #8991

PrzemekSkw opened this issue Jan 11, 2021 · 1 comment

Comments

@PrzemekSkw
Copy link

PrzemekSkw commented Jan 11, 2021

Describe the bug
Medusa has some searching problem. For Example I add new Show with Medusa "Add Show" tab - show = The Spy. Medusa see that show but show only one episode. When I force search it shows only one option to snatch of that show but I know there's plenty of releases from Jacket providers. The whole show is ended and available as season packs and single episodes.
Edit. I see also episodes disapear also on rest of my shows.

To Reproduce
Steps to reproduce the behavior:

  1. Restart Medusa.
  2. Reboot Dietpi.

Medusa (please complete the following information):

  • OS: Dietpi, Raspberry Pi2,
  • Branch: master,
  • Version: 0.5.2
  • Commit: 5839c67
  • Python version: 3.7.3 (default, Jul 25 2020, 13:03:44) [GCC 8.3.0]
  • Database version: 44.17

**Screenshots

Zrzut ekranu z 2021-01-11 21-22-57

Debug logs (at least 50 lines):
General > Advanced Settings > Enable debug

2021-01-11 21:14:48 DEBUG    EPISODEUPDATER :: [5839c67] Finished updating network timezones
2021-01-11 21:14:47 DEBUG    EPISODEUPDATER :: [5839c67] User-Agent: Medusa/0.5.2 (Linux; 5.4.83-v7+; 4b561f34-5447-11eb-add8-b827ebc34a53)
2021-01-11 21:14:47 DEBUG    EPISODEUPDATER :: [5839c67] GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2021-01-11 21:14:47 DEBUG    EPISODEUPDATER :: [5839c67] Started updating network timezones
2021-01-11 21:14:47 DEBUG    EPISODEUPDATER :: [5839c67] Starting new thread: EPISODEUPDATER
2021-01-11 21:09:57 ERROR    POSTPROCESSOR :: [5839c67] Exception generated: create_episode_structure() missing 1 required positional argument: 'episodes'
Traceback (most recent call last):
  File "/mnt/dietpi_userdata/medusa/medusa/schedulers/scheduler.py", line 78, in run
    self.action.run(self.force)
  File "/mnt/dietpi_userdata/medusa/medusa/process_tv.py", line 61, in run
    return ProcessResult(path, process_method).process(force=force, **kwargs)
  File "/mnt/dietpi_userdata/medusa/medusa/process_tv.py", line 188, in process
    ignore_subs=ignore_subs)
  File "/mnt/dietpi_userdata/medusa/medusa/process_tv.py", line 380, in process_files
    self.process_media(path, self.video_files, force, is_priority, ignore_subs)
  File "/mnt/dietpi_userdata/medusa/medusa/process_tv.py", line 600, in process_media
    self.result = processor.process()
  File "/mnt/dietpi_userdata/medusa/medusa/post_processor.py", line 1184, in process
    cur_ep.status = DOWNLOADED
  File "/mnt/dietpi_userdata/medusa/medusa/tv/base.py", line 63, in __setattr__
    super(TV, self).__setattr__(key, value)
  File "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 428, in status
    self._sync_trakt(value)
  File "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 450, in _sync_trakt
    notifiers.trakt_notifier.update_watchlist_episode(self)
  File "/mnt/dietpi_userdata/medusa/medusa/notifiers/trakt.py", line 120, in update_watchlist_episode
    result = sync.add_to_watchlist({'shows': [create_episode_structure(episodes)]})
TypeError: create_episode_structure() missing 1 required positional argument: 'episodes'
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] Remove episode 7, showid: indexerid 369414,Title 30 Coins to Watchlist
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] Found release name 30 Coins S01E07 MultiSub 720p x265-StB
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] Trying to determine free space on destination drive
2021-01-11 21:09:57 INFO     POSTPROCESSOR :: [5839c67] This download is marked a priority download so I'm going to replace an existing file if I find one
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] There is no existing file so there's no worries about replacing it
2021-01-11 21:09:57 INFO     POSTPROCESSOR :: [5839c67] New size: 275.63 MB
2021-01-11 21:09:57 INFO     POSTPROCESSOR :: [5839c67] New file: /mnt/Toshiba/downloads/30 Coins S01E07 MultiSub 720p x265-StB/30 Coins S01E07 MultiSub 720p x265-StB.mkv
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] This episode is a priority download: True
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] Proper: False
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] New quality: 720p HDTV
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] Current quality: 720p HDTV
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] NZB: False
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] Info hash: 833ca56c614fd68bd5a87cfb61eaa84617913fd1
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] Manually snatched: False
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] Snatch in history: True
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] Quality of the episode we are processing: 720p HDTV
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] This episode was found in history as SNATCHED.
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] The episode file has a quality in it, using that: 720p HDTV
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] No XEM data for show ID 369414 on tvdb
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] User-Agent: Medusa/0.5.2 (Linux; 5.4.83-v7+; 4b561f34-5447-11eb-add8-b827ebc34a53)
2021-01-11 21:09:57 DEBUG    POSTPROCESSOR :: [5839c67] GET URL: http://thexem.de/map/havemap?origin=tvdb [Status: 200]
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Looking up XEM scene mapping for show ID 369414 on tvdb
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Retrieving episode object for 30 Coins S01E07
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Show information parsed from file name
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Parsed 30 Coins S01E07 MultiSub 720p x265-StB.mkv into title: 30 Coins, season: 1, episode: [7], subtitle_language: mul, screen_size: 720p, video_codec: H.265, video_encoder: x265, release_group: StB, container: mkv, mimetype: video/x-matroska, type: episode, parsing_time: 0.3391892910003662, absolute_episode: [], quality: 720p HDTV, total_time: 0.34561824798583984
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Matched release 30 Coins S01E07 MultiSub 720p x265-StB.mkv to a series in your database: 30 Coins
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Found numbering S01E07 from parser for show 30 Coins S01E07
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] GuessIt cache was cleared due to invalidation object change: previous={'show_type': 'anime', 'type': 'episode', 'implicit': True, 'episode_prefer_number': True, 'expected_title': [], 'expected_group': ['TV2LAX9', 'DHD', '20-40', 'E7'], 'allowed_languages': ['de', 'en', 'es', 'ca', 'fr', 'he', 'hu', 'it', 'jp', 'nl', 'pl', 'pt', 'ro', 'ru', 'sv', 'uk', 'mul', 'und'], 'allowed_countries': ['us', 'gb']} new={'show_type': 'normal', 'type': 'episode', 'implicit': True, 'episode_prefer_number': False, 'expected_title': ['Foundation (2021)', '50 States of Fright', 'Hunters (2020)', 'Perry Mason (2020)', 'Brave New World (2020)', 'The Border (2014)', 'The Head (2020)', 's05', 'Save Me (2018)', 'War of the Worlds (2019)', 'Room 104', 'Bloom (2019)', 'Taboo (2017)', '4 Blocks', 'The Stand (2020)', 'The Last of Us (2021)', 'The X-Files', 'X-Files', 'In the Dark (2019)', 'The Fugitive (2020)', 'The Stranger (2020) (US)', 'Flipped (2020)', 'Flipped.S01.COMPLETE.720p.QUIBI', 'The Right Stuff 2020', 'Utopia (2020)', 'neXt (2020)', 'Moonbase 8', 'Barbarians (2020)', 'Chyłka-rewizja', 'The Haunting of Bly Manor (2020)', '30 Coins', 'The Hardy Boys (2020)', 'The Hardy Boys 2020', 'The Hardy Boys 2020 S01 Complete hulu', 'Equinox (2020)', 'Godless (2017)'], 'expected_group': ['TV2LAX9', 'DHD', '20-40', 'E7'], 'allowed_languages': ['de', 'en', 'es', 'ca', 'fr', 'he', 'hu', 'it', 'jp', 'nl', 'pl', 'pt', 'ro', 'ru', 'sv', 'uk', 'mul', 'und'], 'allowed_countries': ['us', 'gb']}
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Analyzing name: 30 Coins S01E07 MultiSub 720p x265-StB.mkv
2021-01-11 21:09:52 INFO     POSTPROCESSOR :: [5839c67] Processing /mnt/Toshiba/downloads/30 Coins S01E07 MultiSub 720p x265-StB/30 Coins S01E07 MultiSub 720p x265-StB.mkv
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Found unwanted files: ['Torrent_downloaded_from_Demonoid.is_.txt', '[TGx]Downloaded from torrentgalaxy.to .txt']
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Post-processing video files: ['30 Coins S01E07 MultiSub 720p x265-StB.mkv']
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Post-processing files: ['30 Coins S01E07 MultiSub 720p x265-StB.mkv', '30 Coins S01E07 MultiSub 720p x265-StB.nfo', 'Torrent_downloaded_from_Demonoid.is_.txt', '[TGx]Downloaded from torrentgalaxy.to .txt']
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Processing folder: /mnt/Toshiba/downloads/30 Coins S01E07 MultiSub 720p x265-StB
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] No processable items found in folder: /mnt/Toshiba/downloads
2021-01-11 21:09:52 INFO     POSTPROCESSOR :: [5839c67] Processing path: /mnt/Toshiba/downloads
2021-01-11 21:09:52 DEBUG    POSTPROCESSOR :: [5839c67] Starting new thread: POSTPROCESSOR
2021-01-11 21:09:50 ERROR    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] DailySearchQueueItem Exception, error: TypeError("create_episode_structure() missing 1 required positional argument: 'episodes'")
Traceback (most recent call last):
  File "/mnt/dietpi_userdata/medusa/medusa/search/queue.py", line 295, in run
    found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force)
  File "/mnt/dietpi_userdata/medusa/medusa/search/core.py", line 503, in search_for_needed_episodes
    episodes.extend(wanted_episodes(cur_show, from_date))
  File "/mnt/dietpi_userdata/medusa/medusa/search/core.py", line 472, in wanted_episodes
    ep_obj = series_obj.get_episode(episode['season'], episode['episode'])
  File "/mnt/dietpi_userdata/medusa/medusa/tv/series.py", line 944, in get_episode
    ep = Episode(self, season, episode)
  File "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 271, in __init__
    self._specify_episode(self.season, self.episode)
  File "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 642, in _specify_episode
    sql_results = self.load_from_db(season, episode)
  File "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 722, in load_from_db
    self.status = int(sql_results[0]['status'] or UNSET)
  File "/mnt/dietpi_userdata/medusa/medusa/tv/base.py", line 63, in __setattr__
    super(TV, self).__setattr__(key, value)
  File "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 428, in status
    self._sync_trakt(value)
  File "/mnt/dietpi_userdata/medusa/medusa/tv/episode.py", line 450, in _sync_trakt
    notifiers.trakt_notifier.update_watchlist_episode(self)
  File "/mnt/dietpi_userdata/medusa/medusa/notifiers/trakt.py", line 120, in update_watchlist_episode
    result = sync.add_to_watchlist({'shows': [create_episode_structure(episodes)]})
TypeError: create_episode_structure() missing 1 required positional argument: 'episodes'
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Remove episode 1, showid: indexerid 370444,Title 50 States of Fright to Watchlist
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Searching for 50 States of Fright S02E01. Reason: Quality is not Preferred. Searching episode
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Seeing if we need anything from 50 States of Fright
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Not checking for needed episodes of Dark because the show is paused
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Not checking for needed episodes of The Man in the High Castle because the show is paused
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Not checking for needed episodes of Killing Eve because the show is paused
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Not checking for needed episodes of Quicksand because the show is paused
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Seeing if we need anything from The Third Day
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Seeing if we need anything from Foundation (2021)
2021-01-11 21:09:50 DEBUG    SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Seeing if we need anything from House of the Dragon
2021-01-11 21:09:50 INFO     SEARCHQUEUE-DAILY-SEARCH :: [5839c67] Beginning daily search for new episodes
2021-01-11 21:06:07 INFO     Thread_19 :: [5839c67] Start Trakt token request
2021-01-11 21:06:02 INFO     Thread_1 :: [5839c67] Start Trakt token request
2021-01-11 21:05:57 INFO     Thread_18 :: [5839c67] Start Trakt token request
2021-01-11 21:05:52 INFO     Thread_17 :: [5839c67] Start Trakt token request
2021-01-11 21:05:47 INFO     Thread_10 :: [5839c67] Start Trakt token request
2021-01-11 21:05:42 INFO     Thread_0 :: [5839c67] Start Trakt token request
2021-01-11 21:05:37 INFO     Thread_15 :: [5839c67] Start Trakt token request
2021-01-11 21:05:32 INFO     Thread_3 :: [5839c67] Start Trakt token request
2021-01-11 21:05:26 INFO     Thread_9 :: [5839c67] Start Trakt token request
2021-01-11 21:05:21 INFO     Thread_13 :: [5839c67] Start Trakt token request
2021-01-11 21:05:17 INFO     Thread_2 :: [5839c67] Start Trakt token request
2021-01-11 21:05:12 INFO     Thread_1 :: [5839c67] Start Trakt token request
2021-01-11 21:05:06 INFO     Thread_11 :: [5839c67] Start a new Oauth device authentication request. Request is valid for 60 minutes.
2021-01-11 21:04:35 WARNING  Thread_10 :: [5839c67] Unable to test TRAKT: OAuthException()
2021-01-11 21:04:35 WARNING  Thread_10 :: [5839c67] Unable to get trakt user, error: Unauthorized - OAuth must be provided
2021-01-11 21:04:25 INFO     Thread_6 :: [5839c67] Start Trakt token request
2021-01-11 21:04:20 INFO     Thread_3 :: [5839c67] Start Trakt token request
2021-01-11 21:04:15 INFO     Thread_8 :: [5839c67] Start Trakt token request
2021-01-11 21:04:10 INFO     Thread_2 :: [5839c67] Start Trakt token request
2021-01-11 21:04:05 INFO     Thread_7 :: [5839c67] Start Trakt token request
2021-01-11 21:04:00 INFO     Thread_10 :: [5839c67] Start Trakt token request
2021-01-11 21:03:55 INFO     Thread_6 :: [5839c67] Start Trakt token request
2021-01-11 21:03:50 INFO     Thread_5 :: [5839c67] Start Trakt token request
2021-01-11 21:03:45 INFO     Thread_2 :: [5839c67] Start Trakt token request
2021-01-11 21:03:40 INFO     Thread_4 :: [5839c67] Start Trakt token request
2021-01-11 21:03:35 INFO     Thread_1 :: [5839c67] Start Trakt token request
2021-01-11 21:03:30 INFO     Thread_2 :: [5839c67] Start Trakt token request
2021-01-11 21:03:24 INFO     Thread_0 :: [5839c67] Start a new Oauth device authentication request. Request is valid for 60 minutes.
2021-01-11 21:02:43 DEBUG    Thread_0 :: [5839c67] Broken providers already updated in the last hour
2021-01-11 21:02:43 DEBUG    Thread_0 :: [5839c67] User-Agent: Medusa/0.5.2 (Linux; 5.4.83-v7+; 4b561f34-5447-11eb-add8-b827ebc34a53)
2021-01-11 21:02:43 DEBUG    Thread_0 :: [5839c67] GET URL: https://cdn.pymedusa.com/news/news.md [Status: 200]
2021-01-11 21:02:43 DEBUG    Thread_0 :: [5839c67] Checking GitHub for latest news.
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368109: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368109: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368109: Found previous aired episode number S01E02
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368109: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368109: Found previous aired episode number S01E02
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368109: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 375921: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 375921: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 375921: Found previous aired episode number S01E05
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 375921: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 375921: Found previous aired episode number S01E05
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 375921: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377021: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377021: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377021: Found previous aired episode number S01E08
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377021: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377021: Found previous aired episode number S01E08
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377021: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385320: Could not find a previous aired episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385320: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 45795: Could not find a previous aired episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 45795: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 392047: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 392047: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 392047: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 392047: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 392047: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 392047: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 333801: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 333801: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 333801: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 333801: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 333801: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 333801: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 363008: Found previous aired episode number S02E04
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 363008: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 363008: Found previous aired episode number S02E04
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 363008: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 383152: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 383152: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 383152: Found previous aired episode number S01E06
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 383152: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 383152: Found previous aired episode number S01E06
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 383152: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 33492: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 33492: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 33492: Found previous aired episode number S02E06
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 33492: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 33492: Found previous aired episode number S02E06
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 33492: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 381446: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 381446: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 381446: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 381446: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 381446: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 381446: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 391628: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 391628: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 391628: Found previous aired episode number S01E13
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 391628: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 391628: Found previous aired episode number S01E13
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 391628: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 387115: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 387115: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 387115: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 387115: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 387115: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 387115: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377125: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377125: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377125: Found previous aired episode number S01E06
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377125: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377125: Found previous aired episode number S01E06
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 377125: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 259569: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 259569: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 259569: Found previous aired episode number S03E13
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 259569: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 259569: Found previous aired episode number S03E13
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 259569: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368126: Found previous aired episode number S01E10
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368126: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368126: Found previous aired episode number S01E10
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368126: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 366625: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 366625: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 366625: Found previous aired episode number S01E08
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 366625: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 366625: Found previous aired episode number S01E08
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 366625: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 100002: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 100002: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 100002: Found previous aired episode number S01E04
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 100002: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 100002: Found previous aired episode number S01E04
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 100002: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385415: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385415: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385415: Found previous aired episode number S01E08
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385415: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385415: Found previous aired episode number S01E08
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385415: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 369414: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 369414: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 369414: Found previous aired episode number S01E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 369414: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 364439: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 364439: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 364439: Found previous aired episode number S01E10
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 364439: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 364439: Found previous aired episode number S01E10
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 364439: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 75299: Found previous aired episode number S06E21
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 75299: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 75299: Found previous aired episode number S06E21
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 75299: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 79349: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 79349: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 79349: Found previous aired episode number S08E12
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 79349: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 79349: Found previous aired episode number S08E12
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 79349: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 390072: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 390072: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 390072: Found previous aired episode number S01E04
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 390072: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 370853: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 370853: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 370853: Could not find a previous aired episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 370853: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 49673: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 49673: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 49673: Found previous aired episode number S01E09
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 49673: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 49673: Found previous aired episode number S01E09
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 49673: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 353873: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 353873: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 353873: Found previous aired episode number S03E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 353873: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 353873: Found previous aired episode number S03E07
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 353873: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 357222: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 357222: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 357222: Found previous aired episode number S01E08
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 357222: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 357222: Found previous aired episode number S01E08
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 357222: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368211: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368211: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368211: Found previous aired episode number S01E10
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368211: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368211: Found previous aired episode number S01E10
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 368211: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 355161: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 355161: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 355161: Found previous aired episode number S00E01
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 355161: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 355161: Found previous aired episode number S00E01
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 355161: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 247361: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 247361: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 247361: Found previous aired episode number S01E14
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 247361: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 247361: Found previous aired episode number S01E14
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 247361: Finding the episode which aired last
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385960: Could not find a next episode
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385960: Finding the episode which airs next
2021-01-11 21:02:38 DEBUG    APIv2-Thread_2 :: [5839c67] 385960: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 385960: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 385960: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 385960: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366211: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366211: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366211: Could not find a previous aired episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366211: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362412: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362412: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362412: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362412: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362412: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362412: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86588: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86588: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86588: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86588: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86588: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86588: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 95396: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 95396: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 95396: Could not find a previous aired episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 95396: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 85271: Could not find a previous aired episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 85271: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 97546: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 97546: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 97546: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 97546: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 97546: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 97546: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86430: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86430: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86430: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 86430: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 387351: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 387351: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 387351: Could not find a previous aired episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 387351: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366383: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366383: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366383: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366383: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366383: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366383: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 377364: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 377364: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 377364: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 377364: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 377364: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 377364: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 99145: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 99145: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 99145: Found previous aired episode number S01E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 99145: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 99145: Found previous aired episode number S01E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 99145: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 50344: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 50344: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 50344: Could not find a previous aired episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 50344: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 375879: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 375879: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 375879: Found previous aired episode number S00E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 375879: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 375879: Found previous aired episode number S00E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 375879: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380010: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380010: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380010: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380010: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380010: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380010: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 385971: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 385971: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 385971: Could not find a previous aired episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 385971: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359350: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359350: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359350: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359350: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359350: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359350: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361002: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361002: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361002: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361002: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361002: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361002: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 259948: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 259948: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 259948: Found previous aired episode number S03E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 259948: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 259948: Found previous aired episode number S03E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 259948: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386180: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386180: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386180: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386180: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386180: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386180: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386633: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386633: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386633: Found previous aired episode number S01E11
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386633: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386633: Found previous aired episode number S01E11
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 386633: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328245: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328245: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328245: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328245: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328245: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328245: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361833: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361833: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361833: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361833: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361833: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 361833: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362576: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362576: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362576: Found previous aired episode number S00E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362576: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362576: Found previous aired episode number S00E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 362576: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376540: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376540: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376540: Found previous aired episode number S01E11
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376540: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376540: Found previous aired episode number S01E11
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376540: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 373202: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 373202: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 373202: Found previous aired episode number S01E12
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 373202: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 373202: Found previous aired episode number S01E12
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 373202: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376911: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376911: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376911: Found previous aired episode number S01E13
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376911: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376911: Found previous aired episode number S01E13
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376911: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376589: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376589: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376589: Found previous aired episode number S01E14
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376589: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376589: Found previous aired episode number S01E14
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 376589: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 351134: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 351134: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 351134: Found previous aired episode number S02E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 351134: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 351134: Found previous aired episode number S02E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 351134: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380031: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380031: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380031: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380031: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380031: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 380031: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 193131: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 193131: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 193131: Found previous aired episode number S00E14
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 193131: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 193131: Found previous aired episode number S00E14
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 193131: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 353568: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 353568: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 353568: Found previous aired episode number S03E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 353568: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 353568: Found previous aired episode number S03E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 353568: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 368643: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 368643: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 368643: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 368643: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 368643: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 368643: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364870: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364870: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364870: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364870: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364870: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364870: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 347645: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 347645: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 347645: Found previous aired episode number S02E13
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 347645: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 347645: Found previous aired episode number S02E13
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 347645: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 270633: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 270633: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 270633: Found previous aired episode number S03E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 270633: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 270633: Found previous aired episode number S03E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 270633: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 79126: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 79126: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 79126: Found previous aired episode number S05E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 79126: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 79126: Found previous aired episode number S05E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 79126: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328708: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328708: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328708: Found previous aired episode number S02E09
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328708: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328708: Found previous aired episode number S02E09
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 328708: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 355567: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 355567: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 355567: Found previous aired episode number S02E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 355567: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 355567: Found previous aired episode number S02E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 355567: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364038: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364038: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364038: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364038: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364038: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 364038: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 369076: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 369076: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 369076: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 369076: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 369076: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 369076: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 77398: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 77398: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 77398: Found previous aired episode number S11E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 77398: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 77398: Found previous aired episode number S11E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 77398: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 378062: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 378062: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 378062: Could not find a previous aired episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 378062: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 281342: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 281342: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 281342: Found previous aired episode number S00E04
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 281342: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 281342: Found previous aired episode number S00E04
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 281342: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 253463: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 253463: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 253463: Found previous aired episode number S05E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 253463: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 253463: Found previous aired episode number S05E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 253463: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359583: Found previous aired episode number S01E04
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359583: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359583: Found previous aired episode number S01E04
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 359583: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 382187: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 382187: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 382187: Could not find a previous aired episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 382187: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 790: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 790: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 790: Found previous aired episode number S13E05
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 790: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 790: Found previous aired episode number S13E05
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 790: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 71641: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 71641: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 71641: Found previous aired episode number S03E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 71641: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 71641: Found previous aired episode number S03E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 71641: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 92209: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 92209: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 92209: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 92209: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 92209: Found previous aired episode number S01E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 92209: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 3322: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 3322: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 3322: Found previous aired episode number S00E13
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 3322: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 3322: Found previous aired episode number S00E13
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 3322: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 83851: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 83851: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 83851: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 83851: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 83851: Found previous aired episode number S01E06
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 83851: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 82782: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 82782: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 82782: Found previous aired episode number S01E09
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 82782: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 82782: Found previous aired episode number S01E09
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 82782: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 250487: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 250487: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 250487: Found previous aired episode number S09E09
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 250487: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 250487: Found previous aired episode number S09E09
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 250487: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326027: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326027: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326027: Found previous aired episode number S03E13
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326027: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326027: Found previous aired episode number S03E13
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326027: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 356317: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 356317: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 356317: Found previous aired episode number S02E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 356317: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 356317: Found previous aired episode number S02E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 356317: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366090: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366090: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366090: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366090: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366090: Found previous aired episode number S01E10
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 366090: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326791: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326791: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326791: Found previous aired episode number S00E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326791: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326791: Found previous aired episode number S00E01
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 326791: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 336261: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 336261: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 336261: Found previous aired episode number S02E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 336261: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 336261: Found previous aired episode number S02E08
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 336261: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 344643: Found previous aired episode number S01E03
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 344643: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 344643: Found previous aired episode number S01E03
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 344643: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 327417: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 327417: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 327417: Found previous aired episode number S02E16
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 327417: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 327417: Found previous aired episode number S02E16
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 327417: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 269613: Could not find a next episode
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 269613: Finding the episode which airs next
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 269613: Found previous aired episode number S04E11
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 269613: Finding the episode which aired last
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 269613: Found previous aired episode number S04E11
2021-01-11 21:02:37 DEBUG    APIv2-Thread_2 :: [5839c67] 269613: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 289108: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 289108: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 289108: Found previous aired episode number S02E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 289108: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 289108: Found previous aired episode number S02E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 289108: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341704: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341704: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341704: Found previous aired episode number S03E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341704: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341704: Found previous aired episode number S03E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341704: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361753: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361753: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361753: Found previous aired episode number S02E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361753: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361753: Found previous aired episode number S02E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361753: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362696: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362696: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362696: Found previous aired episode number S00E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362696: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362696: Found previous aired episode number S00E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362696: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 292157: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 292157: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 292157: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 292157: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 292157: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 292157: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 357888: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 357888: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 357888: Found previous aired episode number S01E18
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 357888: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 357888: Found previous aired episode number S01E18
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 357888: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361563: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361563: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361563: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361563: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361563: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361563: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 331600: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 331600: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 331600: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 331600: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 331600: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 331600: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364387: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364387: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364387: Found previous aired episode number S01E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364387: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364387: Found previous aired episode number S01E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364387: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 346602: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 346602: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 346602: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 346602: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 346602: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 346602: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361565: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361565: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361565: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361565: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361565: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361565: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 368210: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 368210: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 368210: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 368210: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 368210: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 368210: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349997: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349997: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349997: Found previous aired episode number S01E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349997: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349997: Found previous aired episode number S01E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349997: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 322191: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 322191: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 322191: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 322191: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 322191: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 322191: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356142: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356142: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356142: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356142: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356142: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356142: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365026: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365026: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365026: Found previous aired episode number S01E01
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365026: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365026: Found previous aired episode number S01E01
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365026: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328308: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328308: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328308: Found previous aired episode number S04E12
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328308: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328308: Found previous aired episode number S04E12
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328308: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364093: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364093: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364093: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364093: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364093: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 364093: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 332331: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 332331: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 332331: Found previous aired episode number S00E01
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 332331: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 332331: Found previous aired episode number S00E01
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 332331: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 371253: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 371253: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 371253: Found previous aired episode number S01E03
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 371253: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 371253: Found previous aired episode number S01E03
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 371253: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365442: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365442: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365442: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365442: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365442: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 365442: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 296762: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 296762: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 296762: Found previous aired episode number S03E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 296762: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 296762: Found previous aired episode number S03E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 296762: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 375903: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 375903: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 375903: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 375903: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 375903: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 375903: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356334: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356334: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356334: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356334: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356334: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 356334: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349638: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349638: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349638: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349638: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349638: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 349638: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 270915: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 270915: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 270915: Found previous aired episode number S00E18
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 270915: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 270915: Found previous aired episode number S00E18
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 270915: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370139: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370139: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370139: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370139: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370139: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370139: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328690: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328690: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328690: Found previous aired episode number S02E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328690: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328690: Found previous aired episode number S02E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 328690: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347507: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347507: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347507: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347507: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347507: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347507: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 273181: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 273181: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 273181: Found previous aired episode number S00E19
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 273181: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 273181: Found previous aired episode number S00E19
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 273181: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347648: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347648: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347648: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347648: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347648: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 347648: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341822: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341822: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341822: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341822: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341822: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 341822: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 358211: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 358211: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 358211: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 358211: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 358211: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 358211: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 367230: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 367230: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 367230: Found previous aired episode number S01E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 367230: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 367230: Found previous aired episode number S01E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 367230: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 380905: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 380905: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 380905: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 380905: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 380905: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 380905: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361594: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361594: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361594: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361594: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361594: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361594: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 329089: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 329089: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 329089: Found previous aired episode number S03E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 329089: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 329089: Found previous aired episode number S03E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 329089: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 280619: Found previous aired episode number S05E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 280619: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 280619: Found previous aired episode number S05E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 280619: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 353412: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 353412: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 353412: Found previous aired episode number S01E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 353412: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 353412: Found previous aired episode number S01E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 353412: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376164: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376164: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376164: Found previous aired episode number S01E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376164: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376164: Found previous aired episode number S01E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376164: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 360295: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 360295: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 360295: Found previous aired episode number S00E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 360295: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 360295: Found previous aired episode number S00E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 360295: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334147: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334147: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334147: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334147: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334147: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334147: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 286152: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 286152: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 286152: Found previous aired episode number S03E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 286152: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 286152: Found previous aired episode number S03E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 286152: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 369301: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 369301: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 369301: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 369301: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 369301: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 369301: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362004: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362004: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362004: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362004: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362004: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 362004: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376117: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376117: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376117: Found previous aired episode number S01E15
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376117: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376117: Found previous aired episode number S01E15
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 376117: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 359606: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 359606: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 359606: Found previous aired episode number S01E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 359606: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 359606: Found previous aired episode number S01E09
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 359606: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363026: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363026: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363026: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363026: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363026: Found previous aired episode number S01E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363026: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 372081: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 372081: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 372081: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 372081: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 372081: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 372081: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363777: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363777: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363777: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363777: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363777: Found previous aired episode number S01E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 363777: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 305288: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 305288: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 305288: Found previous aired episode number S03E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 305288: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 305288: Found previous aired episode number S03E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 305288: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361034: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361034: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361034: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361034: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361034: Found previous aired episode number S02E06
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 361034: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 337302: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 337302: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 337302: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 337302: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 337302: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 337302: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370444: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370444: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370444: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370444: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370444: Found previous aired episode number S02E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 370444: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334824: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334824: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334824: Found previous aired episode number S03E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334824: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334824: Found previous aired episode number S03E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 334824: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 295829: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 295829: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 295829: Found previous aired episode number S04E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 295829: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 295829: Found previous aired episode number S04E10
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 295829: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 340959: Could not find a next episode
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 340959: Finding the episode which airs next
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 340959: Found previous aired episode number S03E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 340959: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 340959: Found previous aired episode number S03E08
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 340959: Finding the episode which aired last
2021-01-11 21:02:36 DEBUG    APIv2-Thread_2 :: [5839c67] 358977: Could not find a next episode
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 358977: Finding the episode which airs next
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 358977: Found previous aired episode number S01E06
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 358977: Finding the episode which aired last
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 358977: Found previous aired episode number S01E06
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 358977: Finding the episode which aired last
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366477: Could not find a next episode
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366477: Finding the episode which airs next
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366477: Found previous aired episode number S01E06
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366477: Finding the episode which aired last
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366477: Found previous aired episode number S01E06
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366477: Finding the episode which aired last
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366972: Could not find a next episode
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366972: Finding the episode which airs next
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366972: Found previous aired episode number S00E01
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366972: Finding the episode which aired last
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366972: Found previous aired episode number S00E01
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 366972: Finding the episode which aired last
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 371572: Could not find a next episode
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 371572: Finding the episode which airs next
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 371572: Could not find a previous aired episode
2021-01-11 21:02:35 DEBUG    APIv2-Thread_2 :: [5839c67] 371572: Finding the episode which aired last
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Finished updating network timezones
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] User-Agent: Medusa/0.5.2 (Linux; 5.4.83-v7+; 4b561f34-5447-11eb-add8-b827ebc34a53)
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Started updating network timezones
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for the spy set to: the spy
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for lupin set to: lupin
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for el desorden que dejas set to: el desorden que dejas
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for tribes of europa set to: tribes of europa
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for clarice set to: clarice
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for żywioły saszy – ogień set to: żywioły saszy – ogień
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for godless 2017 set to: godless 2017
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for pennyworth set to: pennyworth
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for equinox 2020 set to: equinox 2020
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for mystery road set to: mystery road complete, mystery road
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for szadź set to: szadź
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for the hardy boys 2020 set to: the hardy boys 2020, the hardy boys 2020 s01 complete hulu
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for the queens gambit set to: the queens gambit
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for paranormal set to: paranormal
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for brickleberry set to: brickleberry
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for servant set to: servant
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for the flight attendant set to: the flight attendant
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for the take set to: the take
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for la révolution set to: la revolution, la révolution
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for 30 coins set to: 30 coins
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for emily in paris set to: emily in paris
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for the sopranos set to: the sopranos
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for dexter set to: dexter
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for the haunting of bly manor 2020 set to: the haunting of bly manor 2020
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for masters of the air set to: masters of the air
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for the haunting of bly manor set to: the haunting of bly manor
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for chyłka set to: chyłka rewizja, chyłka
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for modern love set to: modern love
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for upload set to: upload
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for a confession set to: a confession
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for pan am set to: pan am
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for monsterland set to: monsterland
2021-01-11 20:59:56 DEBUG    MAIN :: [5839c67] Internal name cache for the sandman set to: the sandman

Warning logs:

2021-01-11 21:04:35 WARNING  Thread_10 :: [5839c67] Unable to get trakt user, error: Unauthorized - OAuth must be provided
2021-01-11 21:04:35 WARNING  Thread_10 :: [5839c67] Unable to test TRAKT: OAuthException()
2021-01-11 20:58:12 WARNING  CHECKVERSION :: [5839c67] Unable to contact github, can't check for update: RateLimitExceededException(403, {'message': "API rate limit exceeded for 217.61.63.183. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", 'documentation_url': 'https://developer.github.com/v3/#rate-limiting'})

Regards,
Przemek

@medariox
Copy link
Contributor

Duplicate of #8989
Disable Trakt until it is fixed.

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

2 participants