clinton-hall / nzbToMedia

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
GNU General Public License v3.0
672 stars 176 forks source link

Windows Post process Sickbeard #275

Closed Xclorist closed 10 years ago

Xclorist commented 10 years ago

I have the following error when I try and use nzbtosickbeard, with both the windows executable and the python script "Could not start post-process-script nzbToMedia\nzbToSickBeard.py for [Download Folder]: The directory name is invalid." I am running windows 8, any ideas how to fix this?

clinton-hall commented 10 years ago

This is in NZBGet? Can you confirm the full path to the PostProcess Scripts directory? (the full path to nzbToMedia)

Xclorist commented 10 years ago

Hey there, sorry yeah, this is NZBGet on Windows using WEBUI settings.

PostProcess Scripts Directory is: "D:\Program Files (x86)\NZBGet\ppscripts\nzbToMedia"

clinton-hall commented 10 years ago

Have you installed python? If not, the .py script won't run. If you have installed python, have you tried using the default email.py or logger.py to verify these work?

For the .exe, you can't actually run the exe script directly, but instead have to run nzbToMedia.bat

Xclorist commented 10 years ago

Python is installed yea, and I have tested logger.py, The quote of the error I posted was in the the messages section of NZBGet, I have however just added the settings into the script config directly and updated the download path's to absolute in NZBGet instead of using the short codes and it seems to have started processing correctly as desired so I will mark this as fixed sorry to have troubled you, I guess this was a bug in how NZBGet works on windows.

clinton-hall commented 10 years ago

Glad you have it working.... I must admit I haven't done too much testing on Windows beyond making sure it works, but as a general rule I try and use absolute paths where possible to prevent these kinds of issues. Let me know if you have any further difficulties or you find anything that I can/should change to make this project better.

qupncy commented 10 years ago

@clinton-hall Where is the bat file? or do i change the nzbtomedia.py to nzbtomedia.bat?

clinton-hall commented 10 years ago

The bat files come with the windows build. There is a .bit and a .exe, no .py files.

If running from source, this isn't a problem, just make sure .py is in your pathext (should be after installing python).

qupncy commented 10 years ago

Can you send me a link to the windows builds? *all good i found it. link is to a drop box..

Thanks

clinton-hall commented 10 years ago

https://www.dropbox.com/s/68hbst7rp3ctu2u/nzbToMedia%20-win%20-%20v8.5.zip

If you use Couchotato build! you need to use v8.5... When CouchPotato updates the windows build, you will need to switch to 9.0

These got out of sync.

qupncy commented 10 years ago

I'm on the latest CPS build. 2.3.1 only created last week i think? I read in the forums that it went out of sync but i thought that version 9.0 of your script works with 2.3.1?

clinton-hall commented 10 years ago

We'll look at that... I think you are right.

I may need to update the windows build to 9.2 to catch a few recent improvements. Let me know how this version works and I'll see if I can update the build soon.

qupncy commented 10 years ago

I downloaded a test movie and it failed: Sabnzbd log: 19:07:35|INFO nzbToMedia V9.0 19:07:35|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 19:07:35|INFO MAIN: Script triggered from SABnzbd 19:07:35|INFO MAIN: Calling CouchPotatoServer to post-process: Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 19:07:35|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 19:07:35|WARNING Could not find an imdb id in directory or name 19:07:35|INFO Postprocessing will continue, but the movie may not be identified correctly by CouchPotato 19:07:35|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files Traceback (most recent call last): File "", line 391, in File "C:\pyinstaller-2.0\nzbToMedia\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 293, in process File "C:\pyinstaller-2.0\nzbToMedia\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "C:\pyinstaller-2.0\nzbToMedia\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "C:\pyinstaller-2.0\nzbToMedia\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "C:\pyinstaller-2.0\nzbToMedia\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded

edit I tested a tv show and that was completed with no issues.

clinton-hall commented 10 years ago

Was this download initiated by Couch potato, or was it a manual download?

Have you edited the autoProcessMedia.cfg to add in the CouchPotato apikey etc?

Can you show debug logs. (Postprocess.log is in the same directory as nzbToMedia.py)

qupncy commented 10 years ago

It was a manual call (old script/CPS combo had no issues with this) logs are here: 19:07:35|INFO ==================== 19:07:35|INFO nzbToMedia V9.0 19:07:35|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 19:07:35|INFO MAIN: Script triggered from SABnzbd 19:07:35|INFO MAIN: Calling CouchPotatoServer to post-process: Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 19:07:35|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 19:07:35|WARNING Could not find an imdb id in directory or name 19:07:35|INFO Postprocessing will continue, but the movie may not be identified correctly by CouchPotato 19:07:35|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files 19:08:40|DEBUG Opening URL: http://localhost:7070/api//renamer.scan 20:44:08|INFO ==================== 20:44:08|INFO nzbToMedia V9.0 20:44:08|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 20:44:08|INFO MAIN: Script triggered from SABnzbd 20:44:08|INFO

After that last part there is the sickbeard log..

clinton-hall commented 10 years ago

Have you edited the URL above?

There is no Api in the URL, and port 7070 isn't the default...

Can you confirm the autoProcessMedia settings are correct?

qupncy commented 10 years ago

Sorry i assumed the log wouldn't report the actual API key and it appears the API key didn't save even though my port number did..

Yes i changed the default when i first installed CPS and never changed it back to default. Will try another movie and report back in 10 minutes.

Got this:

21:15:19|INFO ==================== 21:15:19|INFO nzbToMedia V9.0 21:15:19|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 21:15:19|INFO MAIN: Script triggered from SABnzbd 21:15:19|INFO MAIN: Calling CouchPotatoServer to post-process: Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 21:15:19|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg & this from sabnzbd: 21:15:19|INFO nzbToMedia V9.0 21:15:19|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 21:15:19|INFO MAIN: Script triggered from SABnzbd 21:15:19|INFO MAIN: Calling CouchPotatoServer to post-process: Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 21:15:19|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg Traceback (most recent call last): File "", line 391, in File "C:\pyinstaller-2.0\nzbToMedia\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 214, in process File "C:\pyinstaller-2.0\nzbToMedia\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\ConfigParser", line 618, in get ConfigParser.NoOptionError: No option 'apikey' in section: 'CouchPotato'

will test again tomorrow..

clinton-hall commented 10 years ago

Ok, I have compiled v9.2 for windows... download is listed here https://github.com/clinton-hall/nzbToMedia/wiki/installation

For the error above, did you somehow rename the name "apikey"?

in autoProcessMedia.cfg, in the section [CouchPotato] this needs to be in the format

apikey = ghjhjujoijojihg

qupncy commented 10 years ago

Tv shows work with 9.2 but get this error with cps: 19:04:22|INFO ==================== 19:04:22|INFO nzbToMedia V9.2 19:04:22|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 19:04:22|INFO MAIN: Script triggered from SABnzbd 19:04:22|INFO MAIN: Calling CouchPotatoServer to post-process: Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 19:04:22|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg Traceback (most recent call last): File "", line 395, in File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 215, in process File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\ConfigParser", line 618, in get ConfigParser.NoOptionError: No option 'host' in section: 'CouchPotato'

clinton-hall commented 10 years ago

ok, that is the second option that is not appearing in your couchpotato config

I am wondering if you have blank lines in there? these all need to be one continuous block without any empty lines within the section...

you need to have the following options specified (change the actual values as needed)

[CouchPotato]
cpsCategory = movie
apikey =
host = localhost
port = 5050
ssl = 0
web_root =
delay = 65
method = renamer
delete_failed = 0
wait_for = 5
remoteCPS = 0
qupncy commented 10 years ago

tested again with 9.2 and i can confirm it all works now!! thank you for your help.

I'll try remember not to replace my config file next time i update!

edit The script reported no error in sabnzbd however the file didn't get moved and there is an error in the CPS logs: [tato.core.plugins.renamer] The provided movie folder none does not exist. Trying to find it in the 'from' folder.03-13 18:10:21 ERROR [ couchpotato.core.event] Error in event "renamer.scan", that wasn't caught: Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\event.py", line 12, in runHandler File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\renamer\main.py", line 125, in scan TypeError: object of type 'NoneType' has no len() encoding=cp1252 debug=True args=['--quiet'] app_dir=C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32 data_dir=C:\Users\Nick\AppData\Roaming\CouchPotato desktop=<main.CouchPotatoApp; proxy of <Swig Object of type 'wxPyApp *' at 0x4469ff8> > options=Namespace(config_file='C:\Users\Nick\AppData\Roaming\CouchPotato\settings.conf', console_log=False, daemon=False, data_dir=None, debug=False, pid_file='C:\Users\Nick\AppData\Roaming\CouchPotato\couchpotato.pid', quiet=True) @clinton-hall

clinton-hall commented 10 years ago

Sorry for not responding earlier. When you edit a post after I read, apparently I don't get the notification!

Can you post the full output of the postprocess.log for one of these events, and the CouchPotato logs for a few minutes leading up to the error?

clinton-hall commented 10 years ago

Can you check to be sure both the to and from folders exist in settings, renamer?

Also ensure that settings, renamer, run_every = 0 (and restart CouchPotato after changing this value)

qupncy commented 10 years ago

The to and from folders a definitely there & here are the logs: 19:14:27|INFO ==================== 19:14:27|INFO nzbToMedia V9.2 19:14:27|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 19:14:27|INFO MAIN: Script triggered from SABnzbd 19:14:27|INFO MAIN: Calling CouchPotatoServer to post-process: Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 19:14:27|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 19:14:27|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files 19:15:33|INFO CouchPotatoServer returned {u'success': True} 19:15:33|INFO renamer scan started on CouchPotatoServer for Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 19:15:33|INFO MAIN: The autoProcess* script completed successfully.

CPS: 03-16 19:03:33 INFO [iders.info.couchpotatoapi] Found suggestions for 805 movies, 11 ignored03-16 19:03:33 DEBUG [hpotato.core.plugins.base] Setting cache suggestion_cached03-16 19:03:33 ERROR [chpotato.core.plugins.log] API log: {'line': u'324', 'message': u"chrome 33: \nUncaught TypeError: Cannot read property 'length' of undefined", 'page': u'http://HOST/log/', 'file': u'http://HOST/minified/head.js?1394956916'}03-16 19:15:00 DEBUG [o.core.notifications.core] Notifying frontend03-16 19:15:00 DEBUG [o.core.notifications.core] Done notifying frontend03-16 19:15:00 INFO [hpotato.core.plugins.base] Opening url: https://kickass.to, params: []03-16 19:15:02 DEBUG [o.core.notifications.core] Getting messages with id: 33500af7-946b-4a7b-b47c-f39eff6f8e5003-16 19:15:02 DEBUG [o.core.notifications.core] Returning for 33500af7-946b-4a7b-b47c-f39eff6f8e50 0 messages03-16 19:15:02 DEBUG [re.providers.torrent.base] Using proxy for KickAssTorrents: https://kickass.to03-16 19:15:02 DEBUG [o.core.notifications.core] Notifying frontend03-16 19:15:02 DEBUG [o.core.notifications.core] Done notifying frontend03-16 19:15:02 INFO [core.media.movie.searcher] Search for Spinning Plates in 720P03-16 19:15:02 INFO [hpotato.core.plugins.base] Opening url: http://www.gingadaddy.com/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:15:04 DEBUG [o.core.notifications.core] Getting messages with id: 73cad031-3a89-4e51-9afa-de672fbdef6703-16 19:15:04 DEBUG [o.core.notifications.core] Returning for 73cad031-3a89-4e51-9afa-de672fbdef67 0 messages03-16 19:15:06 DEBUG [o.core.notifications.core] Cleaning messages03-16 19:15:06 DEBUG [o.core.notifications.core] Done cleaning messages03-16 19:15:07 DEBUG [hpotato.core.plugins.base] Setting cache 76bffe6a57e366aa58a4e3b3cbe3daf799914b932bd37a50b983c5e7c90ae93b03-16 19:15:07 INFO [hpotato.core.plugins.base] Opening url: http://www.nzb.su/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:15:11 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: http://www.nzb.su/api?t=movie&imdbid=2014351&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 301: The HTTP server returned a redirect error that would lead to an infinite loop. The last 30x error message was: Moved Permanently 03-16 19:15:11 INFO [hpotato.core.plugins.base] Opening url: http://nzbs.in/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:15:15 DEBUG [hpotato.core.plugins.base] Setting cache 61feaf47bf02b613d46201fbd9bc1b2f99914b932bd37a50b983c5e7c90ae93b03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdr via identifier dvdr in Spinning.Plates.2012.NTSC.DVDR-0MNiDVD03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdr via identifier dvdr in Spinning.Plates.2012.NTSC.DVDR-0MNiDVD03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdr via tags ['pal', 'ntsc', 'video_ts', 'audio_ts', ('dvd', 'r')] in Spinning.Plates.2012.NTSC.DVDR-0MNiDVD03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdr via tags ['pal', 'ntsc', 'video_ts', 'audio_ts', ('dvd', 'r')] in Spinning.Plates.2012.NTSC.DVDR-0MNiDVD03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found ts via identifier ts in Spinning.Plates.2012.NTSC.DVDR-0MNiDVD03-16 19:15:15 DEBUG [hpotato.core.plugins.base] Setting cache 611fb77ebae90d79b1a56e1b6ed8ecec03-16 19:15:15 INFO [core.media.movie.searcher] Wrong: Spinning.Plates.2012.NTSC.DVDR-0MNiDVD, looking for 720P03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found 1080p via tags ['m2ts', 'x264', 'h264'] in spinning.plates.2012.dvdrip.x264-wide03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found 1080p via tags ['m2ts', 'x264', 'h264'] in spinning.plates.2012.dvdrip.x264-wide03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found 720p via tags ['x264', 'h264'] in spinning.plates.2012.dvdrip.x264-wide03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found 720p via tags ['x264', 'h264'] in spinning.plates.2012.dvdrip.x264-wide03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdr via identifier dvdr in spinning.plates.2012.dvdrip.x264-wide03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdrip via identifier dvdrip in spinning.plates.2012.dvdrip.x264-wide03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdrip via identifier dvdrip in spinning.plates.2012.dvdrip.x264-wide03-16 19:15:15 DEBUG [hpotato.core.plugins.base] Setting cache 50e3f4e9b05c16995b01a41ac49075e903-16 19:15:15 INFO [core.media.movie.searcher] Wrong: spinning.plates.2012.dvdrip.x264-wide, looking for 720P03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found 1080p via tags ['m2ts', 'x264', 'h264'] in Spinning.Plates.2012.DVDRip.x264-WiDE03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found 1080p via tags ['m2ts', 'x264', 'h264'] in Spinning.Plates.2012.DVDRip.x264-WiDE03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found 720p via tags ['x264', 'h264'] in Spinning.Plates.2012.DVDRip.x264-WiDE03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found 720p via tags ['x264', 'h264'] in Spinning.Plates.2012.DVDRip.x264-WiDE03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdr via identifier dvdr in Spinning.Plates.2012.DVDRip.x264-WiDE03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdrip via identifier dvdrip in Spinning.Plates.2012.DVDRip.x264-WiDE03-16 19:15:15 DEBUG [tato.core.plugins.quality] Found dvdrip via identifier dvdrip in Spinning.Plates.2012.DVDRip.x264-WiDE03-16 19:15:15 DEBUG [hpotato.core.plugins.base] Setting cache b664e9c1f676684ad28813352a3f015103-16 19:15:15 INFO [core.media.movie.searcher] Wrong: Spinning.Plates.2012.DVDRip.x264-WiDE, looking for 720P03-16 19:15:15 INFO [hpotato.core.plugins.base] Opening url: http://209.123.242.18/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:15:21 DEBUG [o.core.notifications.core] Cleaning messages03-16 19:15:21 DEBUG [o.core.notifications.core] Done cleaning messages03-16 19:15:31 DEBUG [o.core.notifications.core] Getting messages with id: 73cad031-3a89-4e51-9afa-de672fbdef6703-16 19:15:31 DEBUG [o.core.notifications.core] Returning for 73cad031-3a89-4e51-9afa-de672fbdef67 0 messages03-16 19:15:33 DEBUG [tato.core.plugins.renamer] The provided movie folder none does not exist. Trying to find it in the 'from' folder.03-16 19:15:33 ERROR [ couchpotato.core.event] Error in event "renamer.scan", that wasn't caught: Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\event.py", line 12, in runHandler File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\renamer\main.py", line 125, in scan TypeError: object of type 'NoneType' has no len() encoding=cp1252 debug=True args=['--quiet'] app_dir=C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32 data_dir=C:\Users\Nick\AppData\Roaming\CouchPotato desktop=<main.CouchPotatoApp; proxy of <Swig Object of type 'wxPyApp *' at 0x4309ff8> > options=Namespace(config_file='C:\Users\Nick\AppData\Roaming\CouchPotato\settings.conf', console_log=False, daemon=False, data_dir=None, debug=False, pid_file='C:\Users\Nick\AppData\Roaming\CouchPotato\couchpotato.pid', quiet=True) 03-16 19:15:36 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: http://209.123.242.18/api?t=movie&imdbid=2014351&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> 03-16 19:15:36 INFO [hpotato.core.plugins.base] Opening url: https://smackdownonyou.com/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:15:38 DEBUG [hpotato.core.plugins.base] Setting cache ea15204a3455eb1b0de1e2e5a5ec2fe799914b932bd37a50b983c5e7c90ae93b03-16 19:15:38 INFO [hpotato.core.plugins.base] Opening url: http://nzbplanet.net/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:15:39 DEBUG [hpotato.core.plugins.base] Setting cache fb778bba90337610bd019ffd76702ab699914b932bd37a50b983c5e7c90ae93b03-16 19:15:39 INFO [hpotato.core.plugins.base] Opening url: https://www.oznzb.com/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:15:40 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: https://www.oznzb.com/api?t=movie&imdbid=2014351&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 429: Too Many Requests 03-16 19:15:40 INFO [hpotato.core.plugins.base] Opening url: http://www.td.af/torrents/, params: with data03-16 19:15:42 DEBUG [hpotato.core.plugins.base] Waiting for TorrentDay, 1 seconds03-16 19:15:43 INFO [hpotato.core.plugins.base] Opening url: http://www.td.af/V3/API/API.php, params: ['cata', '/browse.php?', 'search', 'jxt', 'jxw']03-16 19:15:44 DEBUG [hpotato.core.plugins.base] Setting cache 845ce91965f729ed1d91bfce58d9aaf4831a6901e365806ddf17c096b86fa16103-16 19:15:44 INFO [hpotato.core.plugins.base] Opening url: https://kickass.to/m-i2014351/, params: []03-16 19:15:46 DEBUG [hpotato.core.plugins.base] Setting cache 2ff4b6300ef003b4c31b6e1545b724ea99914b932bd37a50b983c5e7c90ae93b03-16 19:15:46 DEBUG [core.media.movie.searcher] Nothing found for Spinning Plates in 720P03-16 19:15:46 INFO [core.media.movie.searcher] Search for Spinning Plates in 720P03-16 19:15:46 DEBUG [hpotato.core.plugins.base] Getting cache 76bffe6a57e366aa58a4e3b3cbe3daf799914b932bd37a50b983c5e7c90ae93b03-16 19:15:46 INFO [hpotato.core.plugins.base] Opening url: http://www.nzb.su/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:15:49 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: http://www.nzb.su/api?t=movie&imdbid=2014351&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 301: The HTTP server returned a redirect error that would lead to an infinite loop. The last 30x error message was: Moved Permanently 03-16 19:15:49 DEBUG [hpotato.core.plugins.base] Getting cache 61feaf47bf02b613d46201fbd9bc1b2f99914b932bd37a50b983c5e7c90ae93b03-16 19:15:49 DEBUG [hpotato.core.plugins.base] Getting cache 611fb77ebae90d79b1a56e1b6ed8ecec03-16 19:15:49 INFO [core.media.movie.searcher] Wrong: Spinning.Plates.2012.NTSC.DVDR-0MNiDVD, looking for 720P03-16 19:15:49 DEBUG [hpotato.core.plugins.base] Getting cache 50e3f4e9b05c16995b01a41ac49075e903-16 19:15:49 INFO [core.media.movie.searcher] Wrong: spinning.plates.2012.dvdrip.x264-wide, looking for 720P03-16 19:15:49 DEBUG [hpotato.core.plugins.base] Getting cache b664e9c1f676684ad28813352a3f015103-16 19:15:49 INFO [core.media.movie.searcher] Wrong: Spinning.Plates.2012.DVDRip.x264-WiDE, looking for 720P03-16 19:15:49 INFO [hpotato.core.plugins.base] Opening url: http://209.123.242.18/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:16:10 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: http://209.123.242.18/api?t=movie&imdbid=2014351&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> 03-16 19:16:10 DEBUG [hpotato.core.plugins.base] Getting cache ea15204a3455eb1b0de1e2e5a5ec2fe799914b932bd37a50b983c5e7c90ae93b03-16 19:16:10 DEBUG [hpotato.core.plugins.base] Getting cache fb778bba90337610bd019ffd76702ab699914b932bd37a50b983c5e7c90ae93b03-16 19:16:10 INFO [hpotato.core.plugins.base] Opening url: https://www.oznzb.com/api?t=movie&imdbid=2014351&apikey=xxx&extended=1, params: []03-16 19:16:11 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: https://www.oznzb.com/api?t=movie&imdbid=2014351&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 429: Too Many Requests 03-16 19:16:11 DEBUG [hpotato.core.plugins.base] Getting cache 845ce91965f729ed1d91bfce58d9aaf4831a6901e365806ddf17c096b86fa16103-16 19:16:11 DEBUG [hpotato.core.plugins.base] Getting cache 2ff4b6300ef003b4c31b6e1545b724ea99914b932bd37a50b983c5e7c90ae93b03-16 19:16:11 DEBUG [core.media.movie.searcher] Nothing found for Spinning Plates in 720P03-16 19:16:11 DEBUG [o.core.notifications.core] Notifying frontend03-16 19:16:11 DEBUG [o.core.notifications.core] Done notifying frontend03-16 19:16:11 DEBUG [o.core.notifications.core] Notifying frontend03-16 19:16:11 DEBUG [o.core.notifications.core] Done notifying frontend03-16 19:16:11 INFO [core.media.movie.searcher] Search for Blue Exorcist: The Movie in 720P03-16 19:16:11 INFO [hpotato.core.plugins.base] Opening url: http://www.gingadaddy.com/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:16:13 DEBUG [o.core.notifications.core] Getting messages with id: 5bce5438-8c10-4a7b-921d-294b5a12cca903-16 19:16:13 DEBUG [o.core.notifications.core] Returning for 5bce5438-8c10-4a7b-921d-294b5a12cca9 1 messages03-16 19:16:13 DEBUG [hpotato.core.plugins.base] Setting cache e48ad086692f12ed8eb3f4e542da4ac799914b932bd37a50b983c5e7c90ae93b03-16 19:16:13 INFO [hpotato.core.plugins.base] Opening url: http://www.nzb.su/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:16:14 DEBUG [o.core.notifications.core] Getting messages with id: 9b0be520-64b7-4331-adb0-284e2be6a97303-16 19:16:14 DEBUG [o.core.notifications.core] Returning for 9b0be520-64b7-4331-adb0-284e2be6a973 0 messages03-16 19:16:16 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: http://www.nzb.su/api?t=movie&imdbid=3028018&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 301: The HTTP server returned a redirect error that would lead to an infinite loop. The last 30x error message was: Moved Permanently 03-16 19:16:16 INFO [hpotato.core.plugins.base] Opening url: http://nzbs.in/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:16:19 DEBUG [hpotato.core.plugins.base] Setting cache 8171b643d9753de400fafebe6bf2799999914b932bd37a50b983c5e7c90ae93b03-16 19:16:19 DEBUG [ couchpotato.core.event] Assume disabled eventhandler for: quality.guess03-16 19:16:19 INFO [core.media.movie.searcher] Wrong: Ao No Exorcist - Le Film (2012) HD vostfr, looking for 720P03-16 19:16:19 DEBUG [ couchpotato.core.event] Assume disabled eventhandler for: quality.guess03-16 19:16:19 INFO [core.media.movie.searcher] Wrong: Ao No Exorcist - Le Film (2012) SD vostfr, looking for 720P03-16 19:16:19 INFO [hpotato.core.plugins.base] Opening url: http://209.123.242.18/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:16:21 DEBUG [o.core.notifications.core] Cleaning messages03-16 19:16:21 DEBUG [o.core.notifications.core] Done cleaning messages03-16 19:16:36 DEBUG [o.core.notifications.core] Cleaning messages03-16 19:16:36 DEBUG [o.core.notifications.core] Done cleaning messages03-16 19:16:40 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: http://209.123.242.18/api?t=movie&imdbid=3028018&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> 03-16 19:16:40 INFO [hpotato.core.plugins.base] Opening url: https://smackdownonyou.com/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:16:41 DEBUG [hpotato.core.plugins.base] Setting cache 55e118aee1608760e4c8e913b5fce92299914b932bd37a50b983c5e7c90ae93b03-16 19:16:42 INFO [hpotato.core.plugins.base] Opening url: http://nzbplanet.net/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:16:43 DEBUG [hpotato.core.plugins.base] Setting cache f169e4ab14723cd1e766d2aa68dfd74f99914b932bd37a50b983c5e7c90ae93b03-16 19:16:43 INFO [hpotato.core.plugins.base] Opening url: https://www.oznzb.com/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:16:44 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: https://www.oznzb.com/api?t=movie&imdbid=3028018&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 429: Too Many Requests 03-16 19:16:44 INFO [hpotato.core.plugins.base] Opening url: http://www.td.af/V3/API/API.php, params: ['cata', '/browse.php?', 'search', 'jxt', 'jxw']03-16 19:16:45 DEBUG [hpotato.core.plugins.base] Setting cache 845ce91965f729ed1d91bfce58d9aaf4e2ac5236c0c78e0276db4e929ec4c15703-16 19:16:45 DEBUG [hpotato.core.plugins.base] Waiting for TorrentDay, 1 seconds03-16 19:16:46 INFO [hpotato.core.plugins.base] Opening url: http://www.td.af/V3/API/API.php, params: ['cata', '/browse.php?', 'search', 'jxt', 'jxw']03-16 19:16:47 DEBUG [hpotato.core.plugins.base] Setting cache 845ce91965f729ed1d91bfce58d9aaf40fcf78e549d008b3dd3d69dad041ef5203-16 19:16:47 INFO [hpotato.core.plugins.base] Opening url: https://kickass.to/m-i3028018/, params: []03-16 19:16:49 ERROR [hpotato.core.plugins.base] Failed opening url in KickAssTorrents: https://kickass.to/m-i3028018/ Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 500: Internal Server Error 03-16 19:16:49 DEBUG [core.media.movie.searcher] Nothing found for Blue Exorcist: The Movie in 720P03-16 19:16:49 INFO [core.media.movie.searcher] Search for Blue Exorcist: The Movie in 720P03-16 19:16:49 DEBUG [hpotato.core.plugins.base] Getting cache e48ad086692f12ed8eb3f4e542da4ac799914b932bd37a50b983c5e7c90ae93b03-16 19:16:49 INFO [hpotato.core.plugins.base] Opening url: http://www.nzb.su/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:16:52 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: http://www.nzb.su/api?t=movie&imdbid=3028018&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 301: The HTTP server returned a redirect error that would lead to an infinite loop. The last 30x error message was: Moved Permanently 03-16 19:16:52 DEBUG [hpotato.core.plugins.base] Getting cache 8171b643d9753de400fafebe6bf2799999914b932bd37a50b983c5e7c90ae93b03-16 19:16:52 DEBUG [ couchpotato.core.event] Assume disabled eventhandler for: quality.guess03-16 19:16:52 INFO [core.media.movie.searcher] Wrong: Ao No Exorcist - Le Film (2012) HD vostfr, looking for 720P03-16 19:16:52 DEBUG [ couchpotato.core.event] Assume disabled eventhandler for: quality.guess03-16 19:16:52 INFO [core.media.movie.searcher] Wrong: Ao No Exorcist - Le Film (2012) SD vostfr, looking for 720P03-16 19:16:52 INFO [hpotato.core.plugins.base] Opening url: http://209.123.242.18/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:17:13 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: http://209.123.242.18/api?t=movie&imdbid=3028018&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> 03-16 19:17:13 DEBUG [hpotato.core.plugins.base] Getting cache 55e118aee1608760e4c8e913b5fce92299914b932bd37a50b983c5e7c90ae93b03-16 19:17:13 DEBUG [hpotato.core.plugins.base] Getting cache f169e4ab14723cd1e766d2aa68dfd74f99914b932bd37a50b983c5e7c90ae93b03-16 19:17:13 INFO [hpotato.core.plugins.base] Opening url: https://www.oznzb.com/api?t=movie&imdbid=3028018&apikey=xxx&extended=1, params: []03-16 19:17:13 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: https://www.oznzb.com/api?t=movie&imdbid=3028018&apikey=xxx&extended=1 Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 429: Too Many Requests 03-16 19:17:13 DEBUG [hpotato.core.plugins.base] Getting cache 845ce91965f729ed1d91bfce58d9aaf4e2ac5236c0c78e0276db4e929ec4c15703-16 19:17:13 DEBUG [hpotato.core.plugins.base] Getting cache 845ce91965f729ed1d91bfce58d9aaf40fcf78e549d008b3dd3d69dad041ef5203-16 19:17:13 INFO [hpotato.core.plugins.base] Opening url: https://kickass.to/m-i3028018/, params: []03-16 19:17:15 ERROR [hpotato.core.plugins.base] Failed opening url in KickAssTorrents: https://kickass.to/m-i3028018/ Traceback (most recent call last): File "C:\Users\Nick\AppData\Roaming\CouchPotato\application\appdata\CouchPotato-2.3.1.win32\couchpotato\core\plugins\base.py", line 183, in urlopen HTTPError: HTTP Error 500: Internal Server Error 03-16 19:17:15 DEBUG [core.media.movie.searcher] Nothing found for Blue Exorcist: The Movie in 720P03-16 19:17:15 DEBUG [o.core.notifications.core] Notifying frontend03-16 19:17:15 DEBUG [o.core.notifications.core] Done notifying frontend03-16 19:17:15 DEBUG [o.core.notifications.core] Notifying frontend03-16 19:17:15 DEBUG [o.core.notifications.core] Done notifying frontend03-16 19:17:15 INFO [core.media.movie.searcher] Search for After Tiller in 720P03-16 19:17:15 INFO [hpotato.core.plugins.base] Opening url: http://www.gingadaddy.com/api?t=movie&imdbid=2430104&apikey=xxx&extended=1, params: []03-16 19:17:18 DEBUG [o.core.notifications.core] Getting messages with id: 24dd733c-9ead-4a05-a8de-47d18d3336c203-16 19:17:18 DEBUG [o.core.notifications.core] Returning for 24dd733c-9ead-4a05-a8de-47d18d3336c2 1 messages

With the line where gingadaddy is referenced (19:17) does that mean gingdaddy is working? as i can never seem to get a download from that website..

Thanks for your help

clinton-hall commented 10 years ago

Gingdaddy, I have seen some posts on CouchPotato site to suggest this is not working correctly. This may be fixed at some point, but I myself don't know if it is or isn't working. The log filed shows that it is being searched, and doesn't give errors... I don't see any evidence that it is returning valid results...

For the issue at hand, I need to see the actual logs from postprocess.log, this will include the debug entries that I need to see what is going on.

qupncy commented 10 years ago

Sorry about that here it is: There's a few examples in here (i think i removed all API key entries).

07:15:25|INFO nzbToMedia V9.2 07:15:25|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 07:15:25|INFO MAIN: Script triggered from SABnzbd 07:15:25|INFO MAIN: Calling CouchPotatoServer to post-process: the.wolf.of.wall.street.2013.1080p.bluray.x264-amiable.cp(tt0993846).nzb 07:15:25|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 07:15:25|INFO Found movie id tt0993846 in name 07:15:25|DEBUG Opening URL: http://localhost:7070/api/0/media.list/?status=active&release_status=snatched&limit_offset=50,0 07:15:26|ERROR Unable to parse json data for movies Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 07:15:26|ERROR Could not parse database results to determine imdbid or movie id Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 07:15:26|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files 07:16:31|DEBUG Opening URL: http://localhost:7070/api/01/renamer.scan 07:16:32|INFO CouchPotatoServer returned {u'success': True} 07:16:32|INFO renamer scan started on CouchPotatoServer for the.wolf.of.wall.street.2013.1080p.bluray.x264-amiable.cp(tt0993846).nzb 07:16:32|INFO MAIN: The autoProcess* script completed successfully. 14:31:56|INFO ==================== 14:31:56|INFO nzbToMedia V9.2 14:31:56|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 14:31:56|INFO MAIN: Script triggered from SABnzbd 14:31:56|INFO MAIN: Calling CouchPotatoServer to post-process: green.street.hooligans.2005.bluray.720p.dts.x264-chd.cp(tt0385002).nzb 14:31:56|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 14:31:56|INFO Found movie id tt0385002 in name 14:31:56|DEBUG Opening URL: http://localhost:7070/api/01/media.list/?status=active&release_status=snatched&limit_offset=50,0 14:31:57|ERROR Unable to parse json data for movies Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 14:31:57|ERROR Could not parse database results to determine imdbid or movie id Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 14:31:57|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files 14:33:02|DEBUG Opening URL: http://localhost:7070/api/0/renamer.scan 14:33:03|INFO CouchPotatoServer returned {u'success': True} 14:33:03|INFO renamer scan started on CouchPotatoServer for green.street.hooligans.2005.bluray.720p.dts.x264-chd.cp(tt0385002).nzb 14:33:03|INFO MAIN: The autoProcess* script completed successfully. 16:09:26|INFO ==================== 16:09:26|INFO nzbToMedia V9.2 16:09:26|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 16:09:26|INFO MAIN: Script triggered from SABnzbd 16:09:26|INFO MAIN: Calling CouchPotatoServer to post-process: frozen.2013.720p.bluray.x264-sparks.cp(tt2294629).nzb 16:09:26|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 16:09:26|INFO Found movie id tt2294629 in name 16:09:26|DEBUG Opening URL: http://localhost:7070/api/01/media.list/?status=active&release_status=snatched&limit_offset=50,0 16:09:27|ERROR Unable to parse json data for movies Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 16:09:27|ERROR Could not parse database results to determine imdbid or movie id Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 16:09:27|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files 16:10:32|DEBUG Opening URL: http://localhost:7070/api/01/renamer.scan 16:10:34|INFO CouchPotatoServer returned {u'success': True} 16:10:34|INFO renamer scan started on CouchPotatoServer for frozen.2013.720p.bluray.x264-sparks.cp(tt2294629).nzb 16:10:34|INFO MAIN: The autoProcess* script completed successfully. 18:40:22|INFO ==================== 18:40:22|INFO nzbToMedia V9.2 18:40:22|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 18:40:22|INFO MAIN: Script triggered from SABnzbd 18:40:22|INFO MAIN: Calling CouchPotatoServer to post-process: the.losers.2010.bluray.720p.dts.x264-chd.cp(tt0480255).nzb 18:40:22|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 18:40:22|INFO Found movie id tt0480255 in name 18:40:22|DEBUG Opening URL: http://localhost:7070/api/01/media.list/?status=active&release_status=snatched&limit_offset=50,0 18:40:23|ERROR Unable to parse json data for movies Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 18:40:23|ERROR Could not parse database results to determine imdbid or movie id Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 18:40:23|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files 18:41:28|DEBUG Opening URL: http://localhost:7070/api/01/renamer.scan 18:41:29|INFO CouchPotatoServer returned {u'success': True} 18:41:29|INFO renamer scan started on CouchPotatoServer for the.losers.2010.bluray.720p.dts.x264-chd.cp(tt0480255).nzb 18:41:29|INFO MAIN: The autoProcess* script completed successfully. 18:58:24|INFO ==================== 18:58:24|INFO nzbToMedia V9.2 18:58:24|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 18:58:24|INFO MAIN: Script triggered from SABnzbd 18:58:24|INFO MAIN: Calling CouchPotatoServer to post-process: Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 18:58:24|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 18:58:24|DEBUG Could not find an imdb id in directory or name 18:58:24|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files 18:59:29|DEBUG Opening URL: http://localhost:7070/api/0/renamer.scan 18:59:30|INFO CouchPotatoServer returned {u'success': True} 18:59:30|INFO renamer scan started on CouchPotatoServer for Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 18:59:30|INFO MAIN: The autoProcess* script completed successfully. 19:14:27|INFO ==================== 19:14:27|INFO nzbToMedia V9.2 19:14:27|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 19:14:27|INFO MAIN: Script triggered from SABnzbd 19:14:27|INFO MAIN: Calling CouchPotatoServer to post-process: Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 19:14:27|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 19:14:27|DEBUG Could not find an imdb id in directory or name 19:14:27|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files 19:15:32|DEBUG Opening URL: http://localhost:7070/api/00/renamer.scan 19:15:33|INFO CouchPotatoServer returned {u'success': True} 19:15:33|INFO renamer scan started on CouchPotatoServer for Alpha.And.Omega.3.The.Great.Wolf.Games.2014.720p.WEB-DL-NoGrp.nzb 19:15:33|INFO MAIN: The autoProcess* script completed successfully. 00:07:59|INFO ==================== 00:07:59|INFO nzbToMedia V9.2 00:07:59|INFO MAIN: Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 00:07:59|INFO MAIN: Script triggered from SABnzbd 00:07:59|INFO MAIN: Calling CouchPotatoServer to post-process: the.boondock.saints.ii.all.saints.day.2009.dc.720p.bluray.x264-amiable.cp(tt1300851).nzb 00:07:59|INFO Loading config from D:\SABNZBD Scripts\autoProcessMedia.cfg 00:07:59|INFO Found movie id tt1300851 in name 00:07:59|DEBUG Opening URL: http://localhost:7070/api/01/media.list/?status=active&release_status=snatched&limit_offset=50,0 00:08:00|ERROR Unable to parse json data for movies Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 00:08:00|ERROR Could not parse database results to determine imdbid or movie id Traceback (most recent call last): File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\autoProcess.autoProcessMovie", line 70, in get_movie_info File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 278, in load File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json", line 326, in loads File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 366, in decode File "c:\build\pyi.win32\nzbToMedia\out00-PYZ.pyz\json.decoder", line 384, in raw_decode ValueError: No JSON object could be decoded 00:08:00|INFO Waiting for 65.0 seconds to allow CPS to process newly extracted files 00:09:05|DEBUG Opening URL: http://localhost:7070/api//renamer.scan 00:09:07|INFO CouchPotatoServer returned {u'success': True} 00:09:07|INFO renamer scan started on CouchPotatoServer for the.boondock.saints.ii.all.saints.day.2009.dc.720p.bluray.x264-amiable.cp(tt1300851).nzb 00:09:07|INFO

PS i just noticed CPS updated to 2.40 overnight when some of these logs were done. It might have fixed the issue?

clinton-hall commented 10 years ago

Yes, this issue shouldn't happen with 2.4.0.... Please let me know if this does continue...