Skip to content

Instantly share code, notes, and snippets.

@ozhound
Created May 10, 2020 14:22
Show Gist options
  • Save ozhound/333aee894d56d031dd8603b532ef1806 to your computer and use it in GitHub Desktop.
Save ozhound/333aee894d56d031dd8603b532ef1806 to your computer and use it in GitHub Desktop.
2020-05-10 22:19:25 DEBUG APIv2-Thread_1 :: [94fae84] Looking up XEM scene mapping for show ID 298566 on tvdb
2020-05-10 22:19:27 DEBUG APIv2-Thread_1 :: [94fae84] GET URL: http://thexem.de/map/havemap?origin=tvdb [Status: 200]
2020-05-10 22:19:27 DEBUG APIv2-Thread_1 :: [94fae84] User-Agent: Medusa/0.3.16 (Linux; 3.10.105; fdb3726d-8ec3-11ea-8a47-0242ac110003)
2020-05-10 22:19:27 DEBUG APIv2-Thread_1 :: [94fae84] No XEM data for show ID 298566 on tvdb
2020-05-10 22:19:47 DEBUG FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] Matched release /mnt/tvshows/The Last Kingdom/Season 03/The.Last.Kingdom.S03E02.Episode.2.576p.BluRay.DD5.1.x264-HiSD to a series in your database: The Last Kingdom
2020-05-10 22:19:47 DEBUG FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] Parsed /mnt/tvshows/The Last Kingdom/Season 03/The.Last.Kingdom.S03E02.Episode.2.576p.BluRay.DD5.1.x264-HiSD into title: The Last Kingdom, season: 3, episode: [2], episode_title: Episode 2, screen_size: 576p, source: Blu-ray, audio_codec: AC3, audio_channels: 5.1, video_codec: H.264, video_encoder: x264, release_group: HiSD, type: episode, parsing_time: 0.22874712944030762, absolute_episode: [], quality: SD DVD, total_time: 0.2290797233581543
2020-05-10 22:19:47 DEBUG FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] Matched release The.Last.Kingdom.S03E02.Episode.2.576p.BluRay.DD5.1.x264-HiSD to a series in your database: The Last Kingdom
2020-05-10 22:19:47 DEBUG FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] Parsed The.Last.Kingdom.S03E02.Episode.2.576p.BluRay.DD5.1.x264-HiSD into title: The Last Kingdom, season: 3, episode: [2], episode_title: Episode 2, screen_size: 576p, source: Blu-ray, audio_codec: AC3, audio_channels: 5.1, video_codec: H.264, video_encoder: x264, release_group: HiSD, type: episode, parsing_time: 0.1437687873840332, absolute_episode: [], quality: SD DVD, total_time: 0.14409232139587402
2020-05-10 22:19:47 DEBUG FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] Found codec for The Last Kingdom Episode 2
2020-05-10 22:19:47 DEBUG FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] 298566: Formatting pattern: %SN - S%0SE02 - %EN -> The Last Kingdom - S03E02 - Episode 2
2020-05-10 22:19:47 INFO FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] Beginning manual search for: The Last Kingdom - S03E02 - Episode 2
2020-05-10 22:19:47 INFO FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] Updating exception_cache and exception_season_cache
2020-05-10 22:19:47 INFO FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] Query: '
SELECT indexer, series_id, title, season, custom
FROM scene_exceptions
'. Arguments: '[]'
2020-05-10 22:19:47 ERROR FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] DB error: OperationalError('no such table: scene_exceptions')
Traceback (most recent call last):
File "/app/medusa/medusa/db.py", line 113, in _execute
sql_results = cursor.execute(query)
sqlite3.OperationalError: no such table: scene_exceptions
2020-05-10 22:19:47 ERROR FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] DB error: no such table: scene_exceptions
Traceback (most recent call last):
File "/app/medusa/medusa/db.py", line 285, in action
sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
File "/app/medusa/medusa/db.py", line 113, in _execute
sql_results = cursor.execute(query)
sqlite3.OperationalError: no such table: scene_exceptions
2020-05-10 22:19:47 DEBUG FORCEDSEARCHQUEUE-MANUAL-298566 :: [94fae84] Traceback (most recent call last):
File "/app/medusa/medusa/search/queue.py", line 362, in run
search_result = search_providers(self.show, self.segment, forced_search=True, down_cur_quality=True,
File "/app/medusa/medusa/search/core.py", line 652, in search_providers
name_cache.build_name_cache(series_obj)
File "/app/medusa/medusa/name_cache.py", line 121, in build_name_cache
refresh_exceptions_cache()
File "/app/medusa/medusa/scene_exceptions.py", line 55, in refresh_exceptions_cache
exceptions = main_db_con.select(query, where) or []
File "/app/medusa/medusa/db.py", line 315, in select
sql_results = self.action(query, args, fetchall=True)
File "/app/medusa/medusa/db.py", line 285, in action
sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
File "/app/medusa/medusa/db.py", line 113, in _execute
sql_results = cursor.execute(query)
sqlite3.OperationalError: no such table: scene_exceptions
2020-05-10 22:20:01 INFO FORCEDSEARCHQUEUE-BACKLOG-298566 :: [94fae84] Beginning backlog search for: The Last Kingdom
2020-05-10 22:20:01 INFO FORCEDSEARCHQUEUE-BACKLOG-298566 :: [94fae84] Updating exception_cache and exception_season_cache
2020-05-10 22:20:01 INFO FORCEDSEARCHQUEUE-BACKLOG-298566 :: [94fae84] Query: '
SELECT indexer, series_id, title, season, custom
FROM scene_exceptions
'. Arguments: '[]'
2020-05-10 22:20:01 ERROR FORCEDSEARCHQUEUE-BACKLOG-298566 :: [94fae84] DB error: OperationalError('no such table: scene_exceptions')
Traceback (most recent call last):
File "/app/medusa/medusa/db.py", line 113, in _execute
sql_results = cursor.execute(query)
sqlite3.OperationalError: no such table: scene_exceptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment