Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DEBUG 2017-08-12 11:17:17,434 core.version.__init__: Setting updater to Zip.
- DEBUG 2017-08-12 11:17:17,434 core.version.get_current_hash: Retreiving local commit hash.
- DEBUG 2017-08-12 11:17:19,242 core.version.__init__: Setting updater to Zip.
- DEBUG 2017-08-12 11:17:19,243 core.version.get_current_hash: Retreiving local commit hash.
- INFO 2017-08-12 11:17:19,243 core.scheduler.update_check: Checking for updates.
- INFO 2017-08-12 11:17:19,243 core.version.update_check: Checking for updates.
- DEBUG 2017-08-12 11:17:21,007 core.version._update_check: Watcher is up to date.
- INFO 2017-08-12 11:17:21,011 cherrypy.error.error: [12/Aug/2017:11:17:21] ENGINE Listening for SIGTERM.
- INFO 2017-08-12 11:17:21,011 cherrypy.error.error: [12/Aug/2017:11:17:21] ENGINE Bus STARTING
- INFO 2017-08-12 11:17:21,315 cherrypy.error.error: [12/Aug/2017:11:17:21] ENGINE Serving on http://0.0.0.0:9090
- INFO 2017-08-12 11:17:21,316 cherrypy.error.error: [12/Aug/2017:11:17:21] ENGINE Bus STARTED
- INFO 2017-08-12 11:17:21,316 core.scheduler.create_plugin: Initializing scheduler plugin.
- DEBUG 2017-08-12 11:19:42,610 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 11:19:42,611 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- INFO 2017-08-12 11:19:42,614 cherrypy.error.error: [12/Aug/2017:11:19:42] ENGINE Started monitor thread 'Session cleanup'.
- INFO 2017-08-12 11:20:25,916 core.downloaders.blackhole.test_connection: Testing ability to write to blackhole directory
- INFO 2017-08-12 11:20:40,565 core.downloaders.qbittorrent.test_connection: Testing connection to QBittorrent.
- INFO 2017-08-12 11:20:40,566 core.downloaders.qbittorrent._login: Attempting to log in to QBittorrent.
- INFO 2017-08-12 11:20:46,083 core.ajax.save_settings: Saving settings.
- INFO 2017-08-12 11:22:53,607 core.ajax.save_settings: Saving settings.
- INFO 2017-08-12 11:23:05,932 core.movieinfo.search: Searching TheMovieDB for keanu
- INFO 2017-08-12 11:23:05,933 core.movieinfo._search_title: Searching TheMovieDB for title: keanu.
- INFO 2017-08-12 11:23:05,933 core.movieinfo._search_title: Searching TMDB https://api.themoviedb.org/3/search/movie?page=1&include_adult=false&query=keanu
- INFO 2017-08-12 11:23:47,631 core.ajax.save_settings: Saving settings.
- INFO 2017-08-12 11:23:51,315 core.library.add_movie: Adding Keanu to library.
- DEBUG 2017-08-12 11:23:51,315 core.library.add_movie: More information needed, searching TheMovieDB for 342521
- INFO 2017-08-12 11:23:51,315 core.movieinfo._search_tmdbid: Searching TheMovieDB for TMDB ID: 342521.
- INFO 2017-08-12 11:23:51,315 core.movieinfo._search_tmdbid: Searching TMDB https://api.themoviedb.org/3/movie/342521?language=en-US&append_to_response=alternative_titles,external_ids,release_dates
- DEBUG 2017-08-12 11:23:52,397 core.sqldb.row_exists: Checking if imdbid:tt4139124 exists in database table MOVIES
- DEBUG 2017-08-12 11:23:52,397 core.sqldb.execute: Executing SQL command: ['SELECT 1 FROM MOVIES WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:23:52,398 core.library.convert_to_db: Converting movie metadata to database structure for Keanu.
- DEBUG 2017-08-12 11:23:52,398 core.sqldb.write: Writing data to MOVIES.
- DEBUG 2017-08-12 11:23:52,398 core.sqldb.execute: Executing SQL command: ['INSERT INTO MOVIES ( title, release_date, year, quality, alternative_titles, imdbid, status, origin, added_date, poster, plot, url, score, backlog, tmdbid, media_release_date, finished_file, sort_title ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )', ['Keanu', '2016-04-21', '2016', 'Default', 'Cat Boys', 'tt4139124', 'Waiting', 'Search', '2017-08-12', 'images/posters/tt4139124.jpg', 'Friends hatch a plot to retrieve a stolen cat by posing as drug dealers for a street gang.', 'https://www.themoviedb.org/movie/342521', 6.0, 0, 342521, '2016-09-12', None, 'Keanu']]
- INFO 2017-08-12 11:23:52,691 core.library.save_poster: Downloading poster for tt4139124.
- INFO 2017-08-12 11:23:52,691 core.library.save_poster: Saving poster to static/images/posters/tt4139124.jpg
- INFO 2017-08-12 11:23:52,691 core.searcher._t_search_grab: Executing automatic search/grab for Keanu.
- INFO 2017-08-12 11:23:52,691 core.searcher.verify: Verification criteria met for Keanu 2016, setting status to Wanted
- DEBUG 2017-08-12 11:23:52,692 core.sqldb.update: Updating status to Wanted for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:23:52,692 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Wanted', 'tt4139124')]
- INFO 2017-08-12 11:23:52,820 core.library.save_poster: Poster saved to static/images/posters/tt4139124.jpg
- INFO 2017-08-12 11:23:52,994 core.searcher.verify: Keanu passes verification checks, will include title in search.
- DEBUG 2017-08-12 11:23:56,333 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 11:23:56,333 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 11:23:56,614 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 11:23:56,614 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 11:24:01,676 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:24:01,676 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size DESC, freeleech DESC']
- DEBUG 2017-08-12 11:24:15,735 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:24:15,735 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:24:15,736 core.searcher.search: Performing backlog search for Keanu 2016.
- INFO 2017-08-12 11:24:15,736 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 11:24:15,736 core.providers.torrent.search: Performing backlog search on LimeTorrents for tt4139124.
- INFO 2017-08-12 11:24:17,103 core.providers.torrent.parse: Parsing LimeTorrents results.
- INFO 2017-08-12 11:24:17,106 core.providers.torrent.parse: Found 50 results from LimeTorrents.
- INFO 2017-08-12 11:24:17,107 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 11:24:17,107 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:24:17,108 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size DESC, freeleech DESC']
- INFO 2017-08-12 11:24:17,110 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 11:24:17,111 core.searcher.get_source: Determining source media for Keanu 2016 FRENCH BDRip XviD-ViVi
- INFO 2017-08-12 11:24:17,111 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:24:17,112 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,112 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,113 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XViD-ETRG
- INFO 2017-08-12 11:24:17,114 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,114 core.searcher.get_source: Determining source media for Keanu 2016 BRRip XViD-ETRG
- INFO 2017-08-12 11:24:17,114 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:24:17,115 core.searcher.get_source: Determining source media for Keanu (2016) 720p WEB-DL 750MB - MkvCage
- INFO 2017-08-12 11:24:17,115 core.searcher.get_source: Source media determined as WebDL-720P
- INFO 2017-08-12 11:24:17,115 core.searcher.get_source: Determining source media for Keanu 2016 MULTi 1080p BluRay x264-VENUE
- INFO 2017-08-12 11:24:17,115 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:24:17,116 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,116 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,117 core.searcher.get_source: Determining source media for Keanu 2016 1080p BluRay x264 DTS-JYK
- INFO 2017-08-12 11:24:17,117 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:24:17,117 core.searcher.get_source: Determining source media for Keanu 2016 720p BluRay x264-DRONES[EtHD]
- INFO 2017-08-12 11:24:17,117 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:24:17,118 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,118 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,118 core.searcher.get_source: Determining source media for Keanu 2016 1080p BluRay DTS x264-HDS[PRiME]
- INFO 2017-08-12 11:24:17,118 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:24:17,118 core.searcher.get_source: Determining source media for Keanu 2016 BRRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,119 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:24:17,119 core.searcher.get_source: Determining source media for KEANU (2016) WEBDL 1080p x264 DD5 1 EN NL Subs
- INFO 2017-08-12 11:24:17,119 core.searcher.get_source: Source media determined as WebDL-1080P
- INFO 2017-08-12 11:24:17,119 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,119 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,120 core.searcher.get_source: Determining source media for Keanu 2016 720p BluRay x264 DTS-iFT[EtHD]
- INFO 2017-08-12 11:24:17,120 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:24:17,120 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,120 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,120 core.searcher.get_source: Determining source media for Keanu ((2016)) Complete (1080p BluRay x265 HEVC 10bit AAC 5 1 Joy) [UTR]
- INFO 2017-08-12 11:24:17,120 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:24:17,120 core.searcher.get_source: Determining source media for Keanu (2016) 720p BRRip 900MB - MkvCage
- INFO 2017-08-12 11:24:17,121 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:24:17,121 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,121 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,121 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,121 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,122 core.searcher.get_source: Determining source media for Keanu 2016 BRRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,122 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:24:17,122 core.searcher.get_source: Determining source media for Keanu 2016 BRRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,122 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:24:17,122 core.searcher.get_source: Determining source media for Keanu 2016 1080p BluRay DTS x264-ETRG
- INFO 2017-08-12 11:24:17,122 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:24:17,122 core.searcher.get_source: Determining source media for Keanu 2016 1080p BluRay
- INFO 2017-08-12 11:24:17,122 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:24:17,123 core.searcher.get_source: Determining source media for Keanu 2016 HDRip RNFO AC3 x264-BDP
- INFO 2017-08-12 11:24:17,123 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,123 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-iFT
- INFO 2017-08-12 11:24:17,123 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,123 core.searcher.get_source: Determining source media for Keanu.2016.720p.BluRay.x264-NeZu
- INFO 2017-08-12 11:24:17,124 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:24:17,124 core.searcher.get_source: Determining source media for Keanu 2016 BluRay HD x264- UnKnOwN
- INFO 2017-08-12 11:24:17,124 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:24:17,124 core.searcher.get_source: Determining source media for Keanu 2016 BluRay HD x264- UnKnOwN
- INFO 2017-08-12 11:24:17,124 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:24:17,124 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO[VR56]
- INFO 2017-08-12 11:24:17,124 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,125 core.searcher.get_source: Determining source media for Keanu 2016 720p HC WEBRip x264 AAC - 900MB- MAX
- INFO 2017-08-12 11:24:17,125 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:24:17,125 core.searcher.get_source: Determining source media for Keanu 2016 720p HC WEBRip XviD MP3-STUTTERSHIT
- INFO 2017-08-12 11:24:17,125 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:24:17,125 core.searcher.get_source: Determining source media for Keanu 2016 720p HC WEBRip x264 AAC2 0-STUTTERSHIT
- INFO 2017-08-12 11:24:17,126 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:24:17,126 core.searcher.get_source: Determining source media for Keanu 2016 HC WEBRip XviD MP3-STUTTERSHIT
- INFO 2017-08-12 11:24:17,126 core.searcher.get_source: Source media determined as WebRip-SD
- INFO 2017-08-12 11:24:17,126 core.searcher.get_source: Determining source media for Keanu 2016 HC WEBRip x264-STUTTERSHIT
- INFO 2017-08-12 11:24:17,126 core.searcher.get_source: Source media determined as WebRip-SD
- INFO 2017-08-12 11:24:17,127 core.searcher.get_source: Determining source media for Keanu (2016) HC - 720p WEBRiP - 800MB - ShAaNiG
- INFO 2017-08-12 11:24:17,127 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:24:17,127 core.searcher.get_source: Determining source media for Keanu (2016) 720p HC WEBRip 750MB - MkvCage
- INFO 2017-08-12 11:24:17,127 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:24:17,127 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip x264 AC3 TiTAN [VR56]
- INFO 2017-08-12 11:24:17,128 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,128 core.searcher.get_source: Determining source media for Keanu 2016 720p HC WEBRip 2CH x265 HEVC-PSA
- INFO 2017-08-12 11:24:17,128 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:24:17,128 core.searcher.get_source: Determining source media for Keanu (2016) HC 720p HDRip x264 Ac3 -MaxPro
- INFO 2017-08-12 11:24:17,128 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,129 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip x264 AC3 TiTAN
- INFO 2017-08-12 11:24:17,129 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,129 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO
- INFO 2017-08-12 11:24:17,130 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,130 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-iFT
- INFO 2017-08-12 11:24:17,130 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,130 core.searcher.get_source: Determining source media for keanu 2016 720p webrip hevc x265
- INFO 2017-08-12 11:24:17,130 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:24:17,130 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip x264 AC3 TiTAN
- INFO 2017-08-12 11:24:17,131 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,131 core.searcher.get_source: Determining source media for Keanu 2016 S ED HDRip XViD-26k[VR56]
- INFO 2017-08-12 11:24:17,131 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,131 core.searcher.get_source: Determining source media for Keanu 2016 720p WEBRip RNFO AC3 x264-BDP
- INFO 2017-08-12 11:24:17,132 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:24:17,132 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip x264 AC3 TiTAN
- INFO 2017-08-12 11:24:17,132 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,132 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip 700 MB - iExTV
- INFO 2017-08-12 11:24:17,132 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:24:17,133 core.searcher.get_source: Determining source media for Keanu 2016 720p hc HEVC WEBRip x265
- INFO 2017-08-12 11:24:17,133 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:24:17,133 core.searchresults.score: Scoring 50 search results.
- DEBUG 2017-08-12 11:24:17,133 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:24:17,133 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:24:17,135 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 11:24:17,135 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 11:24:17,135 core.searchresults.remove_ignored: Filtering Ignored Words.
- DEBUG 2017-08-12 11:24:17,135 core.searchresults.remove_ignored: ['french'] found in Keanu 2016 FRENCH BDRip XviD-ViVi, removing from search results.
- DEBUG 2017-08-12 11:24:17,136 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO, removing from search results.
- DEBUG 2017-08-12 11:24:17,136 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO, removing from search results.
- DEBUG 2017-08-12 11:24:17,136 core.searchresults.remove_ignored: ['subs'] found in KEANU (2016) WEBDL 1080p x264 DD5 1 EN NL Subs, removing from search results.
- DEBUG 2017-08-12 11:24:17,136 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO, removing from search results.
- DEBUG 2017-08-12 11:24:17,137 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO[VR56], removing from search results.
- DEBUG 2017-08-12 11:24:17,137 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC WEBRip x264 AAC - 900MB- MAX, removing from search results.
- DEBUG 2017-08-12 11:24:17,137 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC WEBRip XviD MP3-STUTTERSHIT, removing from search results.
- DEBUG 2017-08-12 11:24:17,137 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC WEBRip x264 AAC2 0-STUTTERSHIT, removing from search results.
- DEBUG 2017-08-12 11:24:17,137 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC WEBRip XviD MP3-STUTTERSHIT, removing from search results.
- DEBUG 2017-08-12 11:24:17,137 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC WEBRip x264-STUTTERSHIT, removing from search results.
- DEBUG 2017-08-12 11:24:17,138 core.searchresults.remove_ignored: ['hc'] found in Keanu (2016) HC - 720p WEBRiP - 800MB - ShAaNiG, removing from search results.
- DEBUG 2017-08-12 11:24:17,138 core.searchresults.remove_ignored: ['hc'] found in Keanu (2016) 720p HC WEBRip 750MB - MkvCage, removing from search results.
- DEBUG 2017-08-12 11:24:17,138 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip x264 AC3 TiTAN [VR56], removing from search results.
- DEBUG 2017-08-12 11:24:17,138 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC WEBRip 2CH x265 HEVC-PSA, removing from search results.
- DEBUG 2017-08-12 11:24:17,138 core.searchresults.remove_ignored: ['hc'] found in Keanu (2016) HC 720p HDRip x264 Ac3 -MaxPro, removing from search results.
- DEBUG 2017-08-12 11:24:17,138 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip x264 AC3 TiTAN, removing from search results.
- DEBUG 2017-08-12 11:24:17,138 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO, removing from search results.
- DEBUG 2017-08-12 11:24:17,139 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-iFT, removing from search results.
- DEBUG 2017-08-12 11:24:17,139 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip x264 AC3 TiTAN, removing from search results.
- DEBUG 2017-08-12 11:24:17,139 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip x264 AC3 TiTAN, removing from search results.
- DEBUG 2017-08-12 11:24:17,139 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip 700 MB - iExTV, removing from search results.
- DEBUG 2017-08-12 11:24:17,139 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p hc HEVC WEBRip x265, removing from search results.
- INFO 2017-08-12 11:24:17,139 core.searchresults.remove_ignored: Keeping 27 results.
- INFO 2017-08-12 11:24:17,139 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 11:24:17,140 core.searchresults.retention_check: Keeping 27 results.
- INFO 2017-08-12 11:24:17,140 core.searchresults.seed_check: Checking torrent seeds.
- DEBUG 2017-08-12 11:24:17,140 core.searchresults.seed_check: Keanu 2016 BluRay HD x264- UnKnOwN has 0 seeds, removing search result.
- DEBUG 2017-08-12 11:24:17,140 core.searchresults.seed_check: Keanu 2016 BluRay HD x264- UnKnOwN has 0 seeds, removing search result.
- DEBUG 2017-08-12 11:24:17,140 core.searchresults.seed_check: keanu 2016 720p webrip hevc x265 has 0 seeds, removing search result.
- DEBUG 2017-08-12 11:24:17,140 core.searchresults.seed_check: Keanu 2016 S ED HDRip XViD-26k[VR56] has 0 seeds, removing search result.
- DEBUG 2017-08-12 11:24:17,140 core.searchresults.seed_check: Keanu 2016 720p WEBRip RNFO AC3 x264-BDP has 0 seeds, removing search result.
- INFO 2017-08-12 11:24:17,140 core.searchresults.seed_check: Keeping 22 results.
- INFO 2017-08-12 11:24:17,140 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 11:24:17,141 core.searchresults.score_sources: Filtering resolution and size requirements.
- DEBUG 2017-08-12 11:24:17,141 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XViD-ETRG based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:24:17,141 core.searchresults.score_sources: Scoring and filtering Keanu 2016 BRRip XViD-ETRG based on resolution BluRay-SD.
- DEBUG 2017-08-12 11:24:17,141 core.searchresults.score_sources: Scoring and filtering Keanu (2016) 720p WEB-DL 750MB - MkvCage based on resolution WebDL-720P.
- DEBUG 2017-08-12 11:24:17,141 core.searchresults.score_sources: Keanu (2016) 720p WEB-DL 750MB - MkvCage matches source WebDL-720P, checking size.
- DEBUG 2017-08-12 11:24:17,141 core.searchresults.score_sources: Keanu (2016) 720p WEB-DL 750MB - MkvCage size 789.884864 is within range 500-2500.
- DEBUG 2017-08-12 11:24:17,141 core.searchresults.score_sources: Scoring and filtering Keanu 2016 MULTi 1080p BluRay x264-VENUE based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:24:17,141 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-EVO based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:24:17,142 core.searchresults.score_sources: Scoring and filtering Keanu 2016 1080p BluRay x264 DTS-JYK based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:24:17,142 core.searchresults.score_sources: Scoring and filtering Keanu 2016 720p BluRay x264-DRONES[EtHD] based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:24:17,142 core.searchresults.score_sources: Keanu 2016 720p BluRay x264-DRONES[EtHD] matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:24:17,142 core.searchresults.score_sources: Keanu 2016 720p BluRay x264-DRONES[EtHD] size 4751.248015 is within range 2000-10000.
- DEBUG 2017-08-12 11:24:17,142 core.searchresults.score_sources: Scoring and filtering Keanu 2016 1080p BluRay DTS x264-HDS[PRiME] based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:24:17,142 core.searchresults.score_sources: Scoring and filtering Keanu 2016 BRRip XviD AC3-EVO based on resolution BluRay-SD.
- DEBUG 2017-08-12 11:24:17,142 core.searchresults.score_sources: Scoring and filtering Keanu 2016 720p BluRay x264 DTS-iFT[EtHD] based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:24:17,142 core.searchresults.score_sources: Keanu 2016 720p BluRay x264 DTS-iFT[EtHD] matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:24:17,142 core.searchresults.score_sources: Keanu 2016 720p BluRay x264 DTS-iFT[EtHD] size 6084.827275 is within range 2000-10000.
- DEBUG 2017-08-12 11:24:17,143 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-EVO based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:24:17,143 core.searchresults.score_sources: Scoring and filtering Keanu ((2016)) Complete (1080p BluRay x265 HEVC 10bit AAC 5 1 Joy) [UTR] based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:24:17,143 core.searchresults.score_sources: Scoring and filtering Keanu (2016) 720p BRRip 900MB - MkvCage based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:24:17,143 core.searchresults.score_sources: Keanu (2016) 720p BRRip 900MB - MkvCage matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:24:17,143 core.searchresults.score_sources: Removing Keanu (2016) 720p BRRip 900MB - MkvCage, size 946.021855 not in range 2000-10000.
- DEBUG 2017-08-12 11:24:17,143 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-EVO based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:24:17,143 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-EVO based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:24:17,143 core.searchresults.score_sources: Scoring and filtering Keanu 2016 BRRip XviD AC3-EVO based on resolution BluRay-SD.
- DEBUG 2017-08-12 11:24:17,144 core.searchresults.score_sources: Scoring and filtering Keanu 2016 BRRip XviD AC3-EVO based on resolution BluRay-SD.
- DEBUG 2017-08-12 11:24:17,144 core.searchresults.score_sources: Scoring and filtering Keanu 2016 1080p BluRay DTS x264-ETRG based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:24:17,144 core.searchresults.score_sources: Scoring and filtering Keanu 2016 1080p BluRay based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:24:17,144 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip RNFO AC3 x264-BDP based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:24:17,144 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-iFT based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:24:17,144 core.searchresults.score_sources: Scoring and filtering Keanu.2016.720p.BluRay.x264-NeZu based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:24:17,144 core.searchresults.score_sources: Keanu.2016.720p.BluRay.x264-NeZu matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:24:17,144 core.searchresults.score_sources: Removing Keanu.2016.720p.BluRay.x264-NeZu, size 926.454771 not in range 2000-10000.
- INFO 2017-08-12 11:24:17,144 core.searchresults.score_sources: Keeping 3 results.
- INFO 2017-08-12 11:24:17,145 core.searchresults.fuzzy_title: Checking title match.
- DEBUG 2017-08-12 11:24:17,145 core.searchresults.fuzzy_title: Comparing release Keanu (2016) 720p WEB-DL 750MB - MkvCage with titles ['Cat Boys', 'Keanu'].
- DEBUG 2017-08-12 11:24:17,145 core.searchresults.fuzzy_title: Comparing release Keanu 2016 720p BluRay x264-DRONES[EtHD] with titles ['Cat Boys', 'Keanu'].
- DEBUG 2017-08-12 11:24:17,146 core.searchresults.fuzzy_title: Comparing release Keanu 2016 720p BluRay x264 DTS-iFT[EtHD] with titles ['Cat Boys', 'Keanu'].
- INFO 2017-08-12 11:24:17,146 core.searchresults.fuzzy_title: Keeping 3 results.
- INFO 2017-08-12 11:24:17,146 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 11:24:17,146 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 11:24:17,146 core.sqldb.get_marked_results: Retrieving Marked Results for tt4139124.
- DEBUG 2017-08-12 11:24:17,146 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:24:17,148 core.searcher.store_results: 3 results found for tt4139124. Storing results.
- INFO 2017-08-12 11:24:17,148 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 11:24:17,148 core.sqldb.purge_search_results: Purging search results for tt4139124
- DEBUG 2017-08-12 11:24:17,148 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:24:17,149 core.sqldb.write_search_results: Writing batch into SEARCHRESULTS.
- DEBUG 2017-08-12 11:24:17,149 core.sqldb.execute: Executing SQL command: [<sqlalchemy.sql.dml.Insert object at 0x000001ACD4D8A4A8>, [{'score': 538, 'size': 789884864, 'status': 'Available', 'pubdate': None, 'title': 'Keanu (2016) 720p WEB-DL 750MB - MkvCage', 'imdbid': 'tt4139124', 'indexer': 'LimeTorrents', 'info_link': 'http://www.limetorrents.cc/Keanu-(2016)-720p-WEB-DL-750MB--MkvCage-torrent-8091584.html', 'torrentfile': 'http://itorrents.org/torrent/F461F46AAAE307E3821DE49F4847B9C4DAD9D835.torrent?title=Keanu-(2016)-720p-WEB-DL-750MB--MkvCage', 'guid': 'f461f46aaae307e3821de49f4847b9c4dad9d835', 'type': 'torrent', 'downloadid': None, 'freeleech': 0, 'download_client': None, 'seeders': 438, 'resolution': 'WebDL-720P', 'date_found': datetime.date(2017, 8, 12)}, {'score': 618, 'size': 4751248015, 'status': 'Available', 'pubdate': None, 'title': 'Keanu 2016 720p BluRay x264-DRONES[EtHD]', 'imdbid': 'tt4139124', 'indexer': 'LimeTorrents', 'info_link': 'http://www.limetorrents.cc/Keanu-2016-720p-BluRay-x264-DRONES[EtHD]-torrent-8164704.html', 'torrentfile': 'http://itorrents.org/torrent/E09B3AA431574C2857D36C1E7E870E1582E2ADAF.torrent?title=Keanu-2016-720p-BluRay-x264-DRONES[EtHD]', 'guid': 'e09b3aa431574c2857d36c1e7e870e1582e2adaf', 'type': 'torrent', 'downloadid': None, 'freeleech': 0, 'download_client': None, 'seeders': 107, 'resolution': 'BluRay-720P', 'date_found': datetime.date(2017, 8, 12)}, {'score': 618, 'size': 6084827275, 'status': 'Available', 'pubdate': None, 'title': 'Keanu 2016 720p BluRay x264 DTS-iFT[EtHD]', 'imdbid': 'tt4139124', 'indexer': 'LimeTorrents', 'info_link': 'http://www.limetorrents.cc/Keanu-2016-720p-BluRay-x264-DTS-iFT[EtHD]-torrent-8182761.html', 'torrentfile': 'http://itorrents.org/torrent/1E8262D1E9FE4C0BC79932F9EC6E6D27652F34D8.torrent?title=Keanu-2016-720p-BluRay-x264-DTS-iFT[EtHD]', 'guid': '1e8262d1e9fe4c0bc79932f9ec6e6d27652f34d8', 'type': 'torrent', 'downloadid': None, 'freeleech': 0, 'download_client': None, 'seeders': 18, 'resolution': 'BluRay-720P', 'date_found': datetime.date(2017, 8, 12)}]]
- INFO 2017-08-12 11:24:17,480 core.library.movie_status: Determining appropriate status for movie tt4139124.
- DEBUG 2017-08-12 11:24:17,480 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:24:17,480 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:24:17,482 core.sqldb.get_distinct: Getting distinct values for tt4139124 in SEARCHRESULTS
- DEBUG 2017-08-12 11:24:17,482 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:24:17,483 core.library.movie_status: Setting MOVIES tt4139124 status to Found.
- DEBUG 2017-08-12 11:24:17,483 core.sqldb.update: Updating status to Found for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:24:17,483 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Found', 'tt4139124')]
- DEBUG 2017-08-12 11:24:17,791 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:24:17,792 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt4139124')]
- DEBUG 2017-08-12 11:24:18,051 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:24:18,051 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:24:18,054 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:24:18,054 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size DESC, freeleech DESC']
- INFO 2017-08-12 11:25:39,474 core.ajax.save_settings: Saving settings.
- DEBUG 2017-08-12 11:25:47,299 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 11:25:47,299 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 11:25:47,415 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 11:25:47,415 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 11:25:48,978 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:25:48,978 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 11:25:50,869 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:25:50,869 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:25:50,870 core.searcher.search: Performing backlog search for Keanu 2016.
- INFO 2017-08-12 11:25:50,870 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 11:25:50,870 core.providers.torrent.search: Performing backlog search on LimeTorrents for tt4139124.
- INFO 2017-08-12 11:25:52,255 core.providers.torrent.parse: Parsing LimeTorrents results.
- INFO 2017-08-12 11:25:52,258 core.providers.torrent.parse: Found 50 results from LimeTorrents.
- INFO 2017-08-12 11:25:52,259 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 11:25:52,259 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:25:52,259 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 11:25:52,262 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 11:25:52,263 core.searcher.get_source: Determining source media for Keanu 2016 FRENCH BDRip XviD-ViVi
- INFO 2017-08-12 11:25:52,263 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:25:52,263 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,264 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,264 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XViD-ETRG
- INFO 2017-08-12 11:25:52,264 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,265 core.searcher.get_source: Determining source media for Keanu 2016 BRRip XViD-ETRG
- INFO 2017-08-12 11:25:52,265 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:25:52,265 core.searcher.get_source: Determining source media for Keanu (2016) 720p WEB-DL 750MB - MkvCage
- INFO 2017-08-12 11:25:52,266 core.searcher.get_source: Source media determined as WebDL-720P
- INFO 2017-08-12 11:25:52,266 core.searcher.get_source: Determining source media for Keanu 2016 MULTi 1080p BluRay x264-VENUE
- INFO 2017-08-12 11:25:52,266 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:25:52,266 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,267 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,267 core.searcher.get_source: Determining source media for Keanu 2016 1080p BluRay x264 DTS-JYK
- INFO 2017-08-12 11:25:52,268 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:25:52,268 core.searcher.get_source: Determining source media for Keanu 2016 720p BluRay x264-DRONES[EtHD]
- INFO 2017-08-12 11:25:52,268 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:25:52,268 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,269 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,269 core.searcher.get_source: Determining source media for Keanu 2016 1080p BluRay DTS x264-HDS[PRiME]
- INFO 2017-08-12 11:25:52,269 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:25:52,269 core.searcher.get_source: Determining source media for Keanu 2016 BRRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,270 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:25:52,270 core.searcher.get_source: Determining source media for KEANU (2016) WEBDL 1080p x264 DD5 1 EN NL Subs
- INFO 2017-08-12 11:25:52,270 core.searcher.get_source: Source media determined as WebDL-1080P
- INFO 2017-08-12 11:25:52,270 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,271 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,271 core.searcher.get_source: Determining source media for Keanu 2016 720p BluRay x264 DTS-iFT[EtHD]
- INFO 2017-08-12 11:25:52,271 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:25:52,272 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,272 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,272 core.searcher.get_source: Determining source media for Keanu ((2016)) Complete (1080p BluRay x265 HEVC 10bit AAC 5 1 Joy) [UTR]
- INFO 2017-08-12 11:25:52,272 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:25:52,273 core.searcher.get_source: Determining source media for Keanu (2016) 720p BRRip 900MB - MkvCage
- INFO 2017-08-12 11:25:52,273 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:25:52,273 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,274 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,274 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,274 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,275 core.searcher.get_source: Determining source media for Keanu 2016 BRRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,275 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:25:52,275 core.searcher.get_source: Determining source media for Keanu 2016 BRRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,275 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:25:52,275 core.searcher.get_source: Determining source media for Keanu 2016 1080p BluRay DTS x264-ETRG
- INFO 2017-08-12 11:25:52,276 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:25:52,276 core.searcher.get_source: Determining source media for Keanu 2016 1080p BluRay
- INFO 2017-08-12 11:25:52,276 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:25:52,276 core.searcher.get_source: Determining source media for Keanu 2016 HDRip RNFO AC3 x264-BDP
- INFO 2017-08-12 11:25:52,277 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,277 core.searcher.get_source: Determining source media for Keanu 2016 HDRip XviD AC3-iFT
- INFO 2017-08-12 11:25:52,277 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,278 core.searcher.get_source: Determining source media for Keanu.2016.720p.BluRay.x264-NeZu
- INFO 2017-08-12 11:25:52,278 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:25:52,278 core.searcher.get_source: Determining source media for Keanu 2016 BluRay HD x264- UnKnOwN
- INFO 2017-08-12 11:25:52,278 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:25:52,278 core.searcher.get_source: Determining source media for Keanu 2016 BluRay HD x264- UnKnOwN
- INFO 2017-08-12 11:25:52,278 core.searcher.get_source: Source media determined as BluRay-SD
- INFO 2017-08-12 11:25:52,278 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO[VR56]
- INFO 2017-08-12 11:25:52,279 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,279 core.searcher.get_source: Determining source media for Keanu 2016 720p HC WEBRip x264 AAC - 900MB- MAX
- INFO 2017-08-12 11:25:52,279 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:25:52,279 core.searcher.get_source: Determining source media for Keanu 2016 720p HC WEBRip XviD MP3-STUTTERSHIT
- INFO 2017-08-12 11:25:52,279 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:25:52,280 core.searcher.get_source: Determining source media for Keanu 2016 720p HC WEBRip x264 AAC2 0-STUTTERSHIT
- INFO 2017-08-12 11:25:52,280 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:25:52,280 core.searcher.get_source: Determining source media for Keanu 2016 HC WEBRip XviD MP3-STUTTERSHIT
- INFO 2017-08-12 11:25:52,280 core.searcher.get_source: Source media determined as WebRip-SD
- INFO 2017-08-12 11:25:52,280 core.searcher.get_source: Determining source media for Keanu 2016 HC WEBRip x264-STUTTERSHIT
- INFO 2017-08-12 11:25:52,281 core.searcher.get_source: Source media determined as WebRip-SD
- INFO 2017-08-12 11:25:52,281 core.searcher.get_source: Determining source media for Keanu (2016) HC - 720p WEBRiP - 800MB - ShAaNiG
- INFO 2017-08-12 11:25:52,281 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:25:52,281 core.searcher.get_source: Determining source media for Keanu (2016) 720p HC WEBRip 750MB - MkvCage
- INFO 2017-08-12 11:25:52,281 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:25:52,282 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip x264 AC3 TiTAN [VR56]
- INFO 2017-08-12 11:25:52,282 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,282 core.searcher.get_source: Determining source media for Keanu 2016 720p HC WEBRip 2CH x265 HEVC-PSA
- INFO 2017-08-12 11:25:52,282 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:25:52,282 core.searcher.get_source: Determining source media for Keanu (2016) HC 720p HDRip x264 Ac3 -MaxPro
- INFO 2017-08-12 11:25:52,283 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,283 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip x264 AC3 TiTAN
- INFO 2017-08-12 11:25:52,283 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,283 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-EVO
- INFO 2017-08-12 11:25:52,283 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,284 core.searcher.get_source: Determining source media for Keanu 2016 HC HDRip XviD AC3-iFT
- INFO 2017-08-12 11:25:52,284 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,284 core.searcher.get_source: Determining source media for keanu 2016 720p webrip hevc x265
- INFO 2017-08-12 11:25:52,284 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:25:52,284 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip x264 AC3 TiTAN
- INFO 2017-08-12 11:25:52,285 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,285 core.searcher.get_source: Determining source media for Keanu 2016 S ED HDRip XViD-26k[VR56]
- INFO 2017-08-12 11:25:52,285 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,285 core.searcher.get_source: Determining source media for Keanu 2016 720p WEBRip RNFO AC3 x264-BDP
- INFO 2017-08-12 11:25:52,285 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:25:52,286 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip x264 AC3 TiTAN
- INFO 2017-08-12 11:25:52,286 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,286 core.searcher.get_source: Determining source media for Keanu 2016 720p HC HDRip 700 MB - iExTV
- INFO 2017-08-12 11:25:52,286 core.searcher.get_source: Source media determined as Unknown-WebRip
- INFO 2017-08-12 11:25:52,286 core.searcher.get_source: Determining source media for Keanu 2016 720p hc HEVC WEBRip x265
- INFO 2017-08-12 11:25:52,287 core.searcher.get_source: Source media determined as WebRip-720P
- INFO 2017-08-12 11:25:52,287 core.searchresults.score: Scoring 50 search results.
- DEBUG 2017-08-12 11:25:52,287 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:25:52,287 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:25:52,289 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 11:25:52,289 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 11:25:52,289 core.searchresults.remove_ignored: Filtering Ignored Words.
- DEBUG 2017-08-12 11:25:52,289 core.searchresults.remove_ignored: ['french'] found in Keanu 2016 FRENCH BDRip XviD-ViVi, removing from search results.
- DEBUG 2017-08-12 11:25:52,289 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO, removing from search results.
- DEBUG 2017-08-12 11:25:52,290 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO, removing from search results.
- DEBUG 2017-08-12 11:25:52,290 core.searchresults.remove_ignored: ['subs'] found in KEANU (2016) WEBDL 1080p x264 DD5 1 EN NL Subs, removing from search results.
- DEBUG 2017-08-12 11:25:52,290 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO, removing from search results.
- DEBUG 2017-08-12 11:25:52,291 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO[VR56], removing from search results.
- DEBUG 2017-08-12 11:25:52,291 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC WEBRip x264 AAC - 900MB- MAX, removing from search results.
- DEBUG 2017-08-12 11:25:52,291 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC WEBRip XviD MP3-STUTTERSHIT, removing from search results.
- DEBUG 2017-08-12 11:25:52,291 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC WEBRip x264 AAC2 0-STUTTERSHIT, removing from search results.
- DEBUG 2017-08-12 11:25:52,291 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC WEBRip XviD MP3-STUTTERSHIT, removing from search results.
- DEBUG 2017-08-12 11:25:52,291 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC WEBRip x264-STUTTERSHIT, removing from search results.
- DEBUG 2017-08-12 11:25:52,291 core.searchresults.remove_ignored: ['hc'] found in Keanu (2016) HC - 720p WEBRiP - 800MB - ShAaNiG, removing from search results.
- DEBUG 2017-08-12 11:25:52,292 core.searchresults.remove_ignored: ['hc'] found in Keanu (2016) 720p HC WEBRip 750MB - MkvCage, removing from search results.
- DEBUG 2017-08-12 11:25:52,292 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip x264 AC3 TiTAN [VR56], removing from search results.
- DEBUG 2017-08-12 11:25:52,292 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC WEBRip 2CH x265 HEVC-PSA, removing from search results.
- DEBUG 2017-08-12 11:25:52,292 core.searchresults.remove_ignored: ['hc'] found in Keanu (2016) HC 720p HDRip x264 Ac3 -MaxPro, removing from search results.
- DEBUG 2017-08-12 11:25:52,292 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip x264 AC3 TiTAN, removing from search results.
- DEBUG 2017-08-12 11:25:52,292 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-EVO, removing from search results.
- DEBUG 2017-08-12 11:25:52,292 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 HC HDRip XviD AC3-iFT, removing from search results.
- DEBUG 2017-08-12 11:25:52,293 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip x264 AC3 TiTAN, removing from search results.
- DEBUG 2017-08-12 11:25:52,293 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip x264 AC3 TiTAN, removing from search results.
- DEBUG 2017-08-12 11:25:52,293 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p HC HDRip 700 MB - iExTV, removing from search results.
- DEBUG 2017-08-12 11:25:52,293 core.searchresults.remove_ignored: ['hc'] found in Keanu 2016 720p hc HEVC WEBRip x265, removing from search results.
- INFO 2017-08-12 11:25:52,293 core.searchresults.remove_ignored: Keeping 27 results.
- INFO 2017-08-12 11:25:52,293 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 11:25:52,294 core.searchresults.retention_check: Keeping 27 results.
- INFO 2017-08-12 11:25:52,294 core.searchresults.seed_check: Checking torrent seeds.
- DEBUG 2017-08-12 11:25:52,294 core.searchresults.seed_check: Keanu 2016 BluRay HD x264- UnKnOwN has 0 seeds, removing search result.
- DEBUG 2017-08-12 11:25:52,294 core.searchresults.seed_check: Keanu 2016 BluRay HD x264- UnKnOwN has 0 seeds, removing search result.
- DEBUG 2017-08-12 11:25:52,294 core.searchresults.seed_check: keanu 2016 720p webrip hevc x265 has 0 seeds, removing search result.
- DEBUG 2017-08-12 11:25:52,294 core.searchresults.seed_check: Keanu 2016 S ED HDRip XViD-26k[VR56] has 0 seeds, removing search result.
- DEBUG 2017-08-12 11:25:52,294 core.searchresults.seed_check: Keanu 2016 720p WEBRip RNFO AC3 x264-BDP has 0 seeds, removing search result.
- INFO 2017-08-12 11:25:52,294 core.searchresults.seed_check: Keeping 22 results.
- INFO 2017-08-12 11:25:52,295 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 11:25:52,295 core.searchresults.score_sources: Filtering resolution and size requirements.
- DEBUG 2017-08-12 11:25:52,295 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XViD-ETRG based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:25:52,295 core.searchresults.score_sources: Scoring and filtering Keanu 2016 BRRip XViD-ETRG based on resolution BluRay-SD.
- DEBUG 2017-08-12 11:25:52,295 core.searchresults.score_sources: Scoring and filtering Keanu (2016) 720p WEB-DL 750MB - MkvCage based on resolution WebDL-720P.
- DEBUG 2017-08-12 11:25:52,295 core.searchresults.score_sources: Keanu (2016) 720p WEB-DL 750MB - MkvCage matches source WebDL-720P, checking size.
- DEBUG 2017-08-12 11:25:52,295 core.searchresults.score_sources: Keanu (2016) 720p WEB-DL 750MB - MkvCage size 789.884864 is within range 500-2500.
- DEBUG 2017-08-12 11:25:52,295 core.searchresults.score_sources: Scoring and filtering Keanu 2016 MULTi 1080p BluRay x264-VENUE based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:25:52,295 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-EVO based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:25:52,296 core.searchresults.score_sources: Scoring and filtering Keanu 2016 1080p BluRay x264 DTS-JYK based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:25:52,296 core.searchresults.score_sources: Scoring and filtering Keanu 2016 720p BluRay x264-DRONES[EtHD] based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:25:52,296 core.searchresults.score_sources: Keanu 2016 720p BluRay x264-DRONES[EtHD] matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:25:52,296 core.searchresults.score_sources: Removing Keanu 2016 720p BluRay x264-DRONES[EtHD], size 4751.248015 not in range 1000-2000.
- DEBUG 2017-08-12 11:25:52,296 core.searchresults.score_sources: Scoring and filtering Keanu 2016 1080p BluRay DTS x264-HDS[PRiME] based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:25:52,296 core.searchresults.score_sources: Scoring and filtering Keanu 2016 BRRip XviD AC3-EVO based on resolution BluRay-SD.
- DEBUG 2017-08-12 11:25:52,296 core.searchresults.score_sources: Scoring and filtering Keanu 2016 720p BluRay x264 DTS-iFT[EtHD] based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:25:52,296 core.searchresults.score_sources: Keanu 2016 720p BluRay x264 DTS-iFT[EtHD] matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:25:52,297 core.searchresults.score_sources: Removing Keanu 2016 720p BluRay x264 DTS-iFT[EtHD], size 6084.827275 not in range 1000-2000.
- DEBUG 2017-08-12 11:25:52,297 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-EVO based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:25:52,297 core.searchresults.score_sources: Scoring and filtering Keanu ((2016)) Complete (1080p BluRay x265 HEVC 10bit AAC 5 1 Joy) [UTR] based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:25:52,297 core.searchresults.score_sources: Scoring and filtering Keanu (2016) 720p BRRip 900MB - MkvCage based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:25:52,297 core.searchresults.score_sources: Keanu (2016) 720p BRRip 900MB - MkvCage matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:25:52,297 core.searchresults.score_sources: Removing Keanu (2016) 720p BRRip 900MB - MkvCage, size 946.021855 not in range 1000-2000.
- DEBUG 2017-08-12 11:25:52,297 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-EVO based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:25:52,297 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-EVO based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:25:52,298 core.searchresults.score_sources: Scoring and filtering Keanu 2016 BRRip XviD AC3-EVO based on resolution BluRay-SD.
- DEBUG 2017-08-12 11:25:52,298 core.searchresults.score_sources: Scoring and filtering Keanu 2016 BRRip XviD AC3-EVO based on resolution BluRay-SD.
- DEBUG 2017-08-12 11:25:52,298 core.searchresults.score_sources: Scoring and filtering Keanu 2016 1080p BluRay DTS x264-ETRG based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:25:52,298 core.searchresults.score_sources: Scoring and filtering Keanu 2016 1080p BluRay based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:25:52,298 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip RNFO AC3 x264-BDP based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:25:52,298 core.searchresults.score_sources: Scoring and filtering Keanu 2016 HDRip XviD AC3-iFT based on resolution Unknown-WebRip.
- DEBUG 2017-08-12 11:25:52,298 core.searchresults.score_sources: Scoring and filtering Keanu.2016.720p.BluRay.x264-NeZu based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:25:52,298 core.searchresults.score_sources: Keanu.2016.720p.BluRay.x264-NeZu matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:25:52,298 core.searchresults.score_sources: Removing Keanu.2016.720p.BluRay.x264-NeZu, size 926.454771 not in range 1000-2000.
- INFO 2017-08-12 11:25:52,299 core.searchresults.score_sources: Keeping 1 results.
- INFO 2017-08-12 11:25:52,299 core.searchresults.fuzzy_title: Checking title match.
- DEBUG 2017-08-12 11:25:52,299 core.searchresults.fuzzy_title: Comparing release Keanu (2016) 720p WEB-DL 750MB - MkvCage with titles ['Cat Boys', 'Keanu'].
- INFO 2017-08-12 11:25:52,299 core.searchresults.fuzzy_title: Keeping 1 results.
- INFO 2017-08-12 11:25:52,299 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 11:25:52,299 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 11:25:52,299 core.sqldb.get_marked_results: Retrieving Marked Results for tt4139124.
- DEBUG 2017-08-12 11:25:52,300 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:25:52,301 core.searcher.store_results: 1 results found for tt4139124. Storing results.
- INFO 2017-08-12 11:25:52,301 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 11:25:52,301 core.sqldb.purge_search_results: Purging search results for tt4139124
- DEBUG 2017-08-12 11:25:52,301 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:25:52,571 core.sqldb.write_search_results: Writing batch into SEARCHRESULTS.
- DEBUG 2017-08-12 11:25:52,571 core.sqldb.execute: Executing SQL command: [<sqlalchemy.sql.dml.Insert object at 0x000001ACD49A7588>, [{'score': 578, 'size': 789884864, 'status': 'Available', 'pubdate': None, 'title': 'Keanu (2016) 720p WEB-DL 750MB - MkvCage', 'imdbid': 'tt4139124', 'indexer': 'LimeTorrents', 'info_link': 'http://www.limetorrents.cc/Keanu-(2016)-720p-WEB-DL-750MB--MkvCage-torrent-8091584.html', 'torrentfile': 'http://itorrents.org/torrent/F461F46AAAE307E3821DE49F4847B9C4DAD9D835.torrent?title=Keanu-(2016)-720p-WEB-DL-750MB--MkvCage', 'guid': 'f461f46aaae307e3821de49f4847b9c4dad9d835', 'type': 'torrent', 'downloadid': None, 'freeleech': 0, 'download_client': None, 'seeders': 438, 'date_found': '2017-08-12', 'resolution': 'WebDL-720P'}]]
- INFO 2017-08-12 11:25:52,888 core.library.movie_status: Determining appropriate status for movie tt4139124.
- DEBUG 2017-08-12 11:25:52,889 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:25:52,889 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:25:52,892 core.sqldb.get_distinct: Getting distinct values for tt4139124 in SEARCHRESULTS
- DEBUG 2017-08-12 11:25:52,892 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:25:52,894 core.library.movie_status: Setting MOVIES tt4139124 status to Found.
- DEBUG 2017-08-12 11:25:52,895 core.sqldb.update: Updating status to Found for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:25:52,895 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Found', 'tt4139124')]
- DEBUG 2017-08-12 11:25:53,247 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:25:53,247 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt4139124')]
- DEBUG 2017-08-12 11:25:53,572 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:25:53,572 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:25:53,575 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:25:53,575 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 11:26:32,339 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:26:32,339 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 11:26:33,375 core.sqldb.get_single_search_result: Retrieving search result details for f461f46aaae307e3821de49f4847b9c4dad9d835.
- DEBUG 2017-08-12 11:26:33,376 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE guid="f461f46aaae307e3821de49f4847b9c4dad9d835" ORDER BY score DESC, size DESC']
- INFO 2017-08-12 11:26:33,376 core.snatcher.download: Sending Keanu (2016) 720p WEB-DL 750MB - MkvCage to download client.
- INFO 2017-08-12 11:26:33,377 core.snatcher.snatch_torrent: Sending torrent to QBittorrent.
- INFO 2017-08-12 11:26:33,377 core.downloaders.qbittorrent.add_torrent: Sending torrent Keanu (2016) 720p WEB-DL 750MB - MkvCage to QBittorrent.
- DEBUG 2017-08-12 11:26:33,377 core.downloaders.qbittorrent._get_download_dir: Getting default download dir for QBittorrent.
- DEBUG 2017-08-12 11:26:33,734 root.get_hash: Finding hash for torrent http://itorrents.org/torrent/F461F46AAAE307E3821DE49F4847B9C4DAD9D835.torrent?title=Keanu-(2016)-720p-WEB-DL-750MB--MkvCage
- INFO 2017-08-12 11:26:34,800 core.snatcher.snatch_torrent: Successfully sent Keanu (2016) 720p WEB-DL 750MB - MkvCage to QBittorrent.
- DEBUG 2017-08-12 11:26:34,801 core.sqldb.update_multiple: Updating guid:f461f46aaae307e3821de49f4847b9c4dad9d835 to {'downloadid': 'F461F46AAAE307E3821DE49F4847B9C4DAD9D835', 'download_client': 'QBittorrent'} in SEARCHRESULTS.
- DEBUG 2017-08-12 11:26:34,801 core.sqldb.execute: Executing SQL command: ['UPDATE SEARCHRESULTS SET downloadid=?,download_client=? WHERE guid=?', ('F461F46AAAE307E3821DE49F4847B9C4DAD9D835', 'QBittorrent', 'f461f46aaae307e3821de49f4847b9c4dad9d835')]
- INFO 2017-08-12 11:26:35,114 core.snatcher.update_status_snatched: Updating tt4139124 to Snatched.
- INFO 2017-08-12 11:26:35,114 core.library.searchresults: Marking guid f461f46aaae307e3821de49f4847b9c4dad9d835 as Snatched.
- DEBUG 2017-08-12 11:26:35,115 core.sqldb.row_exists: Checking if guid:f461f46aaae307e3821de49f4847b9c4dad9d835 exists in database table SEARCHRESULTS
- DEBUG 2017-08-12 11:26:35,115 core.sqldb.execute: Executing SQL command: ['SELECT 1 FROM SEARCHRESULTS WHERE guid="f461f46aaae307e3821de49f4847b9c4dad9d835"']
- INFO 2017-08-12 11:26:35,117 core.library.searchresults: Marking f461f46aaae307e3821de49f4847b9c4dad9d835 as Snatched in SEARCHRESULTS.
- DEBUG 2017-08-12 11:26:35,117 core.sqldb.update: Updating status to Snatched for rows that match guid:f461f46aaae307e3821de49f4847b9c4dad9d835 in SEARCHRESULTS.
- DEBUG 2017-08-12 11:26:35,118 core.sqldb.execute: Executing SQL command: ['UPDATE SEARCHRESULTS SET status=? WHERE guid=?', ('Snatched', 'f461f46aaae307e3821de49f4847b9c4dad9d835')]
- INFO 2017-08-12 11:26:35,462 core.library.searchresults: Successfully marked f461f46aaae307e3821de49f4847b9c4dad9d835 as Snatched in SEARCHRESULTS.
- DEBUG 2017-08-12 11:26:35,462 core.sqldb.row_exists: Checking if guid:f461f46aaae307e3821de49f4847b9c4dad9d835 exists in database table MARKEDRESULTS
- DEBUG 2017-08-12 11:26:35,462 core.sqldb.execute: Executing SQL command: ['SELECT 1 FROM MARKEDRESULTS WHERE guid="f461f46aaae307e3821de49f4847b9c4dad9d835"']
- INFO 2017-08-12 11:26:35,465 core.library.markedresults: Guid f461f46aaae307e3821de49f4847b9c4dad9d835 not found in MARKEDRESULTS, creating entry.
- DEBUG 2017-08-12 11:26:35,465 core.sqldb.write: Writing data to MARKEDRESULTS.
- DEBUG 2017-08-12 11:26:35,465 core.sqldb.execute: Executing SQL command: ['INSERT INTO MARKEDRESULTS ( imdbid, guid, status ) VALUES ( ?, ?, ? )', ['tt4139124', 'f461f46aaae307e3821de49f4847b9c4dad9d835', 'Snatched']]
- INFO 2017-08-12 11:26:35,779 core.library.markedresults: Successfully created entry in MARKEDRESULTS for f461f46aaae307e3821de49f4847b9c4dad9d835.
- INFO 2017-08-12 11:26:35,779 core.library.movie_status: Determining appropriate status for movie tt4139124.
- DEBUG 2017-08-12 11:26:35,780 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:26:35,780 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:26:35,783 core.sqldb.get_distinct: Getting distinct values for tt4139124 in SEARCHRESULTS
- DEBUG 2017-08-12 11:26:35,784 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:26:35,786 core.library.movie_status: Setting MOVIES tt4139124 status to Snatched.
- DEBUG 2017-08-12 11:26:35,787 core.sqldb.update: Updating status to Snatched for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:26:35,787 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Snatched', 'tt4139124')]
- DEBUG 2017-08-12 11:27:34,971 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 11:27:34,972 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 11:27:41,019 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 11:27:41,019 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- INFO 2017-08-12 11:29:42,144 core.ajax.save_settings: Saving settings.
- DEBUG 2017-08-12 11:29:51,472 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 11:29:51,472 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 11:29:51,594 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 11:29:51,594 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 11:29:53,265 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:29:53,265 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 11:29:55,595 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:29:55,595 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:29:55,596 core.searcher.search: Performing backlog search for Keanu 2016.
- INFO 2017-08-12 11:29:55,596 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 11:29:55,596 core.providers.torrent.search: Performing backlog search on YTS for tt4139124.
- INFO 2017-08-12 11:29:56,091 core.providers.torrent.parse: Parsing 2 YTS results.
- INFO 2017-08-12 11:29:56,091 core.providers.torrent.parse: Found 2 results from YTS.
- INFO 2017-08-12 11:29:56,091 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 11:29:56,091 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:29:56,091 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 11:29:56,093 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 11:29:56,093 core.searcher.get_source: Determining source media for keanu 2016.Bluray.720p.YTS
- INFO 2017-08-12 11:29:56,093 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:29:56,093 core.searcher.get_source: Determining source media for keanu 2016.Bluray.1080p.YTS
- INFO 2017-08-12 11:29:56,093 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:29:56,093 core.searchresults.score: Scoring 2 search results.
- DEBUG 2017-08-12 11:29:56,094 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:29:56,094 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:29:56,095 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 11:29:56,095 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 11:29:56,095 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 11:29:56,095 core.searchresults.remove_ignored: Keeping 2 results.
- INFO 2017-08-12 11:29:56,095 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 11:29:56,095 core.searchresults.retention_check: Keeping 2 results.
- INFO 2017-08-12 11:29:56,096 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 11:29:56,096 core.searchresults.seed_check: Keeping 2 results.
- INFO 2017-08-12 11:29:56,096 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 11:29:56,096 core.searchresults.score_sources: Filtering resolution and size requirements.
- DEBUG 2017-08-12 11:29:56,096 core.searchresults.score_sources: Scoring and filtering keanu 2016.Bluray.720p.YTS based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:29:56,096 core.searchresults.score_sources: keanu 2016.Bluray.720p.YTS matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:29:56,096 core.searchresults.score_sources: Removing keanu 2016.Bluray.720p.YTS, size 775.841382 not in range 1000-2000.
- DEBUG 2017-08-12 11:29:56,096 core.searchresults.score_sources: Scoring and filtering keanu 2016.Bluray.1080p.YTS based on resolution BluRay-1080P.
- INFO 2017-08-12 11:29:56,096 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 11:29:56,096 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 11:29:56,097 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 11:29:56,097 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 11:29:56,097 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 11:29:56,097 core.sqldb.get_marked_results: Retrieving Marked Results for tt4139124.
- DEBUG 2017-08-12 11:29:56,097 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:29:56,098 core.searcher.store_results: 0 results found for tt4139124. Storing results.
- INFO 2017-08-12 11:29:56,098 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 11:29:56,098 core.sqldb.purge_search_results: Purging search results for tt4139124
- DEBUG 2017-08-12 11:29:56,099 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:29:56,387 core.library.movie_status: Determining appropriate status for movie tt4139124.
- DEBUG 2017-08-12 11:29:56,388 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:29:56,388 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:29:56,389 core.sqldb.get_distinct: Getting distinct values for tt4139124 in SEARCHRESULTS
- DEBUG 2017-08-12 11:29:56,389 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:29:56,390 core.library.movie_status: Setting MOVIES tt4139124 status to Waiting.
- DEBUG 2017-08-12 11:29:56,390 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:29:56,391 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt4139124')]
- DEBUG 2017-08-12 11:29:56,659 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:29:56,659 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt4139124')]
- DEBUG 2017-08-12 11:29:56,966 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:29:56,967 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:29:56,968 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:29:56,969 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 11:29:59,293 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:29:59,293 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:29:59,294 core.searcher.search: Performing backlog search for Keanu 2016.
- INFO 2017-08-12 11:29:59,294 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 11:29:59,295 core.providers.torrent.search: Performing backlog search on YTS for tt4139124.
- INFO 2017-08-12 11:29:59,733 core.providers.torrent.parse: Parsing 2 YTS results.
- INFO 2017-08-12 11:29:59,733 core.providers.torrent.parse: Found 2 results from YTS.
- INFO 2017-08-12 11:29:59,733 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 11:29:59,734 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:29:59,734 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 11:29:59,736 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 11:29:59,736 core.searcher.get_source: Determining source media for keanu 2016.Bluray.720p.YTS
- INFO 2017-08-12 11:29:59,736 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:29:59,736 core.searcher.get_source: Determining source media for keanu 2016.Bluray.1080p.YTS
- INFO 2017-08-12 11:29:59,737 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:29:59,737 core.searchresults.score: Scoring 2 search results.
- DEBUG 2017-08-12 11:29:59,737 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:29:59,737 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:29:59,739 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 11:29:59,739 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 11:29:59,739 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 11:29:59,740 core.searchresults.remove_ignored: Keeping 2 results.
- INFO 2017-08-12 11:29:59,740 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 11:29:59,740 core.searchresults.retention_check: Keeping 2 results.
- INFO 2017-08-12 11:29:59,740 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 11:29:59,740 core.searchresults.seed_check: Keeping 2 results.
- INFO 2017-08-12 11:29:59,740 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 11:29:59,741 core.searchresults.score_sources: Filtering resolution and size requirements.
- DEBUG 2017-08-12 11:29:59,741 core.searchresults.score_sources: Scoring and filtering keanu 2016.Bluray.720p.YTS based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:29:59,741 core.searchresults.score_sources: keanu 2016.Bluray.720p.YTS matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:29:59,741 core.searchresults.score_sources: Removing keanu 2016.Bluray.720p.YTS, size 775.841382 not in range 1000-2000.
- DEBUG 2017-08-12 11:29:59,741 core.searchresults.score_sources: Scoring and filtering keanu 2016.Bluray.1080p.YTS based on resolution BluRay-1080P.
- INFO 2017-08-12 11:29:59,741 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 11:29:59,742 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 11:29:59,742 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 11:29:59,742 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 11:29:59,742 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 11:29:59,742 core.sqldb.get_marked_results: Retrieving Marked Results for tt4139124.
- DEBUG 2017-08-12 11:29:59,742 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:29:59,744 core.searcher.store_results: 0 results found for tt4139124. Storing results.
- INFO 2017-08-12 11:29:59,744 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 11:29:59,744 core.sqldb.purge_search_results: Purging search results for tt4139124
- DEBUG 2017-08-12 11:29:59,745 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:29:59,746 core.library.movie_status: Determining appropriate status for movie tt4139124.
- DEBUG 2017-08-12 11:29:59,747 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:29:59,747 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:29:59,748 core.sqldb.get_distinct: Getting distinct values for tt4139124 in SEARCHRESULTS
- DEBUG 2017-08-12 11:29:59,749 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 11:29:59,750 core.library.movie_status: Setting MOVIES tt4139124 status to Waiting.
- DEBUG 2017-08-12 11:29:59,750 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:29:59,750 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt4139124')]
- DEBUG 2017-08-12 11:30:00,266 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 11:30:00,266 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt4139124')]
- DEBUG 2017-08-12 11:30:00,588 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 11:30:00,588 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 11:30:00,590 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 11:30:00,590 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 11:30:09,795 core.movieinfo.search: Searching TheMovieDB for king arthur
- INFO 2017-08-12 11:30:09,796 core.movieinfo._search_title: Searching TheMovieDB for title: king arthur.
- INFO 2017-08-12 11:30:09,796 core.movieinfo._search_title: Searching TMDB https://api.themoviedb.org/3/search/movie?page=1&include_adult=false&query=king arthur
- INFO 2017-08-12 11:30:13,836 core.library.add_movie: Adding King Arthur: Legend of the Sword to library.
- DEBUG 2017-08-12 11:30:13,836 core.library.add_movie: More information needed, searching TheMovieDB for 274857
- INFO 2017-08-12 11:30:13,836 core.movieinfo._search_tmdbid: Searching TheMovieDB for TMDB ID: 274857.
- INFO 2017-08-12 11:30:13,836 core.movieinfo._search_tmdbid: Searching TMDB https://api.themoviedb.org/3/movie/274857?language=en-US&append_to_response=alternative_titles,external_ids,release_dates
- DEBUG 2017-08-12 11:30:14,799 core.sqldb.row_exists: Checking if imdbid:tt1972591 exists in database table MOVIES
- DEBUG 2017-08-12 11:30:14,800 core.sqldb.execute: Executing SQL command: ['SELECT 1 FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 11:30:14,801 core.library.convert_to_db: Converting movie metadata to database structure for King Arthur: Legend of the Sword.
- DEBUG 2017-08-12 11:30:14,801 core.sqldb.write: Writing data to MOVIES.
- DEBUG 2017-08-12 11:30:14,802 core.sqldb.execute: Executing SQL command: ['INSERT INTO MOVIES ( title, release_date, year, quality, alternative_titles, imdbid, status, origin, added_date, poster, plot, url, score, backlog, tmdbid, media_release_date, finished_file, sort_title ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )', ['King Arthur: Legend of the Sword', '2017-04-27', '2017', 'Default', 'King Arthur,Knights of the Roundtable: King Arthur', 'tt1972591', 'Waiting', 'Search', '2017-08-12', 'images/posters/tt1972591.jpg', 'When the child Arthur’s father is murdered, Vortigern, Arthur’s uncle, seizes the crown. Robbed of his birthright and with no idea who he truly is, Arthur comes up the hard way in the back alleys of the city. But once he pulls the sword Excalibur from the stone, his life is turned upside down and he is forced to acknowledge his true legacy... whether he likes it or not.', 'https://www.themoviedb.org/movie/274857', 6.5, 0, 274857, '2017-08-08', None, 'King Arthur: Legend of the Sword']]
- INFO 2017-08-12 11:30:15,154 core.library.save_poster: Downloading poster for tt1972591.
- INFO 2017-08-12 11:30:15,155 core.library.save_poster: Saving poster to static/images/posters/tt1972591.jpg
- INFO 2017-08-12 11:30:15,156 core.searcher._t_search_grab: Executing automatic search/grab for King Arthur: Legend of the Sword.
- INFO 2017-08-12 11:30:15,157 core.searcher.verify: Verification criteria met for King Arthur: Legend of the Sword 2017, setting status to Wanted
- DEBUG 2017-08-12 11:30:15,160 core.sqldb.update: Updating status to Wanted for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 11:30:15,162 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Wanted', 'tt1972591')]
- INFO 2017-08-12 11:30:15,301 core.library.save_poster: Poster saved to static/images/posters/tt1972591.jpg
- INFO 2017-08-12 11:30:15,462 core.searcher.verify: King Arthur: Legend of the Sword passes verification checks, will include title in search.
- DEBUG 2017-08-12 11:30:18,324 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 11:30:18,324 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 11:30:18,577 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 11:30:18,577 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 11:30:20,074 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 11:30:20,074 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 11:31:38,514 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 11:31:38,514 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 11:31:38,515 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 11:31:38,515 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 11:31:38,515 core.providers.torrent.search: Performing backlog search on YTS for tt1972591.
- INFO 2017-08-12 11:31:39,027 core.providers.torrent.parse: Parsing 3 YTS results.
- INFO 2017-08-12 11:31:39,027 core.providers.torrent.parse: Found 3 results from YTS.
- INFO 2017-08-12 11:31:39,027 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 11:31:39,027 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 11:31:39,027 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 11:31:39,028 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 11:31:39,028 core.searcher.get_source: Determining source media for king arthur legend of the sword 2017.Bluray.1080P.3D.YTS
- INFO 2017-08-12 11:31:39,028 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:31:39,028 core.searcher.get_source: Determining source media for king arthur legend of the sword 2017.Bluray.720p.YTS
- INFO 2017-08-12 11:31:39,028 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:31:39,028 core.searcher.get_source: Determining source media for king arthur legend of the sword 2017.Bluray.1080p.YTS
- INFO 2017-08-12 11:31:39,028 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:31:39,028 core.searchresults.score: Scoring 3 search results.
- DEBUG 2017-08-12 11:31:39,028 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 11:31:39,028 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 11:31:39,029 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 11:31:39,029 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 11:31:39,029 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 11:31:39,029 core.searchresults.remove_ignored: Keeping 3 results.
- INFO 2017-08-12 11:31:39,029 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 11:31:39,029 core.searchresults.retention_check: Keeping 3 results.
- INFO 2017-08-12 11:31:39,029 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 11:31:39,029 core.searchresults.seed_check: Keeping 3 results.
- INFO 2017-08-12 11:31:39,029 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 11:31:39,029 core.searchresults.score_sources: Filtering resolution and size requirements.
- DEBUG 2017-08-12 11:31:39,029 core.searchresults.score_sources: Scoring and filtering king arthur legend of the sword 2017.Bluray.1080P.3D.YTS based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:31:39,029 core.searchresults.score_sources: Scoring and filtering king arthur legend of the sword 2017.Bluray.720p.YTS based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:31:39,029 core.searchresults.score_sources: king arthur legend of the sword 2017.Bluray.720p.YTS matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:31:39,029 core.searchresults.score_sources: Removing king arthur legend of the sword 2017.Bluray.720p.YTS, size 977.534976 not in range 1000-2000.
- DEBUG 2017-08-12 11:31:39,029 core.searchresults.score_sources: Scoring and filtering king arthur legend of the sword 2017.Bluray.1080p.YTS based on resolution BluRay-1080P.
- INFO 2017-08-12 11:31:39,029 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 11:31:39,029 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 11:31:39,030 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 11:31:39,030 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 11:31:39,030 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 11:31:39,030 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 11:31:39,030 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 11:31:39,030 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 11:31:39,030 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 11:31:39,030 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 11:31:39,030 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 11:31:39,031 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 11:31:39,031 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 11:31:39,031 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 11:31:39,031 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 11:31:39,031 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 11:31:39,032 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 11:31:39,032 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 11:31:39,032 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 11:31:39,381 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 11:31:39,382 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 11:31:39,705 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 11:31:39,705 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 11:31:39,707 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 11:31:39,707 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 11:34:54,561 core.ajax.get_log_text: Dumping log file log.txt to text.
- DEBUG 2017-08-12 11:35:48,446 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 11:35:48,446 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 11:35:48,740 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 11:35:48,740 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 11:35:50,091 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 11:35:50,092 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 11:35:51,133 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 11:35:51,133 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 11:35:51,133 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 11:35:51,134 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 11:35:51,134 core.providers.torrent.search: Performing backlog search on YTS for tt1972591.
- INFO 2017-08-12 11:35:52,732 core.providers.torrent.parse: Parsing 3 YTS results.
- INFO 2017-08-12 11:35:52,732 core.providers.torrent.parse: Found 3 results from YTS.
- INFO 2017-08-12 11:35:52,733 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 11:35:52,733 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 11:35:52,733 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 11:35:52,734 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 11:35:52,734 core.searcher.get_source: Determining source media for king arthur legend of the sword 2017.Bluray.1080P.3D.YTS
- INFO 2017-08-12 11:35:52,734 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:35:52,734 core.searcher.get_source: Determining source media for king arthur legend of the sword 2017.Bluray.720p.YTS
- INFO 2017-08-12 11:35:52,734 core.searcher.get_source: Source media determined as BluRay-720P
- INFO 2017-08-12 11:35:52,735 core.searcher.get_source: Determining source media for king arthur legend of the sword 2017.Bluray.1080p.YTS
- INFO 2017-08-12 11:35:52,735 core.searcher.get_source: Source media determined as BluRay-1080P
- INFO 2017-08-12 11:35:52,735 core.searchresults.score: Scoring 3 search results.
- DEBUG 2017-08-12 11:35:52,735 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 11:35:52,735 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 11:35:52,736 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 11:35:52,736 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 11:35:52,736 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 11:35:52,736 core.searchresults.remove_ignored: Keeping 3 results.
- INFO 2017-08-12 11:35:52,736 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 11:35:52,737 core.searchresults.retention_check: Keeping 3 results.
- INFO 2017-08-12 11:35:52,737 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 11:35:52,737 core.searchresults.seed_check: Keeping 3 results.
- INFO 2017-08-12 11:35:52,737 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 11:35:52,737 core.searchresults.score_sources: Filtering resolution and size requirements.
- DEBUG 2017-08-12 11:35:52,737 core.searchresults.score_sources: Scoring and filtering king arthur legend of the sword 2017.Bluray.1080P.3D.YTS based on resolution BluRay-1080P.
- DEBUG 2017-08-12 11:35:52,737 core.searchresults.score_sources: Scoring and filtering king arthur legend of the sword 2017.Bluray.720p.YTS based on resolution BluRay-720P.
- DEBUG 2017-08-12 11:35:52,737 core.searchresults.score_sources: king arthur legend of the sword 2017.Bluray.720p.YTS matches source BluRay-720P, checking size.
- DEBUG 2017-08-12 11:35:52,737 core.searchresults.score_sources: Removing king arthur legend of the sword 2017.Bluray.720p.YTS, size 977.534976 not in range 1000-2000.
- DEBUG 2017-08-12 11:35:52,737 core.searchresults.score_sources: Scoring and filtering king arthur legend of the sword 2017.Bluray.1080p.YTS based on resolution BluRay-1080P.
- INFO 2017-08-12 11:35:52,737 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 11:35:52,738 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 11:35:52,738 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 11:35:52,738 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 11:35:52,738 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 11:35:52,738 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 11:35:52,738 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 11:35:52,739 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 11:35:52,739 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 11:35:52,739 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 11:35:52,739 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 11:35:52,740 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 11:35:52,740 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 11:35:52,740 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 11:35:52,741 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 11:35:52,741 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 11:35:52,742 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 11:35:52,742 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 11:35:52,742 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 11:35:53,048 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 11:35:53,049 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 11:35:53,350 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 11:35:53,350 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 11:35:53,352 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 11:35:53,352 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:01:43,865 core.ajax.save_settings: Saving settings.
- DEBUG 2017-08-12 12:01:46,607 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 12:01:46,607 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 12:01:46,911 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:01:46,911 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 12:01:48,313 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:48,313 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:01:49,226 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:49,226 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:49,227 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:01:49,227 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:01:49,227 core.providers.torrent.search: Performing backlog search on ThePirateBay for tt1972591.
- ERROR 2017-08-12 12:01:49,332 core.providers.torrent.search: ThePirateBay search failed.
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 600, in urlopen
- chunked=chunked)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 345, in _make_request
- self._validate_conn(conn)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 844, in _validate_conn
- conn.connect()
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 342, in connect
- _match_hostname(cert, self.assert_hostname or hostname)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 352, in _match_hostname
- match_hostname(cert, asserted_hostname)
- File "C:\Users\Heath\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 325, in match_hostname
- % (hostname, dnsnames[0]))
- ssl.CertificateError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 436, in send
- timeout=timeout
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 630, in urlopen
- raise SSLError(e)
- lib.requests.packages.urllib3.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\providers\torrent.py", line 747, in search
- response = Url.open(url, headers=headers).text
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\helpers.py", line 83, in open
- r = requests.get(url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 72, in get
- return request('get', url, params=params, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 58, in request
- return session.request(method=method, url=url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 497, in request
- resp = self.send(prep, **send_kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 618, in send
- r = adapter.send(request, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 510, in send
- raise SSLError(e, request=request)
- lib.requests.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- INFO 2017-08-12 12:01:49,335 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:01:49,336 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:49,336 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:01:49,336 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:01:49,336 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:01:49,337 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:49,337 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:49,337 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:01:49,337 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:01:49,337 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:01:49,337 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:01:49,337 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:01:49,337 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:01:49,338 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:01:49,338 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:01:49,338 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:01:49,338 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:01:49,338 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:01:49,338 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:01:49,338 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:01:49,338 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:01:49,338 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:01:49,338 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:01:49,338 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:49,338 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:01:49,339 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:01:49,339 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:01:49,339 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:49,339 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:01:49,339 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:49,339 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:49,340 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:01:49,340 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:49,340 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:01:49,340 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:49,340 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:01:49,637 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:49,637 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:01:49,987 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:49,987 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:49,987 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:49,987 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:01:51,250 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:51,250 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:51,250 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:01:51,251 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:01:51,251 core.providers.torrent.search: Performing backlog search on ThePirateBay for tt1972591.
- ERROR 2017-08-12 12:01:51,358 core.providers.torrent.search: ThePirateBay search failed.
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 600, in urlopen
- chunked=chunked)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 345, in _make_request
- self._validate_conn(conn)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 844, in _validate_conn
- conn.connect()
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 342, in connect
- _match_hostname(cert, self.assert_hostname or hostname)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 352, in _match_hostname
- match_hostname(cert, asserted_hostname)
- File "C:\Users\Heath\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 325, in match_hostname
- % (hostname, dnsnames[0]))
- ssl.CertificateError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 436, in send
- timeout=timeout
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 630, in urlopen
- raise SSLError(e)
- lib.requests.packages.urllib3.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\providers\torrent.py", line 747, in search
- response = Url.open(url, headers=headers).text
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\helpers.py", line 83, in open
- r = requests.get(url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 72, in get
- return request('get', url, params=params, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 58, in request
- return session.request(method=method, url=url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 497, in request
- resp = self.send(prep, **send_kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 618, in send
- r = adapter.send(request, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 510, in send
- raise SSLError(e, request=request)
- lib.requests.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- INFO 2017-08-12 12:01:51,359 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:01:51,360 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:51,360 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:01:51,360 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:01:51,361 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:01:51,361 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:51,361 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:51,361 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:01:51,362 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:01:51,362 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:01:51,362 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:01:51,362 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:01:51,362 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:01:51,362 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:01:51,362 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:01:51,362 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:01:51,362 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:01:51,362 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:01:51,362 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:01:51,362 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:01:51,362 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:01:51,362 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:01:51,362 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:01:51,362 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:51,363 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:01:51,363 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:01:51,363 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:01:51,363 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:51,364 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:01:51,364 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:51,364 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:51,364 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:01:51,364 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:51,365 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:01:51,365 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:51,365 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:01:51,653 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:51,653 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:01:51,963 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:51,963 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:51,963 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:51,963 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:01:53,374 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:53,374 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:53,375 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:01:53,375 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:01:53,375 core.providers.torrent.search: Performing backlog search on ThePirateBay for tt1972591.
- ERROR 2017-08-12 12:01:53,488 core.providers.torrent.search: ThePirateBay search failed.
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 600, in urlopen
- chunked=chunked)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 345, in _make_request
- self._validate_conn(conn)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 844, in _validate_conn
- conn.connect()
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 342, in connect
- _match_hostname(cert, self.assert_hostname or hostname)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 352, in _match_hostname
- match_hostname(cert, asserted_hostname)
- File "C:\Users\Heath\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 325, in match_hostname
- % (hostname, dnsnames[0]))
- ssl.CertificateError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 436, in send
- timeout=timeout
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 630, in urlopen
- raise SSLError(e)
- lib.requests.packages.urllib3.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\providers\torrent.py", line 747, in search
- response = Url.open(url, headers=headers).text
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\helpers.py", line 83, in open
- r = requests.get(url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 72, in get
- return request('get', url, params=params, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 58, in request
- return session.request(method=method, url=url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 497, in request
- resp = self.send(prep, **send_kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 618, in send
- r = adapter.send(request, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 510, in send
- raise SSLError(e, request=request)
- lib.requests.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- INFO 2017-08-12 12:01:53,489 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:01:53,489 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:53,490 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:01:53,490 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:01:53,490 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:01:53,490 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:53,490 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:53,491 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:01:53,491 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:01:53,491 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:01:53,491 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:01:53,491 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:01:53,491 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:01:53,491 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:01:53,491 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:01:53,491 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:01:53,491 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:01:53,491 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:01:53,491 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:01:53,491 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:01:53,491 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:01:53,491 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:01:53,491 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:01:53,491 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:53,493 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:01:53,493 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:01:53,493 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:01:53,493 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:53,493 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:01:53,493 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:53,493 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:53,494 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:01:53,494 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:53,494 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:01:53,494 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:53,495 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:01:53,787 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:53,788 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:01:54,130 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:54,130 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:54,131 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:54,131 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:01:54,925 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:54,925 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:54,926 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:01:54,926 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:01:54,926 core.providers.torrent.search: Performing backlog search on ThePirateBay for tt1972591.
- ERROR 2017-08-12 12:01:55,045 core.providers.torrent.search: ThePirateBay search failed.
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 600, in urlopen
- chunked=chunked)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 345, in _make_request
- self._validate_conn(conn)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 844, in _validate_conn
- conn.connect()
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 342, in connect
- _match_hostname(cert, self.assert_hostname or hostname)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 352, in _match_hostname
- match_hostname(cert, asserted_hostname)
- File "C:\Users\Heath\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 325, in match_hostname
- % (hostname, dnsnames[0]))
- ssl.CertificateError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 436, in send
- timeout=timeout
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 630, in urlopen
- raise SSLError(e)
- lib.requests.packages.urllib3.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\providers\torrent.py", line 747, in search
- response = Url.open(url, headers=headers).text
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\helpers.py", line 83, in open
- r = requests.get(url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 72, in get
- return request('get', url, params=params, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 58, in request
- return session.request(method=method, url=url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 497, in request
- resp = self.send(prep, **send_kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 618, in send
- r = adapter.send(request, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 510, in send
- raise SSLError(e, request=request)
- lib.requests.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- INFO 2017-08-12 12:01:55,047 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:01:55,047 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:55,047 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:01:55,048 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:01:55,048 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:01:55,048 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:55,048 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:55,048 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:01:55,049 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:01:55,049 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:01:55,049 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:01:55,049 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:01:55,049 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:01:55,049 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:01:55,049 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:01:55,049 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:01:55,049 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:01:55,049 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:01:55,049 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:01:55,049 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:01:55,049 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:01:55,049 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:01:55,049 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:01:55,049 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:55,050 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:01:55,050 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:01:55,050 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:01:55,050 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:55,050 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:01:55,050 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:55,050 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:55,051 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:01:55,051 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:55,051 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:01:55,052 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:55,052 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:01:55,355 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:55,355 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:01:55,635 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:55,635 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:55,636 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:55,636 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:01:56,547 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:56,547 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:56,548 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:01:56,548 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:01:56,548 core.providers.torrent.search: Performing backlog search on ThePirateBay for tt1972591.
- ERROR 2017-08-12 12:01:56,656 core.providers.torrent.search: ThePirateBay search failed.
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 600, in urlopen
- chunked=chunked)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 345, in _make_request
- self._validate_conn(conn)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 844, in _validate_conn
- conn.connect()
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 342, in connect
- _match_hostname(cert, self.assert_hostname or hostname)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 352, in _match_hostname
- match_hostname(cert, asserted_hostname)
- File "C:\Users\Heath\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 325, in match_hostname
- % (hostname, dnsnames[0]))
- ssl.CertificateError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 436, in send
- timeout=timeout
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 630, in urlopen
- raise SSLError(e)
- lib.requests.packages.urllib3.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\providers\torrent.py", line 747, in search
- response = Url.open(url, headers=headers).text
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\helpers.py", line 83, in open
- r = requests.get(url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 72, in get
- return request('get', url, params=params, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 58, in request
- return session.request(method=method, url=url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 497, in request
- resp = self.send(prep, **send_kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 618, in send
- r = adapter.send(request, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 510, in send
- raise SSLError(e, request=request)
- lib.requests.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- INFO 2017-08-12 12:01:56,658 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:01:56,658 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:56,658 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:01:56,659 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:01:56,659 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:01:56,659 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:56,659 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:56,660 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:01:56,660 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:01:56,660 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:01:56,660 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:01:56,660 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:01:56,660 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:01:56,660 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:01:56,660 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:01:56,660 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:01:56,660 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:01:56,660 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:01:56,660 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:01:56,660 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:01:56,660 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:01:56,660 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:01:56,660 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:01:56,661 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:56,661 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:01:56,661 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:01:56,661 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:01:56,662 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:56,662 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:01:56,662 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:56,662 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:56,663 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:01:56,663 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:01:56,663 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:01:56,663 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:56,663 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:01:56,988 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:01:56,988 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:01:57,289 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:01:57,289 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:01:57,289 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:01:57,290 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:02:31,996 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:02:31,996 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:02:33,226 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:02:33,226 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:02:33,227 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:02:33,227 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:02:33,227 core.providers.torrent.search: Performing backlog search on ThePirateBay for tt1972591.
- ERROR 2017-08-12 12:02:33,334 core.providers.torrent.search: ThePirateBay search failed.
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 600, in urlopen
- chunked=chunked)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 345, in _make_request
- self._validate_conn(conn)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 844, in _validate_conn
- conn.connect()
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 342, in connect
- _match_hostname(cert, self.assert_hostname or hostname)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connection.py", line 352, in _match_hostname
- match_hostname(cert, asserted_hostname)
- File "C:\Users\Heath\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 325, in match_hostname
- % (hostname, dnsnames[0]))
- ssl.CertificateError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 436, in send
- timeout=timeout
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\packages\urllib3\connectionpool.py", line 630, in urlopen
- raise SSLError(e)
- lib.requests.packages.urllib3.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\providers\torrent.py", line 747, in search
- response = Url.open(url, headers=headers).text
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\core\helpers.py", line 83, in open
- r = requests.get(url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 72, in get
- return request('get', url, params=params, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\api.py", line 58, in request
- return session.request(method=method, url=url, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 497, in request
- resp = self.send(prep, **send_kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\sessions.py", line 618, in send
- r = adapter.send(request, **kwargs)
- File "E:\!HARD DRIVE STORAGE\Programs\Watcher\Watcher3-master\lib\requests\adapters.py", line 510, in send
- raise SSLError(e, request=request)
- lib.requests.exceptions.SSLError: hostname 'www.thepiratebay.org' doesn't match 'www.tvicb.com'
- INFO 2017-08-12 12:02:33,336 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:02:33,336 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:02:33,336 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:02:33,337 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:02:33,337 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:02:33,337 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:02:33,337 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:02:33,338 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:02:33,338 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:02:33,338 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:02:33,338 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:02:33,338 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:02:33,338 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:02:33,338 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:02:33,338 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:02:33,338 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:02:33,338 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:02:33,338 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:02:33,338 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:02:33,338 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:02:33,338 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:02:33,338 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:02:33,339 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:02:33,339 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:02:33,339 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:02:33,339 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:02:33,339 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:02:33,339 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:02:33,340 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:02:33,340 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:02:33,340 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:02:33,340 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:02:33,340 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:02:33,341 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:02:33,341 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:02:33,341 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:02:33,639 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:02:33,640 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:02:33,938 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:02:33,938 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:02:33,939 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:02:33,939 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:02:39,328 core.ajax.get_log_text: Dumping log file log.txt to text.
- INFO 2017-08-12 12:03:22,598 core.ajax.save_settings: Saving settings.
- DEBUG 2017-08-12 12:03:27,377 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 12:03:27,378 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 12:03:27,501 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:03:27,501 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 12:03:28,249 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:03:28,249 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:03:29,283 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:03:29,283 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:03:29,284 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:03:29,284 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:03:29,284 core.providers.torrent.search: Performing backlog search on Rarbg for tt1972591.
- INFO 2017-08-12 12:03:29,284 core.providers.torrent.get_token: Getting RarBG access token.
- INFO 2017-08-12 12:03:30,708 core.providers.torrent.search: Nothing found on Rarbg.
- INFO 2017-08-12 12:03:30,708 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:03:30,708 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:03:30,708 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:03:30,709 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:03:30,709 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:03:30,709 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:03:30,709 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:03:30,711 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:03:30,711 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:03:30,711 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:03:30,711 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:03:30,711 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:03:30,711 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:03:30,711 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:03:30,711 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:03:30,711 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:03:30,711 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:03:30,711 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:03:30,711 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:03:30,711 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:03:30,711 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:03:30,711 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:03:30,711 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:03:30,711 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:03:30,712 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:03:30,712 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:03:30,712 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:03:30,712 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:03:30,713 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:03:30,713 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:03:30,713 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:03:30,714 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:03:30,714 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:03:30,715 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:03:30,715 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:03:30,715 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:03:31,009 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:03:31,009 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:03:31,308 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:03:31,309 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:03:31,309 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:03:31,309 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:06:28,662 root.test_connection: Testing connection to http://127.0.0.1:9117/torznab/thepiratebay.
- INFO 2017-08-12 12:06:29,114 root.test_connection: Newz/TorzNab connection test successful.
- INFO 2017-08-12 12:06:35,094 core.ajax.save_settings: Saving settings.
- INFO 2017-08-12 12:06:37,381 core.ajax.save_settings: Saving settings.
- DEBUG 2017-08-12 12:06:43,151 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 12:06:43,152 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 12:06:43,451 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:06:43,451 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 12:06:44,578 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:06:44,578 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:06:45,820 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:06:45,820 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:06:45,821 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:06:45,821 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:06:45,821 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:06:45,821 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:06:45,821 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:06:45,822 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:06:45,822 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:06:45,822 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:06:45,822 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:06:45,823 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:06:45,823 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:06:45,823 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:06:45,823 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:06:45,823 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:06:45,823 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:06:45,823 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:06:45,823 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:06:45,823 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:06:45,824 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:06:45,824 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:06:45,824 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:06:45,824 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:06:45,824 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:06:45,824 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:06:45,824 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:06:45,824 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:06:45,825 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:06:45,825 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:06:45,825 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:06:45,825 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:06:45,825 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:06:45,826 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:06:45,826 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:06:45,826 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:06:45,826 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:06:45,827 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:06:45,827 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:06:45,827 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:06:46,150 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:06:46,150 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:06:46,450 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:06:46,450 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:06:46,451 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:06:46,451 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:07:34,286 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:07:34,286 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:07:35,731 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:07:35,731 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:07:35,732 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:07:35,732 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:07:35,732 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:07:35,732 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:07:35,732 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:07:35,733 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:07:35,733 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:07:35,733 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:07:35,733 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:07:35,734 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:07:35,734 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:07:35,734 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:07:35,734 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:07:35,734 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:07:35,734 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:07:35,734 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:07:35,734 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:07:35,734 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:07:35,734 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:07:35,734 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:07:35,734 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:07:35,734 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:07:35,735 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:07:35,735 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:07:35,735 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:07:35,735 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:07:35,735 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:07:35,735 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:07:35,735 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:07:35,736 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:07:35,736 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:07:35,736 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:07:35,736 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:07:35,737 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:07:35,737 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:07:35,737 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:07:35,737 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:07:35,738 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:07:36,086 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:07:36,086 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:07:36,386 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:07:36,386 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:07:36,387 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:07:36,387 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:07:41,259 core.ajax.get_log_text: Dumping log file log.txt to text.
- INFO 2017-08-12 12:12:05,418 root.test_connection: Testing connection to http://127.0.0.1:9117/torznab/thepiratebay.
- INFO 2017-08-12 12:12:05,875 root.test_connection: Newz/TorzNab connection test successful.
- INFO 2017-08-12 12:12:13,172 root.test_connection: Testing connection to http://127.0.0.1:9117/torznab/thepiratebay.
- WARNING 2017-08-12 12:12:13,189 root.open: Error code 403 in response from http://127.0.0.1:9117/torznab/thepiratebay/api
- INFO 2017-08-12 12:12:16,121 root.test_connection: Testing connection to http://127.0.0.1:9117/torznab/thepiratebay.
- INFO 2017-08-12 12:12:16,866 root.test_connection: Newz/TorzNab connection test successful.
- INFO 2017-08-12 12:12:19,279 core.ajax.save_settings: Saving settings.
- INFO 2017-08-12 12:12:34,514 core.movieinfo.search: Searching TheMovieDB for shawshank
- INFO 2017-08-12 12:12:34,514 core.movieinfo._search_title: Searching TheMovieDB for title: shawshank.
- INFO 2017-08-12 12:12:34,515 core.movieinfo._search_title: Searching TMDB https://api.themoviedb.org/3/search/movie?page=1&include_adult=false&query=shawshank
- INFO 2017-08-12 12:12:38,594 core.library.add_movie: Adding The Shawshank Redemption to library.
- DEBUG 2017-08-12 12:12:38,594 core.library.add_movie: More information needed, searching TheMovieDB for 278
- INFO 2017-08-12 12:12:38,594 core.movieinfo._search_tmdbid: Searching TheMovieDB for TMDB ID: 278.
- INFO 2017-08-12 12:12:38,594 core.movieinfo._search_tmdbid: Searching TMDB https://api.themoviedb.org/3/movie/278?language=en-US&append_to_response=alternative_titles,external_ids,release_dates
- DEBUG 2017-08-12 12:12:39,662 core.sqldb.row_exists: Checking if imdbid:tt0111161 exists in database table MOVIES
- DEBUG 2017-08-12 12:12:39,662 core.sqldb.execute: Executing SQL command: ['SELECT 1 FROM MOVIES WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:12:39,663 core.library.convert_to_db: Converting movie metadata to database structure for The Shawshank Redemption.
- DEBUG 2017-08-12 12:12:39,663 core.sqldb.write: Writing data to MOVIES.
- DEBUG 2017-08-12 12:12:39,663 core.sqldb.execute: Executing SQL command: ['INSERT INTO MOVIES ( title, release_date, year, quality, alternative_titles, imdbid, status, origin, added_date, poster, plot, url, score, backlog, tmdbid, media_release_date, finished_file, sort_title ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )', ['The Shawshank Redemption', '1994-09-23', '1994', 'Default', '', 'tt0111161', 'Waiting', 'Search', '2017-08-12', 'images/posters/tt0111161.jpg', 'Framed in the 1940s for the double murder of his wife and her lover, upstanding banker Andy Dufresne begins a new life at the Shawshank prison, where he puts his accounting skills to work for an amoral warden. During his long stretch in prison, Dufresne comes to be admired by the other inmates -- including an older prisoner named Red -- for his integrity and unquenchable sense of hope.', 'https://www.themoviedb.org/movie/278', 8.5, 0, 278, '2004-11-05', None, 'Shawshank Redemption, The']]
- INFO 2017-08-12 12:12:39,977 core.library.save_poster: Downloading poster for tt0111161.
- INFO 2017-08-12 12:12:39,977 core.searcher._t_search_grab: Executing automatic search/grab for The Shawshank Redemption.
- INFO 2017-08-12 12:12:39,977 core.library.save_poster: Saving poster to static/images/posters/tt0111161.jpg
- INFO 2017-08-12 12:12:39,978 core.searcher.verify: Verification criteria met for The Shawshank Redemption 1994, setting status to Wanted
- DEBUG 2017-08-12 12:12:39,979 core.sqldb.update: Updating status to Wanted for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:12:39,979 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Wanted', 'tt0111161')]
- INFO 2017-08-12 12:12:40,051 core.library.save_poster: Poster saved to static/images/posters/tt0111161.jpg
- INFO 2017-08-12 12:12:40,310 core.searcher.verify: The Shawshank Redemption passes verification checks, will include title in search.
- DEBUG 2017-08-12 12:12:43,080 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 12:12:43,080 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 12:12:43,371 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:12:43,371 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 12:12:44,878 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:12:44,878 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:12:46,773 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:12:46,773 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:12:46,774 core.searcher.search: Performing backlog search for The Shawshank Redemption 1994.
- INFO 2017-08-12 12:12:46,775 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:12:46,775 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:12:46,775 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:12:46,775 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:12:46,776 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:12:46,776 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:12:46,776 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:12:46,776 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:12:46,777 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:12:46,777 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:12:46,777 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:12:46,777 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:12:46,777 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:12:46,777 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:12:46,777 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:12:46,777 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:12:46,777 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:12:46,777 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:12:46,777 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:12:46,777 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:12:46,777 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:12:46,777 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:12:46,777 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:12:46,777 core.sqldb.get_marked_results: Retrieving Marked Results for tt0111161.
- DEBUG 2017-08-12 12:12:46,777 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:12:46,778 core.searcher.store_results: 0 results found for tt0111161. Storing results.
- INFO 2017-08-12 12:12:46,778 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:12:46,778 core.sqldb.purge_search_results: Purging search results for tt0111161
- DEBUG 2017-08-12 12:12:46,778 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:12:46,779 core.library.movie_status: Determining appropriate status for movie tt0111161.
- DEBUG 2017-08-12 12:12:46,779 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:12:46,779 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:12:46,780 core.sqldb.get_distinct: Getting distinct values for tt0111161 in SEARCHRESULTS
- DEBUG 2017-08-12 12:12:46,780 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:12:46,780 core.library.movie_status: Setting MOVIES tt0111161 status to Waiting.
- DEBUG 2017-08-12 12:12:46,780 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:12:46,780 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt0111161')]
- DEBUG 2017-08-12 12:12:47,069 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:12:47,069 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt0111161')]
- DEBUG 2017-08-12 12:12:47,369 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:12:47,369 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:12:47,370 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:12:47,370 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:12:48,715 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:12:48,715 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:12:48,716 core.searcher.search: Performing backlog search for The Shawshank Redemption 1994.
- INFO 2017-08-12 12:12:48,716 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:12:48,716 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:12:48,716 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:12:48,716 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:12:48,717 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:12:48,717 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:12:48,717 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:12:48,717 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:12:48,717 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:12:48,717 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:12:48,717 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:12:48,718 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:12:48,718 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:12:48,718 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:12:48,718 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:12:48,718 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:12:48,718 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:12:48,718 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:12:48,718 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:12:48,718 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:12:48,718 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:12:48,718 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:12:48,718 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:12:48,718 core.sqldb.get_marked_results: Retrieving Marked Results for tt0111161.
- DEBUG 2017-08-12 12:12:48,718 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:12:48,719 core.searcher.store_results: 0 results found for tt0111161. Storing results.
- INFO 2017-08-12 12:12:48,719 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:12:48,719 core.sqldb.purge_search_results: Purging search results for tt0111161
- DEBUG 2017-08-12 12:12:48,719 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:12:48,719 core.library.movie_status: Determining appropriate status for movie tt0111161.
- DEBUG 2017-08-12 12:12:48,719 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:12:48,719 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:12:48,720 core.sqldb.get_distinct: Getting distinct values for tt0111161 in SEARCHRESULTS
- DEBUG 2017-08-12 12:12:48,720 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:12:48,720 core.library.movie_status: Setting MOVIES tt0111161 status to Waiting.
- DEBUG 2017-08-12 12:12:48,720 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:12:48,720 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt0111161')]
- DEBUG 2017-08-12 12:12:49,012 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:12:49,013 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt0111161')]
- DEBUG 2017-08-12 12:12:49,321 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:12:49,321 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:12:49,322 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:12:49,322 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:13:29,391 core.ajax.get_log_text: Dumping log file log.txt to text.
- INFO 2017-08-12 12:16:33,615 core.ajax.save_settings: Saving settings.
- INFO 2017-08-12 12:17:21,321 core.cp_plugins.taskscheduler._task: == Executing Scheduled Task: Movie Search ==
- INFO 2017-08-12 12:17:21,323 core.searcher.search_all: Executing search/grab for all movies.
- DEBUG 2017-08-12 12:17:21,323 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:17:21,324 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY title ASC, sort_title ASC']
- INFO 2017-08-12 12:17:21,327 core.searcher.verify: Verification criteria met for Keanu 2016, setting status to Wanted
- DEBUG 2017-08-12 12:17:21,328 core.sqldb.update: Updating status to Wanted for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 12:17:21,328 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Wanted', 'tt4139124')]
- INFO 2017-08-12 12:17:21,677 core.searcher.verify: Keanu passes verification checks, will include title in search.
- INFO 2017-08-12 12:17:21,678 core.searcher.verify: Verification criteria met for King Arthur: Legend of the Sword 2017, setting status to Wanted
- DEBUG 2017-08-12 12:17:21,678 core.sqldb.update: Updating status to Wanted for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:17:21,678 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Wanted', 'tt1972591')]
- INFO 2017-08-12 12:17:21,994 core.searcher.verify: King Arthur: Legend of the Sword passes verification checks, will include title in search.
- INFO 2017-08-12 12:17:21,994 core.searcher.verify: Verification criteria met for The Shawshank Redemption 1994, setting status to Wanted
- DEBUG 2017-08-12 12:17:21,994 core.sqldb.update: Updating status to Wanted for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:17:21,995 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Wanted', 'tt0111161')]
- INFO 2017-08-12 12:17:22,408 core.searcher.verify: The Shawshank Redemption passes verification checks, will include title in search.
- INFO 2017-08-12 12:17:22,408 core.searcher._get_rss_movies: Picking movies to look for in RSS feed.
- INFO 2017-08-12 12:17:22,408 core.snatcher.grab_all: Running automatic snatcher for all movies.
- DEBUG 2017-08-12 12:17:22,408 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:17:22,408 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY title ASC, sort_title ASC']
- INFO 2017-08-12 12:17:22,410 core.snatcher.grab_all: ######### Automatic search/snatch complete #########
- INFO 2017-08-12 12:17:22,415 core.cp_plugins.taskscheduler._task: == Finished Scheduled Task: Movie Search ==
- INFO 2017-08-12 12:18:30,654 root.test_connection: Testing connection to http://127.0.0.1:9117/torznab/rarbg.
- INFO 2017-08-12 12:18:31,484 root.test_connection: Newz/TorzNab connection test successful.
- INFO 2017-08-12 12:18:36,863 core.ajax.save_settings: Saving settings.
- DEBUG 2017-08-12 12:18:57,515 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 12:18:57,515 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 12:18:57,858 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:18:57,858 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- DEBUG 2017-08-12 12:18:59,294 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:18:59,294 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:19:00,633 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:00,633 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:00,633 core.searcher.search: Performing backlog search for The Shawshank Redemption 1994.
- INFO 2017-08-12 12:19:00,634 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:19:00,634 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:19:00,634 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:19:00,634 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:19:00,634 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:19:00,635 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:19:00,635 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:00,635 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:00,635 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:19:00,635 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:19:00,635 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:19:00,635 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:19:00,636 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:19:00,636 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:19:00,636 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:19:00,636 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:19:00,636 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:19:00,636 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:19:00,636 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:19:00,636 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:19:00,636 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:19:00,636 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:19:00,636 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:19:00,636 core.sqldb.get_marked_results: Retrieving Marked Results for tt0111161.
- DEBUG 2017-08-12 12:19:00,636 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:00,637 core.searcher.store_results: 0 results found for tt0111161. Storing results.
- INFO 2017-08-12 12:19:00,637 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:19:00,637 core.sqldb.purge_search_results: Purging search results for tt0111161
- DEBUG 2017-08-12 12:19:00,637 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:00,637 core.library.movie_status: Determining appropriate status for movie tt0111161.
- DEBUG 2017-08-12 12:19:00,637 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:00,638 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:00,638 core.sqldb.get_distinct: Getting distinct values for tt0111161 in SEARCHRESULTS
- DEBUG 2017-08-12 12:19:00,638 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:00,639 core.library.movie_status: Setting MOVIES tt0111161 status to Waiting.
- DEBUG 2017-08-12 12:19:00,639 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:19:00,639 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt0111161')]
- DEBUG 2017-08-12 12:19:00,972 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:19:00,972 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt0111161')]
- DEBUG 2017-08-12 12:19:01,282 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:01,282 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:01,284 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:19:01,284 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:19:16,252 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:19:16,252 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:19:22,900 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:22,901 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:22,901 core.searcher.search: Performing backlog search for The Shawshank Redemption 1994.
- INFO 2017-08-12 12:19:22,901 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:19:22,902 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:19:22,902 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:19:22,902 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:19:22,902 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:19:22,902 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:19:22,902 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:22,902 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:22,903 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:19:22,903 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:19:22,903 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:19:22,903 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:19:22,903 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:19:22,903 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:19:22,904 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:19:22,904 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:19:22,904 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:19:22,904 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:19:22,904 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:19:22,904 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:19:22,904 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:19:22,904 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:19:22,904 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:19:22,904 core.sqldb.get_marked_results: Retrieving Marked Results for tt0111161.
- DEBUG 2017-08-12 12:19:22,904 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:22,905 core.searcher.store_results: 0 results found for tt0111161. Storing results.
- INFO 2017-08-12 12:19:22,905 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:19:22,906 core.sqldb.purge_search_results: Purging search results for tt0111161
- DEBUG 2017-08-12 12:19:22,906 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:22,906 core.library.movie_status: Determining appropriate status for movie tt0111161.
- DEBUG 2017-08-12 12:19:22,907 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:22,907 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:22,907 core.sqldb.get_distinct: Getting distinct values for tt0111161 in SEARCHRESULTS
- DEBUG 2017-08-12 12:19:22,907 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:22,908 core.library.movie_status: Setting MOVIES tt0111161 status to Waiting.
- DEBUG 2017-08-12 12:19:22,908 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:19:22,908 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt0111161')]
- DEBUG 2017-08-12 12:19:23,218 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:19:23,218 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt0111161')]
- DEBUG 2017-08-12 12:19:23,561 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:23,561 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:23,564 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:19:23,564 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:19:24,153 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:24,153 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:24,154 core.searcher.search: Performing backlog search for The Shawshank Redemption 1994.
- INFO 2017-08-12 12:19:24,154 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:19:24,154 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:19:24,154 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:19:24,154 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:19:24,155 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:19:24,155 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:19:24,155 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:24,155 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:24,156 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:19:24,156 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:19:24,156 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:19:24,156 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:19:24,156 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:19:24,156 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:19:24,156 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:19:24,156 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:19:24,156 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:19:24,156 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:19:24,156 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:19:24,156 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:19:24,157 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:19:24,157 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:19:24,157 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:19:24,157 core.sqldb.get_marked_results: Retrieving Marked Results for tt0111161.
- DEBUG 2017-08-12 12:19:24,157 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:24,157 core.searcher.store_results: 0 results found for tt0111161. Storing results.
- INFO 2017-08-12 12:19:24,157 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:19:24,158 core.sqldb.purge_search_results: Purging search results for tt0111161
- DEBUG 2017-08-12 12:19:24,158 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:24,158 core.library.movie_status: Determining appropriate status for movie tt0111161.
- DEBUG 2017-08-12 12:19:24,158 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:24,158 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:24,159 core.sqldb.get_distinct: Getting distinct values for tt0111161 in SEARCHRESULTS
- DEBUG 2017-08-12 12:19:24,159 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:24,159 core.library.movie_status: Setting MOVIES tt0111161 status to Waiting.
- DEBUG 2017-08-12 12:19:24,159 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:19:24,159 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt0111161')]
- DEBUG 2017-08-12 12:19:24,453 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:19:24,453 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt0111161')]
- DEBUG 2017-08-12 12:19:24,771 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:24,771 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:24,773 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:19:24,773 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:19:24,775 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:24,776 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:24,778 core.searcher.search: Performing backlog search for The Shawshank Redemption 1994.
- INFO 2017-08-12 12:19:24,778 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:19:24,778 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:19:24,778 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:19:24,778 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:19:24,780 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:19:24,780 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:19:24,781 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:24,781 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:24,782 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:19:24,782 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:19:24,783 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:19:24,783 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:19:24,783 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:19:24,783 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:19:24,783 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:19:24,783 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:19:24,783 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:19:24,783 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:19:24,783 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:19:24,784 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:19:24,784 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:19:24,784 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:19:24,784 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:19:24,784 core.sqldb.get_marked_results: Retrieving Marked Results for tt0111161.
- DEBUG 2017-08-12 12:19:24,784 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:24,785 core.searcher.store_results: 0 results found for tt0111161. Storing results.
- INFO 2017-08-12 12:19:24,786 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:19:24,786 core.sqldb.purge_search_results: Purging search results for tt0111161
- DEBUG 2017-08-12 12:19:24,786 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:24,787 core.library.movie_status: Determining appropriate status for movie tt0111161.
- DEBUG 2017-08-12 12:19:24,787 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:24,787 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:24,789 core.sqldb.get_distinct: Getting distinct values for tt0111161 in SEARCHRESULTS
- DEBUG 2017-08-12 12:19:24,789 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:19:24,791 core.library.movie_status: Setting MOVIES tt0111161 status to Waiting.
- DEBUG 2017-08-12 12:19:24,791 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:19:24,791 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt0111161')]
- DEBUG 2017-08-12 12:19:25,138 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:19:25,138 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt0111161')]
- DEBUG 2017-08-12 12:19:25,462 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:19:25,462 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:19:25,463 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:19:25,463 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:19:51,384 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:19:51,385 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:19:52,563 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:19:52,563 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:19:52,564 core.searcher.search: Performing backlog search for King Arthur: Legend of the Sword 2017.
- INFO 2017-08-12 12:19:52,564 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:19:52,564 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:19:52,564 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:19:52,564 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:19:52,565 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:19:52,565 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:19:52,565 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:19:52,565 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:19:52,565 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:19:52,565 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:19:52,565 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:19:52,566 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:19:52,566 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:19:52,566 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:19:52,566 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:19:52,566 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:19:52,566 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:19:52,566 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:19:52,566 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:19:52,566 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:19:52,566 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:19:52,566 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:19:52,566 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:19:52,566 core.sqldb.get_marked_results: Retrieving Marked Results for tt1972591.
- DEBUG 2017-08-12 12:19:52,566 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:19:52,567 core.searcher.store_results: 0 results found for tt1972591. Storing results.
- INFO 2017-08-12 12:19:52,567 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:19:52,567 core.sqldb.purge_search_results: Purging search results for tt1972591
- DEBUG 2017-08-12 12:19:52,567 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:19:52,567 core.library.movie_status: Determining appropriate status for movie tt1972591.
- DEBUG 2017-08-12 12:19:52,567 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:19:52,568 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:19:52,568 core.sqldb.get_distinct: Getting distinct values for tt1972591 in SEARCHRESULTS
- DEBUG 2017-08-12 12:19:52,568 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt1972591"']
- INFO 2017-08-12 12:19:52,569 core.library.movie_status: Setting MOVIES tt1972591 status to Waiting.
- DEBUG 2017-08-12 12:19:52,569 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:19:52,569 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt1972591')]
- DEBUG 2017-08-12 12:19:52,896 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:19:52,896 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt1972591')]
- DEBUG 2017-08-12 12:19:53,196 core.sqldb.get_movie_details: Retrieving details for movie tt1972591.
- DEBUG 2017-08-12 12:19:53,197 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt1972591"']
- DEBUG 2017-08-12 12:19:53,198 core.sqldb.get_search_results: Retrieving Search Results for tt1972591.
- DEBUG 2017-08-12 12:19:53,198 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt1972591" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:20:05,322 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:20:05,322 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:20:06,456 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:20:06,456 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:20:06,457 core.searcher.search: Performing backlog search for The Shawshank Redemption 1994.
- INFO 2017-08-12 12:20:06,457 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:20:06,457 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:20:06,457 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:20:06,457 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:20:06,457 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:20:06,458 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:20:06,458 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:20:06,458 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:20:06,458 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:20:06,458 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:20:06,458 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:20:06,458 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:20:06,458 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:20:06,459 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:20:06,459 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:20:06,459 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:20:06,459 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:20:06,459 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:20:06,459 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:20:06,459 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:20:06,459 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:20:06,459 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:20:06,459 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:20:06,459 core.sqldb.get_marked_results: Retrieving Marked Results for tt0111161.
- DEBUG 2017-08-12 12:20:06,459 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:20:06,460 core.searcher.store_results: 0 results found for tt0111161. Storing results.
- INFO 2017-08-12 12:20:06,460 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:20:06,460 core.sqldb.purge_search_results: Purging search results for tt0111161
- DEBUG 2017-08-12 12:20:06,460 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:20:06,460 core.library.movie_status: Determining appropriate status for movie tt0111161.
- DEBUG 2017-08-12 12:20:06,460 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:20:06,460 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:20:06,461 core.sqldb.get_distinct: Getting distinct values for tt0111161 in SEARCHRESULTS
- DEBUG 2017-08-12 12:20:06,461 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt0111161"']
- INFO 2017-08-12 12:20:06,461 core.library.movie_status: Setting MOVIES tt0111161 status to Waiting.
- DEBUG 2017-08-12 12:20:06,461 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:20:06,462 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt0111161')]
- DEBUG 2017-08-12 12:20:06,843 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:20:06,844 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt0111161')]
- DEBUG 2017-08-12 12:20:07,231 core.sqldb.get_movie_details: Retrieving details for movie tt0111161.
- DEBUG 2017-08-12 12:20:07,232 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt0111161"']
- DEBUG 2017-08-12 12:20:07,233 core.sqldb.get_search_results: Retrieving Search Results for tt0111161.
- DEBUG 2017-08-12 12:20:07,234 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt0111161" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:20:24,199 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 12:20:24,199 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- DEBUG 2017-08-12 12:20:25,491 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 12:20:25,491 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- INFO 2017-08-12 12:20:25,492 core.searcher.search: Performing backlog search for Keanu 2016.
- INFO 2017-08-12 12:20:25,492 core.providers.newznab.search_all: Performing backlog search for all NewzNab indexers.
- INFO 2017-08-12 12:20:25,492 core.proxy.destroy: Closing proxy connection.
- DEBUG 2017-08-12 12:20:25,492 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 12:20:25,492 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:20:25,492 core.searcher.remove_inactive: Filtering releases based on enabled newznab indexers.
- INFO 2017-08-12 12:20:25,492 core.searchresults.score: Scoring 0 search results.
- DEBUG 2017-08-12 12:20:25,492 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 12:20:25,493 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 12:20:25,493 core.searchresults.score: Scoring based on quality profile Default
- DEBUG 2017-08-12 12:20:25,493 core.searchresults.reset: Resetting release scores to 0.
- INFO 2017-08-12 12:20:25,493 core.searchresults.remove_ignored: Filtering Ignored Words.
- INFO 2017-08-12 12:20:25,493 core.searchresults.remove_ignored: Keeping 0 results.
- INFO 2017-08-12 12:20:25,493 core.searchresults.retention_check: Checking retention.
- INFO 2017-08-12 12:20:25,493 core.searchresults.retention_check: Keeping 0 results.
- INFO 2017-08-12 12:20:25,493 core.searchresults.seed_check: Checking torrent seeds.
- INFO 2017-08-12 12:20:25,493 core.searchresults.seed_check: Keeping 0 results.
- INFO 2017-08-12 12:20:25,494 core.searchresults.freeleech: Adding Freeleech points.
- INFO 2017-08-12 12:20:25,494 core.searchresults.score_sources: Filtering resolution and size requirements.
- INFO 2017-08-12 12:20:25,494 core.searchresults.score_sources: Keeping 0 results.
- INFO 2017-08-12 12:20:25,494 core.searchresults.fuzzy_title: Checking title match.
- INFO 2017-08-12 12:20:25,494 core.searchresults.fuzzy_title: Keeping 0 results.
- INFO 2017-08-12 12:20:25,494 core.searchresults.score_preferred: Scoring Preferred Words.
- INFO 2017-08-12 12:20:25,494 core.searchresults.score: Finished scoring search results.
- DEBUG 2017-08-12 12:20:25,494 core.sqldb.get_marked_results: Retrieving Marked Results for tt4139124.
- DEBUG 2017-08-12 12:20:25,494 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MARKEDRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 12:20:25,494 core.searcher.store_results: 0 results found for tt4139124. Storing results.
- INFO 2017-08-12 12:20:25,494 core.searcher.store_results: Storing backlog search results -- purging existing results before writing to database.
- DEBUG 2017-08-12 12:20:25,494 core.sqldb.purge_search_results: Purging search results for tt4139124
- DEBUG 2017-08-12 12:20:25,495 core.sqldb.execute: Executing SQL command: ['DELETE FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 12:20:25,495 core.library.movie_status: Determining appropriate status for movie tt4139124.
- DEBUG 2017-08-12 12:20:25,495 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 12:20:25,495 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 12:20:25,496 core.sqldb.get_distinct: Getting distinct values for tt4139124 in SEARCHRESULTS
- DEBUG 2017-08-12 12:20:25,496 core.sqldb.execute: Executing SQL command: ['SELECT DISTINCT status FROM SEARCHRESULTS WHERE imdbid="tt4139124"']
- INFO 2017-08-12 12:20:25,496 core.library.movie_status: Setting MOVIES tt4139124 status to Waiting.
- DEBUG 2017-08-12 12:20:25,496 core.sqldb.update: Updating status to Waiting for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 12:20:25,496 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Waiting', 'tt4139124')]
- DEBUG 2017-08-12 12:20:25,796 core.sqldb.update: Updating backlog to 1 for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 12:20:25,797 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET backlog=? WHERE imdbid=?', ('1', 'tt4139124')]
- DEBUG 2017-08-12 12:20:26,097 core.sqldb.get_movie_details: Retrieving details for movie tt4139124.
- DEBUG 2017-08-12 12:20:26,097 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES WHERE imdbid="tt4139124"']
- DEBUG 2017-08-12 12:20:26,099 core.sqldb.get_search_results: Retrieving Search Results for tt4139124.
- DEBUG 2017-08-12 12:20:26,099 core.sqldb.execute: Executing SQL command: ['SELECT * FROM SEARCHRESULTS WHERE imdbid="tt4139124" ORDER BY score DESC, size ASC, freeleech DESC']
- INFO 2017-08-12 12:20:41,261 root.test_connection: Testing connection to http://127.0.0.1:9117/torznab/thepiratebay.
- INFO 2017-08-12 12:20:41,729 root.test_connection: Newz/TorzNab connection test successful.
- DEBUG 2017-08-12 12:20:56,588 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 12:20:56,588 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 12:20:56,912 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:20:56,912 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- INFO 2017-08-12 12:21:02,522 root.test_connection: Testing connection to http://127.0.0.1:9117/torznab/rarbg.
- INFO 2017-08-12 12:21:03,300 root.test_connection: Newz/TorzNab connection test successful.
- DEBUG 2017-08-12 12:21:44,245 core.sqldb.get_library_count: Getting count of library.
- DEBUG 2017-08-12 12:21:44,246 core.sqldb.execute: Executing SQL command: ['SELECT COUNT(1) FROM MOVIES']
- DEBUG 2017-08-12 12:21:44,369 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:21:44,369 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY sort_title ASC LIMIT 50 OFFSET 0']
- INFO 2017-08-12 12:22:11,328 core.ajax.manual_task_execute: Manually executing task Movie Search.
- INFO 2017-08-12 12:22:11,328 core.cp_plugins.taskscheduler._task: == Executing Scheduled Task: Movie Search ==
- INFO 2017-08-12 12:22:11,329 core.searcher.search_all: Executing search/grab for all movies.
- DEBUG 2017-08-12 12:22:11,329 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:22:11,329 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY title ASC, sort_title ASC']
- INFO 2017-08-12 12:22:11,330 core.searcher.verify: Verification criteria met for Keanu 2016, setting status to Wanted
- DEBUG 2017-08-12 12:22:11,330 core.sqldb.update: Updating status to Wanted for rows that match imdbid:tt4139124 in MOVIES.
- DEBUG 2017-08-12 12:22:11,330 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Wanted', 'tt4139124')]
- INFO 2017-08-12 12:22:11,623 core.searcher.verify: Keanu passes verification checks, will include title in search.
- INFO 2017-08-12 12:22:11,623 core.searcher.verify: Verification criteria met for King Arthur: Legend of the Sword 2017, setting status to Wanted
- DEBUG 2017-08-12 12:22:11,623 core.sqldb.update: Updating status to Wanted for rows that match imdbid:tt1972591 in MOVIES.
- DEBUG 2017-08-12 12:22:11,623 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Wanted', 'tt1972591')]
- INFO 2017-08-12 12:22:11,930 core.searcher.verify: King Arthur: Legend of the Sword passes verification checks, will include title in search.
- INFO 2017-08-12 12:22:11,930 core.searcher.verify: Verification criteria met for The Shawshank Redemption 1994, setting status to Wanted
- DEBUG 2017-08-12 12:22:11,930 core.sqldb.update: Updating status to Wanted for rows that match imdbid:tt0111161 in MOVIES.
- DEBUG 2017-08-12 12:22:11,930 core.sqldb.execute: Executing SQL command: ['UPDATE MOVIES SET status=? WHERE imdbid=?', ('Wanted', 'tt0111161')]
- INFO 2017-08-12 12:22:12,229 core.searcher.verify: The Shawshank Redemption passes verification checks, will include title in search.
- INFO 2017-08-12 12:22:12,230 core.searcher._get_rss_movies: Picking movies to look for in RSS feed.
- INFO 2017-08-12 12:22:12,230 core.snatcher.grab_all: Running automatic snatcher for all movies.
- DEBUG 2017-08-12 12:22:12,230 core.sqldb.get_user_movies: Retrieving list of user's movies.
- DEBUG 2017-08-12 12:22:12,230 core.sqldb.execute: Executing SQL command: ['SELECT * FROM MOVIES ORDER BY title ASC, sort_title ASC']
- INFO 2017-08-12 12:22:12,232 core.snatcher.grab_all: ######### Automatic search/snatch complete #########
- INFO 2017-08-12 12:22:12,239 core.cp_plugins.taskscheduler._task: == Finished Scheduled Task: Movie Search ==
Add Comment
Please, Sign In to add comment