Also on the latest build I get this in my log when it searches for movies:
Code: Select all
12:45:23,924 INFO [app.lib.provider.yarr.sources.nzbs] Searching: http://nzbs.org/rss.php?catid=2&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Sex+and+the+City+2+r5&action=search
12:45:33,953 ERROR [app.lib.provider.yarr.sources.nzbs] Failed to open http://nzbs.org/rss.php?catid=2&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Sex+and+the+City+2+r5&action=search.
12:45:53,954 INFO [app.lib.provider.yarr.sources.nzbs] Searching: http://nzbs.org/rss.php?catid=4&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Robin+Hood+1080p&action=search
12:46:03,980 ERROR [app.lib.provider.yarr.sources.nzbs] Failed to open http://nzbs.org/rss.php?catid=4&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Robin+Hood+1080p&action=search.
12:46:23,980 INFO [app.lib.provider.yarr.sources.nzbs] Searching: http://nzbs.org/rss.php?catid=4&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Robin+Hood+720p&action=search
12:46:34,003 ERROR [app.lib.provider.yarr.sources.nzbs] Failed to open http://nzbs.org/rss.php?catid=4&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Robin+Hood+720p&action=search.
12:46:54,003 INFO [app.lib.provider.yarr.sources.nzbs] Searching: http://nzbs.org/rss.php?catid=2&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Robin+Hood+dvdrip&action=search
12:47:07,019 ERROR [app.lib.provider.yarr.sources.nzbs] Failed to open http://nzbs.org/rss.php?catid=2&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Robin+Hood+dvdrip&action=search.
12:47:27,019 INFO [app.lib.provider.yarr.sources.nzbs] Searching: http://nzbs.org/rss.php?catid=2&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Robin+Hood+r5&action=search
12:47:40,039 ERROR [app.lib.provider.yarr.sources.nzbs] Failed to open http://nzbs.org/rss.php?catid=2&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Robin+Hood+r5&action=search.
12:48:00,039 INFO [app.lib.provider.yarr.sources.nzbs] Searching: http://nzbs.org/rss.php?catid=4&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Knight+and+Day+1080p&action=search
12:48:10,062 ERROR [app.lib.provider.yarr.sources.nzbs] Failed to open http://nzbs.org/rss.php?catid=4&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Knight+and+Day+1080p&action=search.
12:48:30,063 INFO [app.lib.provider.yarr.sources.nzbs] Searching: http://nzbs.org/rss.php?catid=4&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Knight+and+Day+720p&action=search
12:48:40,088 ERROR [app.lib.provider.yarr.sources.nzbs] Failed to open http://nzbs.org/rss.php?catid=4&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Knight+and+Day+720p&action=search.
12:49:00,088 INFO [app.lib.provider.yarr.sources.nzbs] Searching: http://nzbs.org/rss.php?catid=2&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Knight+and+Day+dvdrip&action=search
12:49:10,111 ERROR [app.lib.provider.yarr.sources.nzbs] Failed to open http://nzbs.org/rss.php?catid=2&i=44037&h=6b61da184633a6a2ef16adb7c9690bb3&age=300&q=Knight+and+Day+dvdrip&action=search.
Is this supposed to happen? I know that the movies are not out yet, so nothing should be found, but I don't think it should say "error". Also, if I manually open one of the links, it also returns an error in my browser.
It seems that nzbs.org is down at the moment, and that is probably the source of the problem.
Perhaps you could build in some sort of test for this. If the searches fails, CouchPotato checks if the actual site (in this case nzbs.org) is reachable. If not, stop trying to search and wait for 1 hour, then try again until the page is back up. When this happens, return to the checkinterval specified in the settings.
I just think that it is redundant and kind of a waste to have CouchPotato try to run through all of my movies, if a simple lookup on "nzbs.org" would have returned an error as well.
I say simple, because for me it is. I have no idea if it is simple to code
