Couchpotato Search Stopped Working on Update
Posted: Wed Jun 04, 2014 8:59 pm
Hello - is anyone else seeing this problem with Couchpotato after an update?
Search doesn't work anymore. Checking the logs, I am seeing this error:
06-04 23:57:21 ERROR [ couchpotato.core.event] Error in event "movie.search", that wasn't caught: Traceback (most recent call last):
File "/var/hda/web-apps/couchpotato/html/couchpotato/core/event.py", line 12, in runHandler
return handler(*args, **kwargs)
File "/var/hda/web-apps/couchpotato/html/couchpotato/core/providers/movie/themoviedb/main.py", line 64, in search
raw = tmdb.search(search_string)
File "/var/hda/web-apps/couchpotato/html/libs/themoviedb/tmdb.py", line 700, in search
return mdb.search(name)
File "/var/hda/web-apps/couchpotato/html/libs/themoviedb/tmdb.py", line 317, in search
etree = XmlHandler(url).getEt()
File "/var/hda/web-apps/couchpotato/html/libs/themoviedb/tmdb.py", line 91, in getEt
xml = self._grabUrl(self.url)
File "/var/hda/web-apps/couchpotato/html/libs/themoviedb/tmdb.py", line 85, in _grabUrl
raise TmdHttpError(errormsg)
TmdHttpError: HTTP Error 404: Not Found
encoding=UTF-8 debug=False args=['--daemon', '--pid_file=/var/run/couchpotato/server.pid'] app_dir=/var/hda/web-apps/couchpotato/html data_dir=/root/.couchpotato desktop=None options=Namespace(config_file='/root/.couchpotato/settings.conf', console_log=False, daemon=True, data_dir=None, debug=False, pid_file='/var/run/couchpotato/server.pid', quiet=False)
Search doesn't work anymore. Checking the logs, I am seeing this error:
06-04 23:57:21 ERROR [ couchpotato.core.event] Error in event "movie.search", that wasn't caught: Traceback (most recent call last):
File "/var/hda/web-apps/couchpotato/html/couchpotato/core/event.py", line 12, in runHandler
return handler(*args, **kwargs)
File "/var/hda/web-apps/couchpotato/html/couchpotato/core/providers/movie/themoviedb/main.py", line 64, in search
raw = tmdb.search(search_string)
File "/var/hda/web-apps/couchpotato/html/libs/themoviedb/tmdb.py", line 700, in search
return mdb.search(name)
File "/var/hda/web-apps/couchpotato/html/libs/themoviedb/tmdb.py", line 317, in search
etree = XmlHandler(url).getEt()
File "/var/hda/web-apps/couchpotato/html/libs/themoviedb/tmdb.py", line 91, in getEt
xml = self._grabUrl(self.url)
File "/var/hda/web-apps/couchpotato/html/libs/themoviedb/tmdb.py", line 85, in _grabUrl
raise TmdHttpError(errormsg)
TmdHttpError: HTTP Error 404: Not Found
encoding=UTF-8 debug=False args=['--daemon', '--pid_file=/var/run/couchpotato/server.pid'] app_dir=/var/hda/web-apps/couchpotato/html data_dir=/root/.couchpotato desktop=None options=Namespace(config_file='/root/.couchpotato/settings.conf', console_log=False, daemon=True, data_dir=None, debug=False, pid_file='/var/run/couchpotato/server.pid', quiet=False)