This is a cross post from the drobo5N forum but put this there thinking I was in the droboapps forum. I apologize as I know cross posts are frowned upon.
Greetings All,
I recently decided to let my drobo do all the couch potato stuff instead of my gaming computer. I got sabnzbd and sickbeard installed and working fine but I can’t seem to get couch potato working. It installed but it won’t update and typing anything into the “Wanted” search bar produces no results. When reviewing the log it seems to come up with errors almost like it can’t find python. Everything is installed in the default directories and I can’t seem to find where I am supposed to change it in couch potato to let it find python…anyone able to assist? Below is an example of the error it comes up with when I try to search for anything:
[quote]
[providers.info.themoviedb] Failed searching TMDB for “22 jump street”: Traceback (most recent call last):
File “/mnt/DroboFS/Shares/DroboApps/couchpotato/app/couchpotato/core/providers/info/themoviedb/main.py”, line 38, in search
raw = tmdb3.searchMovie(search_string)
File “/mnt/DroboFS/Shares/DroboApps/couchpotato/app/libs/tmdb3/tmdb_api.py”, line 118, in searchMovie
return MovieSearchResult(Request(‘search/movie’, **kwargs), locale=locale)
File “/mnt/DroboFS/Shares/DroboApps/couchpotato/app/libs/tmdb3/tmdb_api.py”, line 145, in init
lambda x: Movie(raw=x, locale=locale))
File “/mnt/DroboFS/Shares/DroboApps/couchpotato/app/libs/tmdb3/pager.py”, line 101, in init
super(PagedRequest, self).init(self._getpage(1), 20)
File “/mnt/DroboFS/Shares/DroboApps/couchpotato/app/libs/tmdb3/pager.py”, line 56, in init
self._data = list(iterable)
File “/mnt/DroboFS/Shares/DroboApps/couchpotato/app/libs/tmdb3/pager.py”, line 105, in _getpage
res = req.readJSON()
File “/mnt/DroboFS/Shares/DroboApps/couchpotato/app/libs/tmdb3/cache.py”, line 108, in call
data = self.func(*args, **kwargs)
File “/mnt/DroboFS/Shares/DroboApps/couchpotato/app/libs/tmdb3/request.py”, line 108, in readJSON
data = json.load(self.open())
File “/mnt/DroboFS/Shares/DroboApps/couchpotato/app/libs/tmdb3/request.py”, line 94, in open
return urllib2.urlopen(self)
File “/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/urllib2.py”, line 127, in urlopen
return _opener.open(url, data, timeout)
File “/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/urllib2.py”, line 404, in open
response = self._open(req, data)
File “/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/urllib2.py”, line 422, in _open
‘_open’, req)
File “/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/urllib2.py”, line 382, in _call_chain
result = func(*args)
File “/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/urllib2.py”, line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File “/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/urllib2.py”, line 1184, in do_open
raise URLError(err)
URLError: <urlopen error [Errno -2] Name or service not known[/quote]
To be honest I got pretty good at couch potato on windows but know nothing about it on a linux or unix based OS’s so any help would be appreciated.
P.S .My drobo currently is set up with “Everyone” has total access. I will change this later but want to get this stuff working before adding too many variables in the mix so I don’t believe it is a permissions thing.