pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.76k stars 274 forks source link

Setting web_root = /medusa renders it unaccessible #9025

Open TTLucian opened 3 years ago

TTLucian commented 3 years ago

Fresh installation of Medusa Following the wiki for reverse proxy setup, as soon as I set web_root = /medusa and restart, I lose all access to medusa webui

error in browser:

Traceback (most recent call last): File "C:\Data\Medusa\Medusa\ext\tornado\web.py", line 1569, in _execute result = self.prepare() File "C:\Data\Medusa\Medusa\ext\tornado\web.py", line 2322, in prepare raise HTTPError(self._status_code) tornado.web.HTTPError: HTTP 404: Not Found

Log is spamed with:

WARNING TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.94ms

Accessing through nginx shows:

Loading… If this is taking too long, click here to show the page.

Medusa Info: | Branch: masterCommit: 698ca1db9903a9f716d9ed1910972cbf70ea50e8Version: 0.5.3Database: 44.17 Python Version: | 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] SSL Version: | OpenSSL 1.1.0j 20 Nov 2018 OS: | Windows-10-10.0.19041-SP0 Locale: | en_US.cp1252

Debug logs:

2021-01-14 22:11:00 INFO     MAIN :: [] Changed https cert path to server.crt
2021-01-14 22:11:00 INFO     MAIN :: [] Changed https key path to server.key
2021-01-14 22:11:01 INFO     MAIN :: [] Broken providers found: ['']
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Add minor version numbers to database
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated major version to: 43.0
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 43.1
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Test major and minor version updates database
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated major version to: 44.0
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.1
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column proper_tags to history
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.2
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column manually_searched to history
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column manually_searched to tv_episodes
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.3
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column info_hash in history
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.4
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column plot in imdb_info
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column plot in tv_show
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.5
2021-01-14 22:11:04 INFO     CHECKVERSION :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column size in history
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.6
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding PK to mindexer column in indexer_mapping table
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.7
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Make indexer and indexer_id as INTEGER in tv_episodes table
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.8
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column indexer_id in history
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column indexer_id in blacklist
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column indexer_id in whitelist
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding column indexer in imdb_info
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Dropping the unique index on idx_indexer_id
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Dropping the primary key on the table xem_refresh
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Updating indexer field on table blacklist. Using the series id to match with field show_id
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Updating indexer field on table whitelist. Using the series id to match with field show_id
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Updating indexer field on table history. Using the series id to match with field showid
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Updating indexer field on table imdb_info. Using the series id to match with field indexer_id
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.9
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding new quality field in the tv_episodes table
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Dropping the index on idx_sta_epi_air
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Dropping the index on idx_sta_epi_sta_air
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Dropping the index on idx_status
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Splitting the composite status into status and quality
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Removing the quality from the action field, as this is a composite status
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.10
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Shift qualities in tv_shows one place to the left.
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Shift qualities in tv_episodes one place to the left.
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Shift qualities in history one place to the left.
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.11
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:04 INFO     MAIN :: [698ca1d] Adding new watched field in the tv_episodes table
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.12
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Adding new airdate_offset field in the tv_shows table
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.13
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Adding release ignore and require exclude option flags to the tv_shows table
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.14
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Creating a new table scene_exceptions in the main.db database.
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.15
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Addin show_lists field to tv_shows.
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.16
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Creating a new table custom_logs in the main.db database.
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [MAIN-DB] Updated minor version to: 44.17
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [CACHE-DB] Updated major version to: 2.None
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [CACHE-DB] Updated major version to: 3.None
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [CACHE-DB] Updated major version to: 4.None
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Backing up database before upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Proceeding with upgrade
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Shift qualities in history one place to the left.
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Update status UNKONWN from tv_episodes
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] [FAILED-DB] Updated major version to: 3.None
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Missing idx_tv_episodes_showid_airdate for TV Episodes table detected, fixing...
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Missing idx_showid for TV Episodes table detected, fixing...
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Missing idx_status for TV Episodes table detected, fixing...
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Missing idx_sta_epi_air for TV Episodes table detected, fixing...
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] Missing idx_sta_epi_sta_air for TV Episodes table detected, fixing...
2021-01-14 22:11:05 INFO     MAIN :: [698ca1d] 12345: Unable to find the show in the database
2021-01-14 22:11:06 INFO     MAIN :: [698ca1d] Starting Medusa [master] using 'C:\\Data\\Medusa\\Data\\config.ini'
2021-01-14 22:11:06 INFO     MAIN :: [698ca1d] Generating New API key
2021-01-14 22:11:06 INFO     TORNADO :: [698ca1d] Starting Medusa on http://0.0.0.0:48889/
2021-01-14 22:11:06 INFO     MAIN :: [698ca1d] Checking for scene exception updates from https://cdn.pymedusa.com/scene_exceptions/scene_exceptions_tvdb.json
2021-01-14 22:11:06 INFO     MAIN :: [698ca1d] Checking for scene exception updates from https://cdn.pymedusa.com/scene_exceptions/scene_exceptions_tvmaze.json
2021-01-14 22:11:07 INFO     MAIN :: [698ca1d] Checking for scene exception updates from https://cdn.pymedusa.com/scene_exceptions/scene_exceptions_tmdb.json
2021-01-14 22:11:07 INFO     MAIN :: [698ca1d] Checking for XEM scene exceptions updates for TVDBv2
2021-01-14 22:11:07 INFO     MAIN :: [698ca1d] Checking for scene exceptions updates from AniDB
2021-01-14 22:11:07 INFO     CHECKVERSION :: [698ca1d] No update needed
2021-01-14 22:11:08 INFO     MAIN :: [698ca1d] Updated scene exceptions.
2021-01-14 22:11:08 INFO     MAIN :: [698ca1d] Updating exception_cache and exception_season_cache
2021-01-14 22:11:08 INFO     MAIN :: [698ca1d] Finished processing 3412 scene exceptions.
2021-01-14 22:11:08 INFO     MAIN :: [698ca1d] Building internal name cache for all shows
2021-01-14 22:12:32 INFO     APIv2-Thread_0 :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:13:30 INFO     EVENT-QUEUE :: [698ca1d] Aborting all threads
2021-01-14 22:13:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the DAILYSEARCHER thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the BACKLOG thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWUPDATER thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EPISODEUPDATER thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the CHECKVERSION thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWQUEUE thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SEARCHQUEUE thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FORCEDSEARCHQUEUE thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the MANUALSNATCHQUEUE thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the POSTPROCESSOR thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TRAKTCHECKER thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDPROPERS thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDSUBTITLES thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TORRENTCHECKER thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EVENT-QUEUE thread to exit
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Saving all shows to the database
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Saving config file to disk
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Shutting down Tornado
2021-01-14 22:13:31 INFO     EVENT-QUEUE :: [698ca1d] Restarting Medusa with ['C:\\Data\\Medusa\\Python\\python.exe', 'C:\\Data\\Medusa\\Medusa\\start.py', '--nolaunch', '--datadir=C:\\Data\\Medusa\\Data']
2021-01-14 22:13:45 INFO     MAIN :: [698ca1d] Changed https cert path to server.crt
2021-01-14 22:13:45 INFO     MAIN :: [698ca1d] Changed https key path to server.key
2021-01-14 22:13:45 INFO     MAIN :: [698ca1d] Broken providers found: ['']
2021-01-14 22:13:48 INFO     MAIN :: [698ca1d] 12345: Unable to find the show in the database
2021-01-14 22:13:48 INFO     CHECKVERSION :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:13:49 INFO     MAIN :: [698ca1d] Starting Medusa [master] using 'C:\\Data\\Medusa\\Data\\config.ini'
2021-01-14 22:13:49 INFO     TORNADO :: [698ca1d] Starting Medusa on http://0.0.0.0:48889/medusa/
2021-01-14 22:13:49 INFO     MAIN :: [698ca1d] Updating exception_cache and exception_season_cache
2021-01-14 22:13:49 INFO     MAIN :: [698ca1d] Finished processing 3412 scene exceptions.
2021-01-14 22:13:49 INFO     MAIN :: [698ca1d] Building internal name cache for all shows
2021-01-14 22:13:51 INFO     CHECKVERSION :: [698ca1d] No update needed
2021-01-14 22:20:34 INFO     MAIN :: [698ca1d] Signal 2 caught, saving and exiting...
2021-01-14 22:20:34 INFO     EVENT-QUEUE :: [698ca1d] Aborting all threads
2021-01-14 22:20:34 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the DAILYSEARCHER thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the BACKLOG thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWUPDATER thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EPISODEUPDATER thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the CHECKVERSION thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWQUEUE thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SEARCHQUEUE thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FORCEDSEARCHQUEUE thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the MANUALSNATCHQUEUE thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the POSTPROCESSOR thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TRAKTCHECKER thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDPROPERS thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDSUBTITLES thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TORRENTCHECKER thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EVENT-QUEUE thread to exit
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Saving all shows to the database
2021-01-14 22:20:35 INFO     EVENT-QUEUE :: [698ca1d] Saving config file to disk
2021-01-14 22:20:36 INFO     EVENT-QUEUE :: [698ca1d] Shutting down Tornado
2021-01-14 22:21:26 INFO     MAIN :: [698ca1d] Changed https cert path to server.crt
2021-01-14 22:21:26 INFO     MAIN :: [698ca1d] Changed https key path to server.key
2021-01-14 22:21:26 INFO     MAIN :: [698ca1d] Broken providers found: ['']
2021-01-14 22:21:29 INFO     MAIN :: [698ca1d] 12345: Unable to find the show in the database
2021-01-14 22:21:29 INFO     CHECKVERSION :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:21:29 INFO     MAIN :: [698ca1d] Starting Medusa [master] using 'C:\\Data\\Medusa\\Data\\config.ini'
2021-01-14 22:21:30 INFO     TORNADO :: [698ca1d] Starting Medusa on http://0.0.0.0:48889/
2021-01-14 22:21:30 INFO     MAIN :: [698ca1d] Updating exception_cache and exception_season_cache
2021-01-14 22:21:30 INFO     MAIN :: [698ca1d] Finished processing 3412 scene exceptions.
2021-01-14 22:21:30 INFO     MAIN :: [698ca1d] Building internal name cache for all shows
2021-01-14 22:21:32 INFO     CHECKVERSION :: [698ca1d] No update needed
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Aborting all threads
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the DAILYSEARCHER thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the BACKLOG thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWUPDATER thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EPISODEUPDATER thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the CHECKVERSION thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWQUEUE thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SEARCHQUEUE thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FORCEDSEARCHQUEUE thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the MANUALSNATCHQUEUE thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the POSTPROCESSOR thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TRAKTCHECKER thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDPROPERS thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDSUBTITLES thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TORRENTCHECKER thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EVENT-QUEUE thread to exit
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Saving all shows to the database
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Saving config file to disk
2021-01-14 22:31:30 INFO     EVENT-QUEUE :: [698ca1d] Shutting down Tornado
2021-01-14 22:31:31 INFO     EVENT-QUEUE :: [698ca1d] Restarting Medusa with ['C:\\Data\\Medusa\\Python\\python.exe', 'C:\\Data\\Medusa\\Medusa\\start.py', '--nolaunch', '--datadir=C:\\Data\\Medusa\\Data']
2021-01-14 22:31:41 INFO     MAIN :: [698ca1d] Changed https cert path to server.crt
2021-01-14 22:31:41 INFO     MAIN :: [698ca1d] Changed https key path to server.key
2021-01-14 22:31:42 INFO     MAIN :: [698ca1d] Broken providers found: ['']
2021-01-14 22:31:44 INFO     MAIN :: [698ca1d] 12345: Unable to find the show in the database
2021-01-14 22:31:44 INFO     CHECKVERSION :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:31:45 INFO     MAIN :: [698ca1d] Starting Medusa [master] using 'C:\\Data\\Medusa\\Data\\config.ini'
2021-01-14 22:31:45 INFO     TORNADO :: [698ca1d] Starting Medusa on http://0.0.0.0:48889/medusa/
2021-01-14 22:31:45 INFO     MAIN :: [698ca1d] Updating exception_cache and exception_season_cache
2021-01-14 22:31:45 INFO     MAIN :: [698ca1d] Finished processing 3412 scene exceptions.
2021-01-14 22:31:45 INFO     MAIN :: [698ca1d] Building internal name cache for all shows
2021-01-14 22:31:47 INFO     CHECKVERSION :: [698ca1d] No update needed
2021-01-14 22:34:22 INFO     MAIN :: [698ca1d] Signal 2 caught, saving and exiting...
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Aborting all threads
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the DAILYSEARCHER thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the BACKLOG thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWUPDATER thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EPISODEUPDATER thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the CHECKVERSION thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWQUEUE thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SEARCHQUEUE thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FORCEDSEARCHQUEUE thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the MANUALSNATCHQUEUE thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the POSTPROCESSOR thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TRAKTCHECKER thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDPROPERS thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDSUBTITLES thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TORRENTCHECKER thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EVENT-QUEUE thread to exit
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Saving all shows to the database
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Saving config file to disk
2021-01-14 22:34:22 INFO     EVENT-QUEUE :: [698ca1d] Shutting down Tornado
2021-01-14 22:35:28 INFO     MAIN :: [698ca1d] Changed https cert path to server.crt
2021-01-14 22:35:28 INFO     MAIN :: [698ca1d] Changed https key path to server.key
2021-01-14 22:35:28 INFO     MAIN :: [698ca1d] Broken providers found: ['']
2021-01-14 22:35:33 INFO     CHECKVERSION :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:35:33 INFO     MAIN :: [698ca1d] 12345: Unable to find the show in the database
2021-01-14 22:35:34 INFO     MAIN :: [698ca1d] Starting Medusa [master] using 'C:\\Data\\Medusa\\Data\\config.ini'
2021-01-14 22:35:34 INFO     TORNADO :: [698ca1d] Starting Medusa on http://0.0.0.0:48889/
2021-01-14 22:35:35 INFO     MAIN :: [698ca1d] Updating exception_cache and exception_season_cache
2021-01-14 22:35:35 INFO     MAIN :: [698ca1d] Finished processing 3412 scene exceptions.
2021-01-14 22:35:35 INFO     MAIN :: [698ca1d] Building internal name cache for all shows
2021-01-14 22:35:37 INFO     CHECKVERSION :: [698ca1d] No update needed
2021-01-14 22:37:58 INFO     TORNADO :: [698ca1d] 200 PATCH /api/v2/config/main (192.168.1.80) 84.96ms
2021-01-14 22:38:06 INFO     TORNADO :: [698ca1d] 200 GET /images/yes16.png (192.168.1.80) 3.90ms
2021-01-14 22:38:06 INFO     EVENT-QUEUE :: [698ca1d] Aborting all threads
2021-01-14 22:38:06 INFO     TORNADO :: [698ca1d] 201 POST /api/v2/system/operation (192.168.1.80) 4.87ms
2021-01-14 22:38:06 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the DAILYSEARCHER thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the BACKLOG thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWUPDATER thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EPISODEUPDATER thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the CHECKVERSION thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWQUEUE thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SEARCHQUEUE thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FORCEDSEARCHQUEUE thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the MANUALSNATCHQUEUE thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the POSTPROCESSOR thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TRAKTCHECKER thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDPROPERS thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDSUBTITLES thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TORRENTCHECKER thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EVENT-QUEUE thread to exit
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Saving all shows to the database
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Saving config file to disk
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Shutting down Tornado
2021-01-14 22:38:07 INFO     EVENT-QUEUE :: [698ca1d] Restarting Medusa with ['C:\\Data\\Medusa\\Python\\python.exe', 'C:\\Data\\Medusa\\Medusa\\start.py', '--nolaunch', '--datadir=C:\\Data\\Medusa\\Data']
2021-01-14 22:38:16 INFO     MAIN :: [698ca1d] Changed https cert path to server.crt
2021-01-14 22:38:16 INFO     MAIN :: [698ca1d] Changed https key path to server.key
2021-01-14 22:38:17 INFO     MAIN :: [698ca1d] Broken providers found: ['']
2021-01-14 22:38:19 INFO     MAIN :: [698ca1d] 12345: Unable to find the show in the database
2021-01-14 22:38:19 INFO     CHECKVERSION :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:38:20 INFO     MAIN :: [698ca1d] Starting Medusa [master] using 'C:\\Data\\Medusa\\Data\\config.ini'
2021-01-14 22:38:20 INFO     TORNADO :: [698ca1d] Starting Medusa on http://0.0.0.0:48889/medusa/
2021-01-14 22:38:20 INFO     MAIN :: [698ca1d] Updating exception_cache and exception_season_cache
2021-01-14 22:38:20 INFO     MAIN :: [698ca1d] Finished processing 3412 scene exceptions.
2021-01-14 22:38:20 INFO     MAIN :: [698ca1d] Building internal name cache for all shows
2021-01-14 22:38:22 INFO     CHECKVERSION :: [698ca1d] No update needed
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 6.82ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 0.98ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.95ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.94ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:23 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:38:23 WARNING  TORNADO :: [698ca1d] 404 GET /ws/ui (192.168.1.80) 2.89ms
2021-01-14 22:38:24 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:38:25 WARNING  TORNADO :: [698ca1d] 404 GET /ws/ui (192.168.1.80) 1.95ms
2021-01-14 22:38:25 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:26 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:27 WARNING  TORNADO :: [698ca1d] 404 GET /ws/ui (192.168.1.80) 1.95ms
2021-01-14 22:38:27 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:38:28 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:29 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:38:30 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 0.99ms
2021-01-14 22:38:31 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:32 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:33 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:38:34 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:38:35 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:38:36 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 3.91ms
2021-01-14 22:38:37 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:38:38 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 3.92ms
2021-01-14 22:38:39 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:38:40 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.00ms
2021-01-14 22:38:41 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:42 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:43 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.94ms
2021-01-14 22:38:44 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:46 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.91ms
2021-01-14 22:38:47 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:48 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 3.92ms
2021-01-14 22:38:49 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:38:50 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:38:51 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:52 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:53 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:38:54 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 0.98ms
2021-01-14 22:38:55 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:38:56 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.97ms
2021-01-14 22:38:57 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.94ms
2021-01-14 22:38:58 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:38:59 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.99ms
2021-01-14 22:39:00 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.92ms
2021-01-14 22:39:01 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.92ms
2021-01-14 22:39:02 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.93ms
2021-01-14 22:39:03 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:03 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:39:04 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 0.98ms
2021-01-14 22:39:05 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.89ms
2021-01-14 22:39:06 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:07 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.94ms
2021-01-14 22:39:08 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:09 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.94ms
2021-01-14 22:39:10 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:39:11 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:12 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:39:13 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:14 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:15 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:16 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:39:17 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:39:18 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:19 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.94ms
2021-01-14 22:39:20 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:21 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.99ms
2021-01-14 22:39:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:23 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:24 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:39:25 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:26 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:39:27 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:28 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:39:29 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:30 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.94ms
2021-01-14 22:39:31 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:39:32 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:33 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:34 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.94ms
2021-01-14 22:39:35 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:39:36 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 3.91ms
2021-01-14 22:39:37 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:39:38 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:39:39 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 0.97ms
2021-01-14 22:39:40 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.91ms
2021-01-14 22:39:41 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:39:42 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:43 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:39:44 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.94ms
2021-01-14 22:39:46 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:47 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:48 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.93ms
2021-01-14 22:39:49 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:50 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:39:51 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:39:52 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:39:53 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:39:54 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:39:55 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.00ms
2021-01-14 22:39:57 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:39:58 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.92ms
2021-01-14 22:39:59 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:40:00 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:40:01 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:40:02 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 0.96ms
2021-01-14 22:40:03 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:40:04 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:40:05 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:40:06 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:40:07 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:40:08 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:40:09 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:40:10 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:40:11 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 0.98ms
2021-01-14 22:40:12 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:40:13 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:40:14 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:40:15 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:40:16 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:40:17 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:40:18 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:40:19 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:40:20 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:40:21 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:40:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:40:23 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:40:24 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:40:24 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 0.97ms
2021-01-14 22:40:25 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.96ms
2021-01-14 22:40:26 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.90ms
2021-01-14 22:40:27 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.94ms
2021-01-14 22:40:27 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.96ms
2021-01-14 22:42:31 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.96ms
2021-01-14 22:42:32 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.95ms
2021-01-14 22:42:32 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.96ms
2021-01-14 22:42:33 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.96ms
2021-01-14 22:42:33 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 2.92ms
2021-01-14 22:42:34 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.97ms
2021-01-14 22:42:35 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 0.97ms
2021-01-14 22:42:35 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 0.97ms
2021-01-14 22:42:35 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.96ms
2021-01-14 22:42:58 INFO     MAIN :: [698ca1d] Signal 2 caught, saving and exiting...
2021-01-14 22:42:58 INFO     EVENT-QUEUE :: [698ca1d] Aborting all threads
2021-01-14 22:42:58 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the DAILYSEARCHER thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the BACKLOG thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWUPDATER thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EPISODEUPDATER thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the CHECKVERSION thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWQUEUE thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SEARCHQUEUE thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FORCEDSEARCHQUEUE thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the MANUALSNATCHQUEUE thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the POSTPROCESSOR thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TRAKTCHECKER thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDPROPERS thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDSUBTITLES thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TORRENTCHECKER thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EVENT-QUEUE thread to exit
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Saving all shows to the database
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Saving config file to disk
2021-01-14 22:42:59 INFO     EVENT-QUEUE :: [698ca1d] Shutting down Tornado
2021-01-14 22:45:22 INFO     MAIN :: [698ca1d] Changed https cert path to server.crt
2021-01-14 22:45:22 INFO     MAIN :: [698ca1d] Changed https key path to server.key
2021-01-14 22:45:22 INFO     MAIN :: [698ca1d] Broken providers found: ['']
2021-01-14 22:45:25 INFO     MAIN :: [698ca1d] 12345: Unable to find the show in the database
2021-01-14 22:45:25 INFO     CHECKVERSION :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:45:26 INFO     MAIN :: [698ca1d] Starting Medusa [master] using 'C:\\Data\\Medusa\\Data\\config.ini'
2021-01-14 22:45:26 INFO     TORNADO :: [698ca1d] Starting Medusa on http://0.0.0.0:48889/
2021-01-14 22:45:26 INFO     MAIN :: [698ca1d] Updating exception_cache and exception_season_cache
2021-01-14 22:45:26 INFO     MAIN :: [698ca1d] Finished processing 3412 scene exceptions.
2021-01-14 22:45:26 INFO     MAIN :: [698ca1d] Building internal name cache for all shows
2021-01-14 22:45:28 INFO     CHECKVERSION :: [698ca1d] No update needed
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 302 GET / (192.168.1.80) 7.81ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /home/ (192.168.1.80) 219.71ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /css/browser.css?1244 (192.168.1.80) 4.88ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /css/lib/jquery-ui-1.10.4.custom.min.css?1244 (192.168.1.80) 5.86ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /css/bootstrap-formhelpers.min.css?1244 (192.168.1.80) 5.86ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /css/lib/jquery.qtip-2.2.1.min.css?1244 (192.168.1.80) 4.88ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /css/style.css?1244 (192.168.1.80) 9.76ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /css/print.css?1244 (192.168.1.80) 8.80ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /css/themed.css?1244 (192.168.1.80) 5.85ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /css/country-flags.css?1244 (192.168.1.80) 7.81ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /js/vendors~date-fns.js?1244 (192.168.1.80) 7.82ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /css/vender.min.css?1244 (192.168.1.80) 10.74ms
2021-01-14 22:45:52 INFO     TORNADO :: [698ca1d] 200 GET /js/index.js?1244 (192.168.1.80) 5.85ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /css/vendors.css?1244 (192.168.1.80) 194.35ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/lib/formwizard.js?1244 (192.168.1.80) 6.83ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/lib/lazyload.js?1244 (192.168.1.80) 7.81ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/config/init.js?1244 (192.168.1.80) 7.83ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/parsers.js?1244 (192.168.1.80) 7.82ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/lib/bootstrap-formhelpers.min.js?1244 (192.168.1.80) 252.92ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 304 GET /fonts/open-sans-v15-latin-regular.ttf (192.168.1.80) 5.88ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 304 GET /fonts/open-sans-v15-latin-italic.ttf (192.168.1.80) 2.93ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/popular-shows.js?1244 (192.168.1.80) 3.91ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/vender.min.js?1244 (192.168.1.80) 328.12ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/init.js?1244 (192.168.1.80) 4.88ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/recommended-shows.js?1244 (192.168.1.80) 5.89ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/trending-shows.js?1244 (192.168.1.80) 3.90ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/browser.js?1244 (192.168.1.80) 4.87ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/notifications.js?1244 (192.168.1.80) 3.91ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/common/init.js?1244 (192.168.1.80) 5.85ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/app.js?1244 (192.168.1.80) 4.88ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/medusa-runtime.js?1244 (192.168.1.80) 700.15ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 200 GET /js/vendors.js?1244 (192.168.1.80) 662.07ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 101 GET /ws/ui (192.168.1.80) 0.98ms
2021-01-14 22:45:53 INFO     TORNADO :: [698ca1d] 304 GET /images/medusa.png (192.168.1.80) 3.91ms
2021-01-14 22:45:54 INFO     TORNADO :: [698ca1d] 200 GET /api/v2/config/ (192.168.1.80) 42.96ms
2021-01-14 22:45:54 INFO     TORNADO :: [698ca1d] 304 GET /api/v2/stats/ (192.168.1.80) 34.18ms
2021-01-14 22:45:54 INFO     TORNADO :: [698ca1d] 304 GET /images/menu/system18.png (192.168.1.80) 2.93ms
2021-01-14 22:45:54 INFO     TORNADO :: [698ca1d] 304 GET /images/menu/system18-2.png (192.168.1.80) 3.90ms
2021-01-14 22:45:54 INFO     TORNADO :: [698ca1d] 304 GET /api/v2/series?limit=1000&page=1 (192.168.1.80) 19.54ms
2021-01-14 22:45:54 INFO     TORNADO :: [698ca1d] 304 GET /api/v2/stats/show (192.168.1.80) 13.67ms
2021-01-14 22:45:54 INFO     TORNADO :: [698ca1d] 200 GET /images/loading16-dark.gif (192.168.1.80) 4.88ms
2021-01-14 22:45:54 INFO     TORNADO :: [698ca1d] 304 GET /fonts/glyphicons-halflings-regular.woff2 (192.168.1.80) 3.91ms
2021-01-14 22:45:54 INFO     TORNADO :: [698ca1d] 304 GET /images/menu/16x_sprite_colored_menu_icons.png (192.168.1.80) 2.93ms
2021-01-14 22:45:56 INFO     TORNADO :: [698ca1d] 304 GET /fonts/open-sans-v15-latin-700.ttf (192.168.1.80) 2.93ms
2021-01-14 22:46:05 INFO     TORNADO :: [698ca1d] 200 PATCH /api/v2/config/main (192.168.1.80) 100.58ms
2021-01-14 22:46:21 INFO     TORNADO :: [698ca1d] 200 PATCH /api/v2/config/main (192.168.1.80) 93.76ms
2021-01-14 22:46:29 INFO     EVENT-QUEUE :: [698ca1d] Aborting all threads
2021-01-14 22:46:29 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the DAILYSEARCHER thread to exit
2021-01-14 22:46:29 INFO     TORNADO :: [698ca1d] 304 GET /images/yes16.png (192.168.1.80) 4.87ms
2021-01-14 22:46:29 INFO     TORNADO :: [698ca1d] 201 POST /api/v2/system/operation (192.168.1.80) 12.69ms
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the BACKLOG thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWUPDATER thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EPISODEUPDATER thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the CHECKVERSION thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWQUEUE thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SEARCHQUEUE thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FORCEDSEARCHQUEUE thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the MANUALSNATCHQUEUE thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the POSTPROCESSOR thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TRAKTCHECKER thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDPROPERS thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDSUBTITLES thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TORRENTCHECKER thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EVENT-QUEUE thread to exit
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Saving all shows to the database
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Saving config file to disk
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Shutting down Tornado
2021-01-14 22:46:30 INFO     EVENT-QUEUE :: [698ca1d] Restarting Medusa with ['C:\\Data\\Medusa\\Python\\python.exe', 'C:\\Data\\Medusa\\Medusa\\start.py', '--nolaunch', '--datadir=C:\\Data\\Medusa\\Data']
2021-01-14 22:46:40 INFO     MAIN :: [698ca1d] Changed https cert path to server.crt
2021-01-14 22:46:40 INFO     MAIN :: [698ca1d] Changed https key path to server.key
2021-01-14 22:46:40 DEBUG    MAIN :: [698ca1d] GET URL: https://cdn.pymedusa.com/providers/broken_providers.json [Status: 200]
2021-01-14 22:46:40 DEBUG    MAIN :: [698ca1d] User-Agent: Medusa/0.5.3 (Windows; 10; 975ef4dc-56a9-11eb-bc4a-000a3a87f9fe)
2021-01-14 22:46:40 INFO     MAIN :: [698ca1d] Broken providers found: ['']
2021-01-14 22:46:40 DEBUG    MAIN :: [698ca1d] Checking if we can use git commands: git version
2021-01-14 22:46:40 DEBUG    MAIN :: [698ca1d] Executing git version with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:40 DEBUG    MAIN :: [698ca1d] git version : returned successful
2021-01-14 22:46:40 DEBUG    MAIN :: [698ca1d] Using: git
2021-01-14 22:46:40 DEBUG    MAIN :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:40 DEBUG    MAIN :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] Checking if we can use git commands: git version
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] Executing git version with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] git version : returned successful
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] Using: git
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] Executing git rev-parse HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] git rev-parse HEAD : returned successful
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] Executing git describe --tags --abbrev=0 698ca1db9903a9f716d9ed1910972cbf70ea50e8 with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] git describe --tags --abbrev=0 698ca1db9903a9f716d9ed1910972cbf70ea50e8 : returned successful
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] Executing git rev-parse HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] git rev-parse HEAD : returned successful
2021-01-14 22:46:41 DEBUG    MAIN :: [698ca1d] Executing git describe --tags --abbrev=0 698ca1db9903a9f716d9ed1910972cbf70ea50e8 with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:41 DEBUG    CHECKVERSION :: [698ca1d] Starting new thread: CHECKVERSION
2021-01-14 22:46:41 DEBUG    CHECKVERSION :: [698ca1d] Executing git config remote.origin.url https://github.com/pymedusa/Medusa with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:42 DEBUG    MAIN :: [698ca1d] git describe --tags --abbrev=0 698ca1db9903a9f716d9ed1910972cbf70ea50e8 : returned successful
2021-01-14 22:46:42 DEBUG    CHECKVERSION :: [698ca1d] git config remote.origin.url https://github.com/pymedusa/Medusa : returned successful
2021-01-14 22:46:42 DEBUG    CHECKVERSION :: [698ca1d] Executing git config remote.origin.pushurl https://github.com/pymedusa/Medusa with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:42 DEBUG    CHECKVERSION :: [698ca1d] git config remote.origin.pushurl https://github.com/pymedusa/Medusa : returned successful
2021-01-14 22:46:42 DEBUG    CHECKVERSION :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:42 DEBUG    CHECKVERSION :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:46:42 DEBUG    CHECKVERSION :: [698ca1d] Executing git ls-remote --heads origin with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking database structure...main.db
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Initial Schema database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] InitialSchema upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Version To Tv Episodes database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddVersionToTvEpisodes upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Default Ep Status To Tv Shows database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddDefaultEpStatusToTvShows upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Alter Shows Field Types database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AlterTVShowsFieldTypes upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Minor Version database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddMinorVersion upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Test Increase Major Version database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] TestIncreaseMajorVersion upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Proper Tags database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddProperTags upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Manual Searched database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddManualSearched upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Info Hash database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddInfoHash upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Plot database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddPlot upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Resource Size database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddResourceSize upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Mapping database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddPKIndexerMapping upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Integer database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddIndexerInteger upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Ids database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddIndexerIds upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Separated Status Quality Fields database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddSeparatedStatusQualityFields upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Shift Qualities database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] ShiftQualities upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Episode Watched Field database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddEpisodeWatchedField upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Tvshow Start Search Offset database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddTvshowStartSearchOffset upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Release Ignore Require Exclude Options database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddReleaseIgnoreRequireExcludeOptions upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Move Scene Exceptions database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] MoveSceneExceptions upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Show Lists database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddShowLists upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Custom Logs database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddCustomLogs upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking database structure...cache.db
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Initial Schema database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] InitialSchema upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Scene Exceptions database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddSceneExceptions upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Scene Name Cache database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddSceneNameCache upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Network Timezones database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddNetworkTimezones upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Last Search database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddLastSearch upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Scene Exceptions Seasons database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddSceneExceptionsSeasons upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Scene Exceptions Custom database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddSceneExceptionsCustom upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Scene Exceptions Refresh database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddSceneExceptionsRefresh upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Convert Scene Exeptions To Indexer Scheme database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] ConvertSceneExeptionsToIndexerScheme upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Convert Scene Names To Indexer Scheme database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] ConvertSceneNamesToIndexerScheme upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Remove Indexer Update Schema database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] RemoveIndexerUpdateSchema upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Scene Exceptions database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddIndexerSceneExceptions upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Ids database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddIndexerIds upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Clear Provider Tables database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] ClearProviderTables upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Provider Tables Identifier database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddProviderTablesIdentifier upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Remove Scene Exceptions Table database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] RemoveSceneExceptionsTable upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Performing a vacuum on the CACHE database
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking database structure...failed.db
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Initial Schema database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] InitialSchema upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Size And Provider database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] SizeAndProvider upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking History database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] History upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking History Status database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] HistoryStatus upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Ids database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] AddIndexerIds upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Update History Table Quality database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] UpdateHistoryTableQuality upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking Shift Qualities database upgrade
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] ShiftQualities upgrade not required
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking for delete episodes with subtitle reference
2021-01-14 22:46:43 DEBUG    CHECKVERSION :: [698ca1d] git ls-remote --heads origin : returned successful
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Checking for null indexer mappings
2021-01-14 22:46:43 INFO     CHECKVERSION :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:46:43 DEBUG    CHECKVERSION :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] 12345: Loading show info from database
2021-01-14 22:46:43 INFO     MAIN :: [698ca1d] 12345: Unable to find the show in the database
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] 12345: Show Name S02E03 not found in the database
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Using guessit cache item for Show.Name.013.HDTV.x264-RLSGROUP
2021-01-14 22:46:43 DEBUG    CHECKVERSION :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:46:43 DEBUG    CHECKVERSION :: [698ca1d] Executing git rev-parse HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Matched release Show.Name.013.HDTV.x264-RLSGROUP to a series in your database: Show Name
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Parsed Show.Name.013.HDTV.x264-RLSGROUP into title: Show Name, episode: [13], absolute_episode: [13], source: HDTV, video_codec: H.264, video_encoder: x264, release_group: RLSGROUP, type: episode, parsing_time: 0.14354848861694336, season: None, quality: Unknown, total_time: 0.14940714836120605
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Found codec for Show Name Ep Name
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] 12345: Episode has no release group, replacing it with RLSGROUP
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] 12345: Formatting pattern: %SN - S%0SE03 - %EN -> Show Name - S02E03 - Ep Name
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Using guessit cache item for Show.Name.013.HDTV.x264-RLSGROUP
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Using cache item for Show.Name.013.HDTV.x264-RLSGROUP
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Matched release Show.Name.013.HDTV.x264-RLSGROUP to a series in your database: Show Name
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Parsed Show.Name.013.HDTV.x264-RLSGROUP into title: Show Name, episode: [13], absolute_episode: [13], source: HDTV, video_codec: H.264, video_encoder: x264, release_group: RLSGROUP, type: episode, parsing_time: 0.0019555091857910156, season: None, quality: Unknown, total_time: 0.002931833267211914
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Found codec for Show Name Ep Name
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] 12345: Formatting pattern: Season %0S -> Season 02
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Trying to parse Show Name - S02E03 - Ep Name.ext
2021-01-14 22:46:43 DEBUG    MAIN :: [698ca1d] Using guessit cache item for Show Name - S02E03 - Ep Name.ext
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Matched release Show Name - S02E03 - Ep Name.ext to a series in your database: Show Name
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Parsed Show Name - S02E03 - Ep Name.ext into title: Show Name, season: 2, episode: [3], episode_title: Ep Name ext, type: episode, parsing_time: 0.07518577575683594, absolute_episode: [], quality: Unknown, total_time: 0.07616543769836426
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] The name Show Name - S02E03 - Ep Name.ext parsed into title: Show Name, season: 2, episode: [3], episode_title: Ep Name ext, type: episode, parsing_time: 0.07518577575683594, absolute_episode: [], quality: Unknown, total_time: 0.07616543769836426
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Checking if we can use git commands: git version
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Executing git version with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:44 DEBUG    CHECKVERSION :: [698ca1d] git rev-parse HEAD : returned successful
2021-01-14 22:46:44 DEBUG    CHECKVERSION :: [698ca1d] Executing git config remote.origin.url https://github.com/pymedusa/Medusa with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] git version : returned successful
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Using: git
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:44 DEBUG    CHECKVERSION :: [698ca1d] git config remote.origin.url https://github.com/pymedusa/Medusa : returned successful
2021-01-14 22:46:44 DEBUG    CHECKVERSION :: [698ca1d] Executing git config remote.origin.pushurl https://github.com/pymedusa/Medusa with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Retrieving the last check time from the DB
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Loading initial show list
2021-01-14 22:46:44 INFO     MAIN :: [698ca1d] Starting Medusa [master] using 'C:\\Data\\Medusa\\Data\\config.ini'
2021-01-14 22:46:44 DEBUG    CHECKVERSION :: [698ca1d] git config remote.origin.pushurl https://github.com/pymedusa/Medusa : returned successful
2021-01-14 22:46:44 DEBUG    CHECKVERSION :: [698ca1d] Executing git branch master --set-upstream-to origin/master with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:44 INFO     TORNADO :: [698ca1d] Starting Medusa on http://0.0.0.0:48889/medusa/
2021-01-14 22:46:44 INFO     MAIN :: [698ca1d] Updating exception_cache and exception_season_cache
2021-01-14 22:46:44 INFO     MAIN :: [698ca1d] Finished processing 3412 scene exceptions.
2021-01-14 22:46:44 INFO     MAIN :: [698ca1d] Building internal name cache for all shows
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Started updating network timezones
2021-01-14 22:46:44 DEBUG    CHECKVERSION :: [698ca1d] git branch master --set-upstream-to origin/master : returned successful
2021-01-14 22:46:44 DEBUG    CHECKVERSION :: [698ca1d] Executing git fetch --prune origin with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] User-Agent: Medusa/0.5.3 (Windows; 10; 975ef4dc-56a9-11eb-bc4a-000a3a87f9fe)
2021-01-14 22:46:44 DEBUG    MAIN :: [698ca1d] Finished updating network timezones
2021-01-14 22:46:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 4.89ms
2021-01-14 22:46:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:46:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.94ms
2021-01-14 22:46:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:46:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:46:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:46:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:46:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:46:45 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:46:46 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:46:46 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:46:46 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:46:46 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.91ms
2021-01-14 22:46:46 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 3.92ms
2021-01-14 22:46:46 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:46:46 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.92ms
2021-01-14 22:46:46 WARNING  TORNADO :: [698ca1d] 404 GET /ws/ui (192.168.1.80) 2.92ms
2021-01-14 22:46:47 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:46:47 DEBUG    CHECKVERSION :: [698ca1d] git fetch --prune origin : returned successful
2021-01-14 22:46:47 DEBUG    CHECKVERSION :: [698ca1d] Executing git rev-parse --verify --quiet "@{upstream}" with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:47 DEBUG    CHECKVERSION :: [698ca1d] git rev-parse --verify --quiet "@{upstream}" : returned successful
2021-01-14 22:46:47 DEBUG    CHECKVERSION :: [698ca1d] Executing git rev-list --left-right "@{upstream}"...HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:46:47 DEBUG    CHECKVERSION :: [698ca1d] git rev-list --left-right "@{upstream}"...HEAD : returned successful
2021-01-14 22:46:47 DEBUG    CHECKVERSION :: [698ca1d] cur_commit = 698ca1db9903a9f716d9ed1910972cbf70ea50e8, newest_commit = 698ca1db9903a9f716d9ed1910972cbf70ea50e8, num_commits_behind = 0, num_commits_ahead = 0
2021-01-14 22:46:47 INFO     CHECKVERSION :: [698ca1d] No update needed
2021-01-14 22:46:47 DEBUG    CHECKVERSION :: [698ca1d] Checking GitHub for latest news.
2021-01-14 22:46:47 DEBUG    CHECKVERSION :: [698ca1d] GET URL: https://cdn.pymedusa.com/news/news.md [Status: 200]
2021-01-14 22:46:47 DEBUG    CHECKVERSION :: [698ca1d] User-Agent: Medusa/0.5.3 (Windows; 10; 975ef4dc-56a9-11eb-bc4a-000a3a87f9fe)
2021-01-14 22:46:48 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:46:48 WARNING  TORNADO :: [698ca1d] 404 GET /ws/ui (192.168.1.80) 2.92ms
2021-01-14 22:46:49 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:46:50 WARNING  TORNADO :: [698ca1d] 404 GET /ws/ui (192.168.1.80) 2.95ms
2021-01-14 22:46:50 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.91ms
2021-01-14 22:46:51 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.94ms
2021-01-14 22:46:52 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 3.90ms
2021-01-14 22:46:53 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:46:54 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:46:55 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:46:56 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:46:57 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:46:58 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 0.98ms
2021-01-14 22:46:59 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:00 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.92ms
2021-01-14 22:47:01 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:02 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:03 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 3.92ms
2021-01-14 22:47:04 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:47:05 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:06 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:47:07 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:47:08 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:09 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:10 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.97ms
2021-01-14 22:47:11 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:47:12 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:47:13 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.92ms
2021-01-14 22:47:14 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:15 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:16 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:47:17 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:47:18 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:47:19 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:47:20 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 3.91ms
2021-01-14 22:47:21 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:47:22 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:23 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.96ms
2021-01-14 22:47:23 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:47:24 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:47:25 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 1.95ms
2021-01-14 22:47:26 WARNING  TORNADO :: [698ca1d] 404 GET /home/is_alive/ (192.168.1.80) 2.93ms
2021-01-14 22:47:27 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 2.93ms
2021-01-14 22:47:29 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.95ms
2021-01-14 22:47:30 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 2.93ms
2021-01-14 22:47:30 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.95ms
2021-01-14 22:47:31 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.95ms
2021-01-14 22:47:31 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.95ms
2021-01-14 22:47:31 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 2.92ms
2021-01-14 22:47:32 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 1.95ms
2021-01-14 22:48:05 INFO     TORNADO :: [698ca1d] 302 GET /medusa/ (192.168.1.4) 2.93ms
2021-01-14 22:48:06 INFO     TORNADO :: [698ca1d] 200 GET /medusa/home/ (192.168.1.4) 157.22ms
2021-01-14 22:51:22 WARNING  TORNADO :: [698ca1d] 404 GET / (192.168.1.80) 2.98ms
2021-01-14 22:51:32 INFO     MAIN :: [698ca1d] Signal 2 caught, saving and exiting...
2021-01-14 22:51:32 INFO     EVENT-QUEUE :: [698ca1d] Aborting all threads
2021-01-14 22:51:32 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the DAILYSEARCHER thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the BACKLOG thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWUPDATER thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EPISODEUPDATER thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the CHECKVERSION thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SHOWQUEUE thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the SEARCHQUEUE thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FORCEDSEARCHQUEUE thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the MANUALSNATCHQUEUE thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the POSTPROCESSOR thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TRAKTCHECKER thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDPROPERS thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the FINDSUBTITLES thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the TORRENTCHECKER thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Waiting for the EVENT-QUEUE thread to exit
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Saving all shows to the database
2021-01-14 22:51:33 INFO     EVENT-QUEUE :: [698ca1d] Saving config file to disk
2021-01-14 22:51:33 DEBUG    EVENT-QUEUE :: [698ca1d] Broken providers already updated in the last hour
2021-01-14 22:51:34 INFO     EVENT-QUEUE :: [698ca1d] Shutting down Tornado
2021-01-14 22:53:17 INFO     MAIN :: [698ca1d] Changed https cert path to server.crt
2021-01-14 22:53:17 INFO     MAIN :: [698ca1d] Changed https key path to server.key
2021-01-14 22:53:17 DEBUG    MAIN :: [698ca1d] GET URL: https://cdn.pymedusa.com/providers/broken_providers.json [Status: 200]
2021-01-14 22:53:17 DEBUG    MAIN :: [698ca1d] User-Agent: Medusa/0.5.3 (Windows; 10; 8432676c-56aa-11eb-92cf-000a3a87f9fe)
2021-01-14 22:53:17 INFO     MAIN :: [698ca1d] Broken providers found: ['']
2021-01-14 22:53:17 DEBUG    MAIN :: [698ca1d] Checking if we can use git commands: git version
2021-01-14 22:53:17 DEBUG    MAIN :: [698ca1d] Executing git version with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:17 DEBUG    MAIN :: [698ca1d] git version : returned successful
2021-01-14 22:53:17 DEBUG    MAIN :: [698ca1d] Using: git
2021-01-14 22:53:17 DEBUG    MAIN :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] Checking if we can use git commands: git version
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] Executing git version with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] git version : returned successful
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] Using: git
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] Executing git rev-parse HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] git rev-parse HEAD : returned successful
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] Executing git describe --tags --abbrev=0 698ca1db9903a9f716d9ed1910972cbf70ea50e8 with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] git describe --tags --abbrev=0 698ca1db9903a9f716d9ed1910972cbf70ea50e8 : returned successful
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] Executing git rev-parse HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] git rev-parse HEAD : returned successful
2021-01-14 22:53:18 DEBUG    MAIN :: [698ca1d] Executing git describe --tags --abbrev=0 698ca1db9903a9f716d9ed1910972cbf70ea50e8 with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:19 DEBUG    MAIN :: [698ca1d] git describe --tags --abbrev=0 698ca1db9903a9f716d9ed1910972cbf70ea50e8 : returned successful
2021-01-14 22:53:19 DEBUG    CHECKVERSION :: [698ca1d] Starting new thread: CHECKVERSION
2021-01-14 22:53:19 DEBUG    CHECKVERSION :: [698ca1d] Executing git config remote.origin.url https://github.com/pymedusa/Medusa with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:19 DEBUG    CHECKVERSION :: [698ca1d] git config remote.origin.url https://github.com/pymedusa/Medusa : returned successful
2021-01-14 22:53:19 DEBUG    CHECKVERSION :: [698ca1d] Executing git config remote.origin.pushurl https://github.com/pymedusa/Medusa with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:19 DEBUG    CHECKVERSION :: [698ca1d] git config remote.origin.pushurl https://github.com/pymedusa/Medusa : returned successful
2021-01-14 22:53:19 DEBUG    CHECKVERSION :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:19 DEBUG    CHECKVERSION :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:53:19 DEBUG    CHECKVERSION :: [698ca1d] Executing git ls-remote --heads origin with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking database structure...main.db
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Initial Schema database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] InitialSchema upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Version To Tv Episodes database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddVersionToTvEpisodes upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Default Ep Status To Tv Shows database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddDefaultEpStatusToTvShows upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Alter Shows Field Types database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AlterTVShowsFieldTypes upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Minor Version database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddMinorVersion upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Test Increase Major Version database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] TestIncreaseMajorVersion upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Proper Tags database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddProperTags upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Manual Searched database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddManualSearched upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Info Hash database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddInfoHash upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Plot database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddPlot upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Resource Size database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddResourceSize upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Mapping database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddPKIndexerMapping upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Integer database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddIndexerInteger upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Ids database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddIndexerIds upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Separated Status Quality Fields database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddSeparatedStatusQualityFields upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Shift Qualities database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] ShiftQualities upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Episode Watched Field database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddEpisodeWatchedField upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Tvshow Start Search Offset database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddTvshowStartSearchOffset upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Release Ignore Require Exclude Options database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddReleaseIgnoreRequireExcludeOptions upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Move Scene Exceptions database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] MoveSceneExceptions upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Show Lists database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddShowLists upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Custom Logs database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddCustomLogs upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking database structure...cache.db
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Initial Schema database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] InitialSchema upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Scene Exceptions database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddSceneExceptions upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Scene Name Cache database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddSceneNameCache upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Network Timezones database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddNetworkTimezones upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Last Search database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddLastSearch upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Scene Exceptions Seasons database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddSceneExceptionsSeasons upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Scene Exceptions Custom database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddSceneExceptionsCustom upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Scene Exceptions Refresh database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddSceneExceptionsRefresh upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Convert Scene Exeptions To Indexer Scheme database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] ConvertSceneExeptionsToIndexerScheme upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Convert Scene Names To Indexer Scheme database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] ConvertSceneNamesToIndexerScheme upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Remove Indexer Update Schema database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] RemoveIndexerUpdateSchema upgrade not required
2021-01-14 22:53:20 DEBUG    CHECKVERSION :: [698ca1d] git ls-remote --heads origin : returned successful
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Scene Exceptions database upgrade
2021-01-14 22:53:20 INFO     CHECKVERSION :: [698ca1d] Checking for updates using GitHub Updater
2021-01-14 22:53:20 DEBUG    CHECKVERSION :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddIndexerSceneExceptions upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Ids database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddIndexerIds upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Clear Provider Tables database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] ClearProviderTables upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Provider Tables Identifier database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddProviderTablesIdentifier upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Remove Scene Exceptions Table database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] RemoveSceneExceptionsTable upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Performing a vacuum on the CACHE database
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking database structure...failed.db
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Initial Schema database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] InitialSchema upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Size And Provider database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] SizeAndProvider upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking History database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] History upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking History Status database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] HistoryStatus upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Add Indexer Ids database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] AddIndexerIds upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Update History Table Quality database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] UpdateHistoryTableQuality upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking Shift Qualities database upgrade
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] ShiftQualities upgrade not required
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking for delete episodes with subtitle reference
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Checking for null indexer mappings
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] 12345: Loading show info from database
2021-01-14 22:53:20 INFO     MAIN :: [698ca1d] 12345: Unable to find the show in the database
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] 12345: Show Name S02E03 not found in the database
2021-01-14 22:53:20 DEBUG    MAIN :: [698ca1d] Using guessit cache item for Show.Name.013.HDTV.x264-RLSGROUP
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] Executing git rev-parse HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Matched release Show.Name.013.HDTV.x264-RLSGROUP to a series in your database: Show Name
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Parsed Show.Name.013.HDTV.x264-RLSGROUP into title: Show Name, episode: [13], absolute_episode: [13], source: HDTV, video_codec: H.264, video_encoder: x264, release_group: RLSGROUP, type: episode, parsing_time: 0.19629192352294922, season: None, quality: Unknown, total_time: 0.20799756050109863
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Found codec for Show Name Ep Name
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] 12345: Episode has no release group, replacing it with RLSGROUP
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] 12345: Formatting pattern: %SN - S%0SE03 - %EN -> Show Name - S02E03 - Ep Name
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Using guessit cache item for Show.Name.013.HDTV.x264-RLSGROUP
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Using cache item for Show.Name.013.HDTV.x264-RLSGROUP
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Matched release Show.Name.013.HDTV.x264-RLSGROUP to a series in your database: Show Name
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Parsed Show.Name.013.HDTV.x264-RLSGROUP into title: Show Name, episode: [13], absolute_episode: [13], source: HDTV, video_codec: H.264, video_encoder: x264, release_group: RLSGROUP, type: episode, parsing_time: 0.002929210662841797, season: None, quality: Unknown, total_time: 0.0039043426513671875
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Found codec for Show Name Ep Name
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] git rev-parse HEAD : returned successful
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] 12345: Formatting pattern: Season %0S -> Season 02
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] Executing git config remote.origin.url https://github.com/pymedusa/Medusa with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Trying to parse Show Name - S02E03 - Ep Name.ext
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Using guessit cache item for Show Name - S02E03 - Ep Name.ext
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Matched release Show Name - S02E03 - Ep Name.ext to a series in your database: Show Name
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Parsed Show Name - S02E03 - Ep Name.ext into title: Show Name, season: 2, episode: [3], episode_title: Ep Name ext, type: episode, parsing_time: 0.0917961597442627, absolute_episode: [], quality: Unknown, total_time: 0.0917961597442627
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] The name Show Name - S02E03 - Ep Name.ext parsed into title: Show Name, season: 2, episode: [3], episode_title: Ep Name ext, type: episode, parsing_time: 0.0917961597442627, absolute_episode: [], quality: Unknown, total_time: 0.0917961597442627
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Checking if we can use git commands: git version
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Executing git version with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] git config remote.origin.url https://github.com/pymedusa/Medusa : returned successful
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] Executing git config remote.origin.pushurl https://github.com/pymedusa/Medusa with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] git version : returned successful
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Using: git
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Executing git symbolic-ref -q HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] git config remote.origin.pushurl https://github.com/pymedusa/Medusa : returned successful
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] Executing git branch master --set-upstream-to origin/master with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] git symbolic-ref -q HEAD : returned successful
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Retrieving the last check time from the DB
2021-01-14 22:53:21 DEBUG    MAIN :: [698ca1d] Loading initial show list
2021-01-14 22:53:21 INFO     MAIN :: [698ca1d] Starting Medusa [master] using 'C:\\Data\\Medusa\\Data\\config.ini'
2021-01-14 22:53:21 INFO     TORNADO :: [698ca1d] Starting Medusa on http://0.0.0.0:48889/
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] git branch master --set-upstream-to origin/master : returned successful
2021-01-14 22:53:21 DEBUG    CHECKVERSION :: [698ca1d] Executing git fetch --prune origin with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:21 INFO     MAIN :: [698ca1d] Updating exception_cache and exception_season_cache
2021-01-14 22:53:22 INFO     MAIN :: [698ca1d] Finished processing 3412 scene exceptions.
2021-01-14 22:53:22 INFO     MAIN :: [698ca1d] Building internal name cache for all shows
2021-01-14 22:53:22 DEBUG    MAIN :: [698ca1d] Started updating network timezones
2021-01-14 22:53:22 DEBUG    MAIN :: [698ca1d] GET URL: https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt [Status: 200]
2021-01-14 22:53:22 DEBUG    MAIN :: [698ca1d] User-Agent: Medusa/0.5.3 (Windows; 10; 8432676c-56aa-11eb-92cf-000a3a87f9fe)
2021-01-14 22:53:22 DEBUG    MAIN :: [698ca1d] Finished updating network timezones
2021-01-14 22:53:22 INFO     TORNADO :: [698ca1d] 302 GET / (192.168.1.80) 24.42ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /home/ (192.168.1.80) 571.25ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/bootstrap-formhelpers.min.css?10500 (192.168.1.80) 6.84ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/vender.min.css?10500 (192.168.1.80) 4.89ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/browser.css?10500 (192.168.1.80) 4.87ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/vendors.css?10500 (192.168.1.80) 150.38ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/lib/jquery-ui-1.10.4.custom.min.css?10500 (192.168.1.80) 6.83ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/style.css?10500 (192.168.1.80) 11.73ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/print.css?10500 (192.168.1.80) 4.87ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/lib/jquery.qtip-2.2.1.min.css?10500 (192.168.1.80) 5.86ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/country-flags.css?10500 (192.168.1.80) 17.58ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /css/themed.css?10500 (192.168.1.80) 5.86ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /js/vendors~date-fns.js?10500 (192.168.1.80) 7.81ms
2021-01-14 22:53:23 INFO     TORNADO :: [698ca1d] 200 GET /js/index.js?10500 (192.168.1.80) 4.88ms
2021-01-14 22:53:24 DEBUG    CHECKVERSION :: [698ca1d] git fetch --prune origin : returned successful
2021-01-14 22:53:24 DEBUG    CHECKVERSION :: [698ca1d] Executing git rev-parse --verify --quiet "@{upstream}" with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:24 INFO     TORNADO :: [698ca1d] 200 GET /js/vender.min.js?10500 (192.168.1.80) 392.57ms
2021-01-14 22:53:24 DEBUG    CHECKVERSION :: [698ca1d] git rev-parse --verify --quiet "@{upstream}" : returned successful
2021-01-14 22:53:24 DEBUG    CHECKVERSION :: [698ca1d] Executing git rev-list --left-right "@{upstream}"...HEAD with your shell in C:\Data\Medusa\Medusa
2021-01-14 22:53:24 INFO     TORNADO :: [698ca1d] 200 GET /fonts/open-sans-v15-latin-regular.ttf (192.168.1.80) 37.11ms
2021-01-14 22:53:24 INFO     TORNADO :: [698ca1d] 200 GET /js/medusa-runtime.js?10500 (192.168.1.80) 882.75ms
2021-01-14 22:53:24 INFO     TORNADO :: [698ca1d] 200 GET /fonts/open-sans-v15-latin-italic.ttf (192.168.1.80) 13.67ms
2021-01-14 22:53:24 INFO     TORNADO :: [698ca1d] 200 GET /js/lib/formwizard.js?10500 (192.168.1.80) 47.85ms
2021-01-14 22:53:24 INFO     TORNADO :: [698ca1d] 200 GET /js/vendors.js?10500 (192.168.1.80) 1104.42ms
2021-01-14 22:53:24 INFO     TORNADO :: [698ca1d] 200 GET /js/parsers.js?10500 (192.168.1.80) 17.57ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/lib/lazyload.js?10500 (192.168.1.80) 13.67ms
2021-01-14 22:53:25 DEBUG    CHECKVERSION :: [698ca1d] git rev-list --left-right "@{upstream}"...HEAD : returned successful
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/config/init.js?10500 (192.168.1.80) 10.74ms
2021-01-14 22:53:25 DEBUG    CHECKVERSION :: [698ca1d] cur_commit = 698ca1db9903a9f716d9ed1910972cbf70ea50e8, newest_commit = 698ca1db9903a9f716d9ed1910972cbf70ea50e8, num_commits_behind = 0, num_commits_ahead = 0
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/init.js?10500 (192.168.1.80) 6.84ms
2021-01-14 22:53:25 INFO     CHECKVERSION :: [698ca1d] No update needed
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 101 GET /ws/ui (192.168.1.80) 1.95ms
2021-01-14 22:53:25 DEBUG    CHECKVERSION :: [698ca1d] Checking GitHub for latest news.
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/popular-shows.js?10500 (192.168.1.80) 4.89ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/recommended-shows.js?10500 (192.168.1.80) 4.89ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/browser.js?10500 (192.168.1.80) 4.89ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/common/init.js?10500 (192.168.1.80) 40.03ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/app.js?10500 (192.168.1.80) 5.86ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/notifications.js?10500 (192.168.1.80) 4.88ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/trending-shows.js?10500 (192.168.1.80) 10.74ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /js/lib/bootstrap-formhelpers.min.js?10500 (192.168.1.80) 566.38ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 302 GET / (192.168.1.80) 4.89ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /images/medusa.png (192.168.1.80) 5.86ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /api/v2/stats/ (192.168.1.80) 10.75ms
2021-01-14 22:53:25 DEBUG    CHECKVERSION :: [698ca1d] GET URL: https://cdn.pymedusa.com/news/news.md [Status: 200]
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /api/v2/config/ (192.168.1.80) 25.39ms
2021-01-14 22:53:25 DEBUG    CHECKVERSION :: [698ca1d] User-Agent: Medusa/0.5.3 (Windows; 10; 8432676c-56aa-11eb-92cf-000a3a87f9fe)
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /images/menu/system18.png (192.168.1.80) 16.60ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /images/menu/system18-2.png (192.168.1.80) 4.88ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /home/ (192.168.1.80) 23.44ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /api/v2/series?limit=1000&page=1 (192.168.1.80) 18.55ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /fonts/glyphicons-halflings-regular.woff2 (192.168.1.80) 5.86ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /api/v2/stats/show (192.168.1.80) 20.50ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /css/vendors.css?10500 (192.168.1.80) 25.39ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /images/loading16-dark.gif (192.168.1.80) 4.88ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /css/bootstrap-formhelpers.min.css?10500 (192.168.1.80) 6.84ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /css/browser.css?10500 (192.168.1.80) 4.89ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /images/ico/favicon.ico (192.168.1.80) 4.88ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /css/vender.min.css?10500 (192.168.1.80) 4.88ms
2021-01-14 22:53:25 INFO     TORNADO :: [698ca1d] 200 GET /css/lib/jquery-ui-1.10.4.custom.min.css?10500 (192.168.1.80) 8.80ms
2021-01-14 22:53:26 INFO     TORNADO :: [698ca1d] 200 GET /css/lib/jquery.qtip-2.2.1.min.css?10500 (192.168.1.80) 5.85ms
2021-01-14 22:53:26 INFO     TORNADO :: [698ca1d] 200 GET /css/style.css?10500 (192.168.1.80) 10.76ms
2021-01-14 22:53:26 INFO     TORNADO :: [698ca1d] 200 GET /css/themed.css?10500 (192.168.1.80) 7.82ms
2021-01-14 22:53:26 INFO     TORNADO :: [698ca1d] 200 GET /css/print.css?10500 (192.168.1.80) 4.88ms
2021-01-14 22:53:26 INFO     TORNADO :: [698ca1d] 200 GET /css/country-flags.css?10500 (192.168.1.80) 9.77ms
2021-01-14 22:53:26 INFO     TORNADO :: [698ca1d] 200 GET /js/vendors~date-fns.js?10500 (192.168.1.80) 17.57ms
2021-01-14 22:53:26 INFO     TORNADO :: [698ca1d] 304 GET /fonts/open-sans-v15-latin-regular.ttf (192.168.1.80) 3.92ms
2021-01-14 22:53:26 INFO     TORNADO :: [698ca1d] 304 GET /fonts/open-sans-v15-latin-italic.ttf (192.168.1.80) 5.86ms
2021-01-14 22:53:26 INFO     TORNADO :: [698ca1d] 200 GET /js/index.js?10500 (192.168.1.80) 4.88ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/vendors.js?10500 (192.168.1.80) 930.60ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/medusa-runtime.js?10500 (192.168.1.80) 972.60ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/vender.min.js?10500 (192.168.1.80) 490.21ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/lib/bootstrap-formhelpers.min.js?10500 (192.168.1.80) 117.19ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/lib/formwizard.js?10500 (192.168.1.80) 5.86ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/lib/lazyload.js?10500 (192.168.1.80) 6.83ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/parsers.js?10500 (192.168.1.80) 5.86ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/config/init.js?10500 (192.168.1.80) 5.86ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/init.js?10500 (192.168.1.80) 5.86ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/popular-shows.js?10500 (192.168.1.80) 4.90ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/recommended-shows.js?10500 (192.168.1.80) 4.88ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/add-shows/trending-shows.js?10500 (192.168.1.80) 5.85ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/common/init.js?10500 (192.168.1.80) 4.88ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/browser.js?10500 (192.168.1.80) 5.86ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/notifications.js?10500 (192.168.1.80) 4.88ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 200 GET /js/app.js?10500 (192.168.1.80) 3.91ms
2021-01-14 22:53:27 INFO     TORNADO :: [698ca1d] 101 GET /ws/ui (192.168.1.80) 1.96ms
2021-01-14 22:53:28 INFO     TORNADO :: [698ca1d] 304 GET /images/medusa.png (192.168.1.80) 3.91ms
2021-01-14 22:53:28 INFO     TORNADO :: [698ca1d] 200 GET /api/v2/config/ (192.168.1.80) 27.34ms
2021-01-14 22:53:28 INFO     TORNADO :: [698ca1d] 304 GET /api/v2/stats/ (192.168.1.80) 4.88ms
2021-01-14 22:53:28 INFO     TORNADO :: [698ca1d] 304 GET /api/v2/series?limit=1000&page=1 (192.168.1.80) 6.83ms
2021-01-14 22:53:28 INFO     TORNADO :: [698ca1d] 304 GET /images/menu/system18.png (192.168.1.80) 3.92ms
2021-01-14 22:53:28 INFO     TORNADO :: [698ca1d] 304 GET /images/menu/system18-2.png (192.168.1.80) 2.93ms
2021-01-14 22:53:28 INFO     TORNADO :: [698ca1d] 304 GET /api/v2/stats/show (192.168.1.80) 22.46ms
2021-01-14 22:53:28 INFO     TORNADO :: [698ca1d] 304 GET /fonts/glyphicons-halflings-regular.woff2 (192.168.1.80) 2.93ms
2021-01-14 22:53:28 INFO     TORNADO :: [698ca1d] 304 GET /images/loading16-dark.gif (192.168.1.80) 2.93ms
2021-01-14 22:53:50 INFO     TORNADO :: [698ca1d] 302 GET / (192.168.1.80) 2.90ms
2021-01-14 22:53:50 INFO     TORNADO :: [698ca1d] 304 GET /home/ (192.168.1.80) 4.86ms
2021-01-14 22:53:50 INFO     TORNADO :: [698ca1d] 101 GET /ws/ui (192.168.1.80) 0.97ms
2021-01-14 22:53:51 INFO     TORNADO :: [698ca1d] 304 GET /api/v2/stats/ (192.168.1.80) 10.74ms
2021-01-14 22:53:51 INFO     TORNADO :: [698ca1d] 200 GET /api/v2/config/ (192.168.1.80) 22.46ms
2021-01-14 22:53:51 INFO     TORNADO :: [698ca1d] 304 GET /api/v2/series?limit=1000&page=1 (192.168.1.80) 3.91ms
2021-01-14 22:53:51 INFO     TORNADO :: [698ca1d] 304 GET /api/v2/stats/show (192.168.1.80) 3.91ms
2021-01-14 22:53:52 INFO     TORNADO :: [698ca1d] 304 GET /images/menu/16x_sprite_colored_menu_icons.png (192.168.1.80) 3.90ms
2021-01-14 22:53:58 INFO     TORNADO :: [698ca1d] 200 GET /images/16x_sprite_colored_help-info.png (192.168.1.80) 20.50ms

p0psicles commented 3 years ago

Should work. Maybe an issue because of a combination with https certs?

TTLucian commented 3 years ago

Certs are valid. I use same ngnix and cert for Radarr, emby, jackett, bazarr, qbittorrent, kodi (domain.com/location). All work fine. With web_root set I can't access Medusa at all... Not through nginx and not even locally (with http://ip:port). After I remove the web_root, I can access it only locally

medariox commented 3 years ago

As written in the notes, you need to restart Medusa after you change the web_root.

TTLucian commented 3 years ago

But of course I restarted Medusa. I've stated this in the OP and you can see in the logs. This happens after restart.

pax0707 commented 3 years ago

For me it works over proxy (https://xxxx.org/medusa/) but locally I get

Traceback (most recent call last):
  File "C:\Miki\Medusa\ext\tornado\web.py", line 1681, in _execute
    result = self.prepare()
  File "C:\Miki\Medusa\ext\tornado\web.py", line 2430, in prepare
    raise HTTPError(self._status_code)
tornado.web.HTTPError: HTTP 404: Not Found
Medusa Info: Branch: master Commit: db102f3561204d388c3f4cbf6e89c79282ecd12f Version: 0.5.14 Database: 44.18
Python Version: 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)]
SSL Version: OpenSSL 1.1.1g 21 Apr 2020
OS: Windows-10-10.0.18362-SP0
Locale: hr_HR.cp1250
Timezone: Central European Daylight Time
ludrao commented 2 years ago

That is because when adding the web_root prefix (e.g. "/medusa") it changes the URL in the base html files to point to the hostname+prefix. See the initial get content, something like:

<head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex, nofollow">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="theme-color" content="#333333">
    <title>Medusa</title>
    <base href="https://www.xxxxxxx.org:443/medusa">

So when trying to access locally it yield (e.g. 192.168.1.42):

<head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex, nofollow">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="theme-color" content="#333333">
    <title>Medusa</title>
    <base href="http://192.168.1.42:8081/medusa/">

The trick (from what I gathered) is that the embedded server (Tornado) only listen on that prefix, so you could try to simply type the local url suffixed by the web root? (e.g. with http://ip:port/medusa) ?

In anycase that setting worked for me: medusa (config.ini):

web_root = /medusa
handle_reverse_proxy = 1

nginx:

        location /medusa/ {
                    proxy_pass http://127.0.0.1:8081/medusa/;
                    proxy_set_header Host $host;
                    proxy_set_header X-Real-IP $remote_addr;
                    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                    proxy_set_header X-Forwarded-Host $host:443;
                    proxy_set_header X-Forwarded-Server $host;
                    proxy_set_header X-Forwarded-Port 443;
                    proxy_set_header X-Forwarded-Proto $scheme;

            # Websocket
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
            proxy_read_timeout 86400;
    }