Closed Artwebb1986 closed 7 months ago
The script processed this download as a failed download because it didn't contain any video files.
Can you check to see what files exist for this download?
There is video files. . The normal mkv file is in the dir with a nfo. It seems to only happen lately when I add a movie NZB myself so there is no imdb number in release name.
It even moves it to the proper drive for new movies. Just stalls on the script for quite a long time.
Like I just did a test movie it copied it over and updated to my xbmc and it's still on the running script in sab
this sounds like something else is moving the files... something moves the files, then the script can't find any movie files and markes it as failed...
Nowhere in the logs above did the script move the files... so something else did.
Thought it makes Couchpotato move the files? Maybe the delay is too long now for some reason it's copying faster?
the issue is SABnzbd is passing a nonsense directory
E:\!!SAB-DOWNLOAD
this is not valid... You should check the PATHS that are configured in SABnzbd and also check the logs to see how SABnzbd has called nzbToMedia (i.e is the path passed, and recived the same?)
Why isnt that valid ? Its been vaild since Aug 2014 when you last helped me and its been working just fine up until Feb 2nd. When it all of a sudden is now almost like its re-downloading it even tho it isnt. And just times out and says its got the next highest release. The couchpotato renamer setting for scanning the dir is still set at 120 minutes like it always has been too. I even have next on_failed unchecked as well.
It downloads to the temp dir then moves it to E:!!SAB-DOWNLOAD\Complete\Movies\ where it stays while the script it running which i thought was moving it to J:\Movies
OK... I thought the !!
were a result of the path being corrupted, but you actually have a directory called !!SAB-DOWNLOAD
?
so it looks like the problem is that it actually drops the first \
anc changes the path to
E:!!SAB-DOWNLOAD
not E:\!!SAB-DOWNLOAD
. this is why it can't find any files.
I'll need to see where the \
is being dropped... this is not uncommon with windows PATHS, but no changes should have impacted that in the last month...
Yah its actually called !!SAB-DOWNLOAD so its at the top :)
Maybe because couchpotato is set to auto scan that dir and it just happens to be going off at the exact time the script it running too ? Shall i just change the dir CP auto scans to say E:!!SAB-DOWNLOAD\Complete\Movies-Couchpotato And still keep sab downloads going to just E:!!SAB-DOWNLOAD\Complete\Movies\
try that and see what it does...
I can't tell from here if the script is just printing the directory wrong (due to the \!
being interpreted by python as !
) or if it is actulally scanning a non-existant directory ;)
Thanks for the help. Just weird cuz I never changed anything at all the dir has always been like that. I'll keep you posted once I find a movie it'll download :)
Well that doesn't seem to have worked been on running script for 25 mins now. I'll try just taking out the !! From the main dir
Ok well i left the dir as E:\SAB-DOWNLOAD its only the bottom one in that first post that doesn't have the \ in it for some reason ?
How if i add a movie manually say Starry.Eyes.2014.720p.BluRay.x264-BRMP it will stall on the script and then finally after about 30 mins it says snagged next highest release. But in that one it has the [15:42:01] [INFO]::MAIN: Attemping imdbID lookup for Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb [15:42:01] [INFO]::MAIN: Searching folder and file names for imdbID ... [15:42:01] [INFO]::MAIN: Searching IMDB for imdbID ... [15:42:01] [DEBUG]::MAIN: Opening URL: http://www.omdbapi.com [15:42:06] [WARNING]::MAIN: Unable to find a imdbID for Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb
Now if i add it with the Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490) it goes fine 3-5 mins of the script moving the files over and boom CouchPotato: Successfully post-processed Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb!
So possibly something with it failing to find the imdb id ?
I can't see how the lack of imdb id can cause the remaining issues...
Can you please post the full debug logs for the postprocess events described above? same download with and without the .cp(tt2793490)
OK here is yesterdays
[15:41:58] [DB]::MAIN: nzbtomedia.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('db_version',)
[15:41:58] [DB]::MAIN: nzbtomedia.db: SELECT db_version FROM db_version
[15:41:58] [DEBUG]::MAIN: InitialSchema upgrade not required
[15:41:58] [DEBUG]::MAIN: Checking if we can use git commands: "C:\Program Files (x86)\Git\bin\git.exe" version
[15:41:58] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" version with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[15:41:58] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" version : returned successful
[15:41:58] [DEBUG]::MAIN: Using: "C:\Program Files (x86)\Git\bin\git.exe"
[15:41:58] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" symbolic-ref -q HEAD with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[15:41:58] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" symbolic-ref -q HEAD : returned successful
[15:41:58] [INFO]::MAIN: Checking if git needs an update
[15:41:58] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" rev-parse HEAD with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[15:41:58] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" rev-parse HEAD : returned successful
[15:41:58] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" fetch origin with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[15:41:59] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" fetch origin : returned successful
[15:41:59] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" rev-parse --verify --quiet "@{upstream}" with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[15:41:59] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" rev-parse --verify --quiet "@{upstream}" : returned successful
[15:41:59] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" rev-list --left-right "@{upstream}"...HEAD with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[15:41:59] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" rev-list --left-right "@{upstream}"...HEAD : returned successful
[15:41:59] [DEBUG]::MAIN: cur_commit = 77da142216ba6dc91bb654635d4bd03f13c881e5 % (newest_commit)= 77da142216ba6dc91bb654635d4bd03f13c881e5, num_commits_behind = 0, num_commits_ahead = 0
[15:41:59] [INFO]::MAIN: No update needed
[15:41:59] [INFO]::MAIN: nzbToMedia Version:77da142216ba6dc91bb654635d4bd03f13c881e5 Branch:master (Windows 7)
[15:41:59] [INFO]::MAIN: #########################################################
[15:41:59] [INFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
[15:41:59] [INFO]::MAIN: #########################################################
[15:41:59] [DEBUG]::MAIN: Options passed into nzbToMedia: ['C:\\Program Files (x86)\\SABnzbd\\SCRIPTS\\nzbToMedia\\nzbToCouchPotato.py', 'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Starry.Eyes.2014.720p.BluRay.x264-BRMP', 'Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb', 'Starry.Eyes.2014.720p.BluRay.x264-BRMP', '', 'movies', 'alt.binaries.mom', '0']
[15:41:59] [INFO]::MAIN: Script triggered from SABnzbd
[15:41:59] [DEBUG]::MAIN: Searching for nzoid from SAbnzbd ...
[15:41:59] [DEBUG]::MAIN: Adding NZB download info for directory E:\!!SAB-DOWNLOAD\Complete\Movies\Starry.Eyes.2014.720p.BluRay.x264-BRMP to database
[15:41:59] [DB]::MAIN: nzbtomedia.db: UPDATE downloads SET status = ?, client_agent = ?, last_update = ?, input_id = ?, input_hash = ?, input_name = ? WHERE input_directory = ? with args [0, u'sabnzbd', 735636, u'None', u'None', u'Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb', u'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Starry.Eyes.2014.720p.BluRay.x264-BRMP']
[15:41:59] [DB]::MAIN: nzbtomedia.db: INSERT OR IGNORE INTO downloads (status, client_agent, last_update, input_id, input_hash, input_name, input_directory) VALUES (?, ?, ?, ?, ?, ?, ?) with args [0, u'sabnzbd', 735636, u'None', u'None', u'Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb', u'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Starry.Eyes.2014.720p.BluRay.x264-BRMP']
[15:41:59] [INFO]::MAIN: Auto-detected SECTION:CouchPotato
[15:41:59] [DEBUG]::MAIN: Checking for archives to extract in directory: E:\!!SAB-DOWNLOAD\Complete\Movies\Starry.Eyes.2014.720p.BluRay.x264-BRMP
[15:41:59] [INFO]::MAIN: Calling CouchPotato:movies to post-process:Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb
[15:42:01] [INFO]::MAIN: Attemping imdbID lookup for Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb
[15:42:01] [INFO]::MAIN: Searching folder and file names for imdbID ...
[15:42:01] [INFO]::MAIN: Searching IMDB for imdbID ...
[15:42:01] [DEBUG]::MAIN: Opening URL: http://www.omdbapi.com
[15:42:06] [WARNING]::MAIN: Unable to find a imdbID for Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb
[15:42:06] [DEBUG]::MAIN: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/media.list with PARAMS: {}
[16:34:44] [WARNING]::COUCHPOTATO: No media files found in directory E:\!!SAB-DOWNLOAD\Complete\Movies\Starry.Eyes.2014.720p.BluRay.x264-BRMP. Processing this as a failed download
[16:34:44] [POSTPROCESS]::COUCHPOTATO: FAILED DOWNLOAD DETECTED FOR Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb
[16:34:44] [POSTPROCESS]::COUCHPOTATO: Setting failed release Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb to ignored ...
[16:34:44] [DEBUG]::COUCHPOTATO: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/release.ignore with PARAMS: {'id': u'a5647062d7574ff0a85366c56933775d'}
[16:34:45] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb has been set to ignored ...
[16:34:45] [POSTPROCESS]::COUCHPOTATO: Trying to snatch the next highest ranked release.
[16:34:45] [DEBUG]::COUCHPOTATO: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/movie.searcher.try_next
[16:34:46] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Snatched the next highest release ...
[16:34:46] [DB]::DB: Updating status of our download Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb in the DB to 1
[16:34:46] [DB]::MAIN: nzbtomedia.db: UPDATE downloads SET status=?, last_update=? WHERE input_name=? with args [1, 735636, u'Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb']
[16:34:46] [INFO]::CLEANDIR: Directory E:\!!SAB-DOWNLOAD\Complete\Movies\Starry.Eyes.2014.720p.BluRay.x264-BRMP has been processed and removed ...
[16:34:46] [INFO]::MAIN: The C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\nzbToCouchPotato.py script completed successfully.
CouchPotato: Successfully snatched next highest release!
And today i did it with the .cp(tt2793490)
[16:24:31] [INFO]::MAIN: Checking database structure...
[16:24:31] [DEBUG]::MAIN: Checking Initial Schema database upgrade
[16:24:31] [DB]::MAIN: nzbtomedia.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('db_version',)
[16:24:31] [DB]::MAIN: nzbtomedia.db: SELECT db_version FROM db_version
[16:24:31] [DEBUG]::MAIN: InitialSchema upgrade not required
[16:24:31] [DEBUG]::MAIN: Checking if we can use git commands: "C:\Program Files (x86)\Git\bin\git.exe" version
[16:24:31] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" version with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[16:24:31] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" version : returned successful
[16:24:31] [DEBUG]::MAIN: Using: "C:\Program Files (x86)\Git\bin\git.exe"
[16:24:31] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" symbolic-ref -q HEAD with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[16:24:31] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" symbolic-ref -q HEAD : returned successful
[16:24:31] [INFO]::MAIN: Checking if git needs an update
[16:24:31] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" rev-parse HEAD with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[16:24:31] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" rev-parse HEAD : returned successful
[16:24:31] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" fetch origin with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[16:24:33] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" fetch origin : returned successful
[16:24:33] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" rev-parse --verify --quiet "@{upstream}" with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[16:24:33] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" rev-parse --verify --quiet "@{upstream}" : returned successful
[16:24:33] [DEBUG]::MAIN: Executing "C:\Program Files (x86)\Git\bin\git.exe" rev-list --left-right "@{upstream}"...HEAD with your shell in C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia
[16:24:33] [DEBUG]::MAIN: "C:\Program Files (x86)\Git\bin\git.exe" rev-list --left-right "@{upstream}"...HEAD : returned successful
[16:24:33] [DEBUG]::MAIN: cur_commit = 77da142216ba6dc91bb654635d4bd03f13c881e5 % (newest_commit)= 77da142216ba6dc91bb654635d4bd03f13c881e5, num_commits_behind = 0, num_commits_ahead = 0
[16:24:33] [INFO]::MAIN: No update needed
[16:24:33] [INFO]::MAIN: nzbToMedia Version:77da142216ba6dc91bb654635d4bd03f13c881e5 Branch:master (Windows 7)
[16:24:33] [INFO]::MAIN: #########################################################
[16:24:33] [INFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
[16:24:33] [INFO]::MAIN: #########################################################
[16:24:33] [DEBUG]::MAIN: Options passed into nzbToMedia: ['C:\\Program Files (x86)\\SABnzbd\\SCRIPTS\\nzbToMedia\\nzbToCouchPotato.py', 'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490)', 'Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb', 'Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490)', '', 'movies', 'alt.binaries.mom', '0']
[16:24:33] [INFO]::MAIN: Script triggered from SABnzbd
[16:24:33] [DEBUG]::MAIN: Searching for nzoid from SAbnzbd ...
[16:24:33] [DEBUG]::MAIN: Adding NZB download info for directory E:\!!SAB-DOWNLOAD\Complete\Movies\Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490) to database
[16:24:33] [DB]::MAIN: nzbtomedia.db: UPDATE downloads SET status = ?, client_agent = ?, last_update = ?, input_id = ?, input_hash = ?, input_name = ? WHERE input_directory = ? with args [0, u'sabnzbd', 735637, u'None', u'None', u'Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb', u'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490)']
[16:24:33] [DB]::MAIN: nzbtomedia.db: INSERT OR IGNORE INTO downloads (status, client_agent, last_update, input_id, input_hash, input_name, input_directory) VALUES (?, ?, ?, ?, ?, ?, ?) with args [0, u'sabnzbd', 735637, u'None', u'None', u'Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb', u'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490)']
[16:24:33] [INFO]::MAIN: Auto-detected SECTION:CouchPotato
[16:24:33] [DEBUG]::MAIN: Checking for archives to extract in directory: E:\!!SAB-DOWNLOAD\Complete\Movies\Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490)
[16:24:33] [INFO]::MAIN: Calling CouchPotato:movies to post-process:Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb
[16:24:34] [INFO]::MAIN: Attemping imdbID lookup for Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb
[16:24:34] [INFO]::MAIN: Searching folder and file names for imdbID ...
[16:24:34] [INFO]::MAIN: Found imdbID [tt2793490]
[16:24:34] [DEBUG]::MAIN: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/media.get with PARAMS: {'id': 'tt2793490'}
[16:24:35] [ERROR]::MAIN: no media found for id tt2793490
[16:24:35] [DEBUG]::MAIN: calling command: C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\FFMPEG\bin\ffprobe.exe -v quiet -print_format json -show_format -show_streams -show_error C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\tests\test.mp4
[16:24:35] [INFO]::TRANSCODER: Checking [starry.eyes.2014.720p.bluray.x264-brmp.mkv] for corruption, please stand by ...
[16:24:35] [DEBUG]::MAIN: calling command: C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\FFMPEG\bin\ffprobe.exe -v quiet -print_format json -show_format -show_streams -show_error E:\!!SAB-DOWNLOAD\Complete\Movies\Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490)\starry.eyes.2014.720p.bluray.x264-brmp.mkv
[16:24:35] [INFO]::TRANSCODER: SUCCESS: [starry.eyes.2014.720p.bluray.x264-brmp.mkv] has no corruption.
[16:24:35] [DEBUG]::COUCHPOTATO: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/renamer.scan with PARAMS: {'media_folder': 'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490)'}
[16:24:35] [POSTPROCESS]::COUCHPOTATO: Starting renamer scan for Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb
[16:26:35] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Finished renamer scan for folder E:\!!SAB-DOWNLOAD\Complete\Movies\Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490)
[16:26:35] [POSTPROCESS]::COUCHPOTATO: Checking for status change, please stand by ...
[16:26:35] [DEBUG]::MAIN: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/media.get with PARAMS: {'id': 'tt2793490'}
[16:26:36] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Movie tt2793490 has now been added to CouchPotato
[16:26:36] [DB]::DB: Updating status of our download Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb in the DB to 1
[16:26:36] [DB]::MAIN: nzbtomedia.db: UPDATE downloads SET status=?, last_update=? WHERE input_name=? with args [1, 735637, u'Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb']
[16:26:36] [INFO]::CLEANDIR: Directory E:\!!SAB-DOWNLOAD\Complete\Movies\Starry.Eyes.2014.720p.BluRay.x264-BRMP.cp(tt2793490) has been processed and removed ...
[16:26:36] [INFO]::MAIN: The C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\nzbToCouchPotato.py script completed successfully.
CouchPotato: Successfully post-processed Starry.Eyes.2014.720p.BluRay.x264-BRMP.nzb!
Any ideas ? Really has be baffled too
I can see where the failure to determine (and return) the imdb id can cause issues with looking for releases in CouchPotato etc, but I don't understand how this can stop CouchPotato being able to find any movie files.
Can you please update to latest nightly and see if this does anything different?
Sorry i didnt get a chance to download a new movie yet. witout couchpotato snagging it itself
Well i manually snagged Vice and it didn't lag like crazy sending to couchpotato this time.
[18:48:22] [INFO]::MAIN: nzbToMedia Version:77da142216ba6dc91bb654635d4bd03f13c881e5 Branch:master (Windows 7)
[18:48:22] [INFO]::MAIN: #########################################################
[18:48:22] [INFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
[18:48:22] [INFO]::MAIN: #########################################################
[18:48:22] [DEBUG]::MAIN: Options passed into nzbToMedia: ['C:\\Program Files (x86)\\SABnzbd\\SCRIPTS\\nzbToMedia\\nzbToCouchPotato.py', 'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Vice.2015.720p.BluRay.x264-PSYCHD', 'Vice.2015.720p.BluRay.x264-PSYCHD.nzb', 'Vice.2015.720p.BluRay.x264-PSYCHD', '', 'movies', 'alt.binaries.mom', '0']
[18:48:22] [INFO]::MAIN: Script triggered from SABnzbd
[18:48:22] [DEBUG]::MAIN: Searching for nzoid from SAbnzbd ...
[18:48:22] [DEBUG]::MAIN: Adding NZB download info for directory E:\!!SAB-DOWNLOAD\Complete\Movies\Vice.2015.720p.BluRay.x264-PSYCHD to database
[18:48:22] [DB]::MAIN: nzbtomedia.db: UPDATE downloads SET status = ?, client_agent = ?, last_update = ?, input_id = ?, input_hash = ?, input_name = ? WHERE input_directory = ? with args [0, u'sabnzbd', 735657, u'None', u'None', u'Vice.2015.720p.BluRay.x264-PSYCHD.nzb', u'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Vice.2015.720p.BluRay.x264-PSYCHD']
[18:48:22] [DB]::MAIN: nzbtomedia.db: INSERT OR IGNORE INTO downloads (status, client_agent, last_update, input_id, input_hash, input_name, input_directory) VALUES (?, ?, ?, ?, ?, ?, ?) with args [0, u'sabnzbd', 735657, u'None', u'None', u'Vice.2015.720p.BluRay.x264-PSYCHD.nzb', u'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Vice.2015.720p.BluRay.x264-PSYCHD']
[18:48:22] [INFO]::MAIN: Auto-detected SECTION:CouchPotato
[18:48:22] [DEBUG]::MAIN: Checking for archives to extract in directory: E:\!!SAB-DOWNLOAD\Complete\Movies\Vice.2015.720p.BluRay.x264-PSYCHD
[18:48:22] [INFO]::MAIN: Calling CouchPotato:movies to post-process:Vice.2015.720p.BluRay.x264-PSYCHD.nzb
[18:48:22] [INFO]::MAIN: Attemping imdbID lookup for Vice.2015.720p.BluRay.x264-PSYCHD.nzb
[18:48:22] [INFO]::MAIN: Searching folder and file names for imdbID ...
[18:48:22] [INFO]::MAIN: Searching IMDB for imdbID ...
[18:48:23] [DEBUG]::MAIN: Opening URL: http://www.omdbapi.com
[18:48:25] [WARNING]::MAIN: Unable to find a imdbID for Vice.2015.720p.BluRay.x264-PSYCHD.nzb
[18:48:25] [DEBUG]::MAIN: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/media.list with PARAMS: {}
[18:48:39] [DEBUG]::MAIN: calling command: C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\FFMPEG\bin\ffprobe.exe -v quiet -print_format json -show_format -show_streams -show_error C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\tests\test.mp4
[18:48:39] [INFO]::TRANSCODER: Checking [vice.2015.720p.bluray.x264-psychd.mkv] for corruption, please stand by ...
[18:48:39] [DEBUG]::MAIN: calling command: C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\FFMPEG\bin\ffprobe.exe -v quiet -print_format json -show_format -show_streams -show_error E:\!!SAB-DOWNLOAD\Complete\Movies\Vice.2015.720p.BluRay.x264-PSYCHD\vice.2015.720p.bluray.x264-psychd.mkv
[18:48:39] [INFO]::TRANSCODER: SUCCESS: [vice.2015.720p.bluray.x264-psychd.mkv] has no corruption.
[18:48:39] [DEBUG]::COUCHPOTATO: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/renamer.scan with PARAMS: {'media_folder': 'E:\\!!SAB-DOWNLOAD\\Complete\\Movies\\Vice.2015.720p.BluRay.x264-PSYCHD'}
[18:48:39] [POSTPROCESS]::COUCHPOTATO: Starting renamer scan for Vice.2015.720p.BluRay.x264-PSYCHD.nzb
[18:49:54] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Finished renamer scan for folder E:\!!SAB-DOWNLOAD\Complete\Movies\Vice.2015.720p.BluRay.x264-PSYCHD
[18:49:54] [POSTPROCESS]::COUCHPOTATO: Checking for status change, please stand by ...
[18:49:54] [DEBUG]::MAIN: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/media.get with PARAMS: {'id': u'df38d3fe57c14d9182d2eabf6d527078'}
[18:49:54] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Release Vice.2015.720p.BluRay.x264-PSYCHD.nzb has now been marked with a status of [DONE]
[18:49:54] [DB]::DB: Updating status of our download Vice.2015.720p.BluRay.x264-PSYCHD.nzb in the DB to 1
[18:49:54] [DB]::MAIN: nzbtomedia.db: UPDATE downloads SET status=?, last_update=? WHERE input_name=? with args [1, 735657, u'Vice.2015.720p.BluRay.x264-PSYCHD.nzb']
[18:49:54] [INFO]::CLEANDIR: Directory E:\!!SAB-DOWNLOAD\Complete\Movies\Vice.2015.720p.BluRay.x264-PSYCHD has been processed and removed ...
[18:49:54] [INFO]::MAIN: The C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\nzbToCouchPotato.py script completed successfully.
CouchPotato: Successfully post-processed Vice.2015.720p.BluRay.x264-PSYCHD.nzb!
Only within the last month has this been happening. But i will download a movie release with it set as normal to my movies dir. Then it'll seem to stall on the running nzbToCouchPotato.py
Then i'll get a CouchPotato: Successfully snatched next highest release! But it was the highest release I want in the beginning.
In the log file it says its a failed release but its not. Maybe because i sent the nzb for that movie myself and didnt let couchpotato grab it ? But that has always worked before just fine.
[13:26:27] [INFO]::MAIN: nzbToMedia Version:77da142216ba6dc91bb654635d4bd03f13c881e5 Branch:master (Windows 7) [13:26:27] [INFO]::MAIN: ######################################################### [13:26:27] [INFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ## [13:26:27] [INFO]::MAIN: ######################################################### [13:26:27] [DEBUG]::MAIN: Options passed into nzbToMedia: ['C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\nzbToCouchPotato.py', 'E:!!SAB-DOWNLOAD\Complete\Movies\Trash.2014.720p.BluRay.x264-ROVERS', 'Trash.2014.720p.BluRay.x264-ROVERS.nzb', 'Trash.2014.720p.BluRay.x264-ROVERS', '', 'movies', 'alt.binaries.moovee', '0'] [13:26:27] [INFO]::MAIN: Script triggered from SABnzbd [13:26:27] [DEBUG]::MAIN: Searching for nzoid from SAbnzbd ... [13:26:27] [DEBUG]::MAIN: Adding NZB download info for directory E:!!SAB-DOWNLOAD\Complete\Movies\Trash.2014.720p.BluRay.x264-ROVERS to database [13:26:27] [DB]::MAIN: nzbtomedia.db: UPDATE downloads SET status = ?, client_agent = ?, last_update = ?, input_id = ?, input_hash = ?, input_name = ? WHERE input_directory = ? with args [0, u'sabnzbd', 735636, u'None', u'None', u'Trash.2014.720p.BluRay.x264-ROVERS.nzb', u'E:!!SAB-DOWNLOAD\Complete\Movies\Trash.2014.720p.BluRay.x264-ROVERS'] [13:26:27] [DB]::MAIN: nzbtomedia.db: INSERT OR IGNORE INTO downloads (status, client_agent, last_update, input_id, input_hash, input_name, input_directory) VALUES (?, ?, ?, ?, ?, ?, ?) with args [0, u'sabnzbd', 735636, u'None', u'None', u'Trash.2014.720p.BluRay.x264-ROVERS.nzb', u'E:!!SAB-DOWNLOAD\Complete\Movies\Trash.2014.720p.BluRay.x264-ROVERS'] [13:26:27] [INFO]::MAIN: Auto-detected SECTION:CouchPotato [13:26:27] [DEBUG]::MAIN: Checking for archives to extract in directory: E:!!SAB-DOWNLOAD\Complete\Movies\Trash.2014.720p.BluRay.x264-ROVERS [13:26:27] [INFO]::MAIN: Calling CouchPotato:movies to post-process:Trash.2014.720p.BluRay.x264-ROVERS.nzb [13:26:28] [INFO]::MAIN: Attemping imdbID lookup for Trash.2014.720p.BluRay.x264-ROVERS.nzb [13:26:28] [INFO]::MAIN: Searching folder and file names for imdbID ... [13:26:28] [INFO]::MAIN: Searching IMDB for imdbID ... [13:26:28] [DEBUG]::MAIN: Opening URL: http://www.omdbapi.com [13:26:29] [WARNING]::MAIN: Unable to find a imdbID for Trash.2014.720p.BluRay.x264-ROVERS.nzb [13:26:29] [DEBUG]::MAIN: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/media.list with PARAMS: {} [14:26:42] [WARNING]::COUCHPOTATO: No media files found in directory E:!!SAB-DOWNLOAD\Complete\Movies\Trash.2014.720p.BluRay.x264-ROVERS. Processing this as a failed download [14:26:42] [POSTPROCESS]::COUCHPOTATO: FAILED DOWNLOAD DETECTED FOR Trash.2014.720p.BluRay.x264-ROVERS.nzb [14:26:42] [POSTPROCESS]::COUCHPOTATO: Setting failed release Trash.2014.720p.BluRay.x264-ROVERS.nzb to ignored ... [14:26:42] [DEBUG]::COUCHPOTATO: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/release.ignore with PARAMS: {'id': u'dd1475fe23f547e4a85f5830ae8027b2'} [14:26:43] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Trash.2014.720p.BluRay.x264-ROVERS.nzb has been set to ignored ... [14:26:43] [POSTPROCESS]::COUCHPOTATO: Trying to snatch the next highest ranked release. [14:26:43] [DEBUG]::COUCHPOTATO: Opening URL: http://localhost:5050/api/9bb12a10a26341e1a47db7ecb0e6b4c2/movie.searcher.try_next [14:26:44] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Snatched the next highest release ... [14:26:44] [DB]::DB: Updating status of our download Trash.2014.720p.BluRay.x264-ROVERS.nzb in the DB to 1 [14:26:44] [DB]::MAIN: nzbtomedia.db: UPDATE downloads SET status=?, last_update=? WHERE input_name=? with args [1, 735636, u'Trash.2014.720p.BluRay.x264-ROVERS.nzb'] [14:26:44] [INFO]::CLEANDIR: Directory E:!!SAB-DOWNLOAD\Complete\Movies\Trash.2014.720p.BluRay.x264-ROVERS has been processed and removed ... [14:26:44] [INFO]::MAIN: The C:\Program Files (x86)\SABnzbd\SCRIPTS\nzbToMedia\nzbToCouchPotato.py script completed successfully. CouchPotato: Successfully snatched next highest release!