• 1
  • 166
  • 167
  • 168(current)
  • 169
  • 170
  • 188
CouchPotato - Automatic Movie Downloader via NZB & Torrents
My updater on v2 seems to be broken and I can't seem to figure out the problem. I've been running v2 for a little over a month and haven't had any issue until earlier this week. I'm running it via python 217, have installed GIT and Pywin32 217, and have successfully updated automatically in the past. The only relevant things I see in the log are:

Quote:06-05 16:10:00 INFO [potato.core._base.updater] Checking for new version on github for CouchPotatoServer06-05 16:10:00 ERROR [chpotato.core.plugins.log] API log: {'line': u'91', 'type': u'error', 'message': u'firefox 12: \njson is undefined', 'file': u'http://HOST/api/API_KEY/static/updater/updater.js', 'page': u'http://HOST/log/'}

Settings shows my current version as 5fac3d70 (Thu, 31 May 2012) and in an attempt to fix it I downloaded the latest as of yesterday (7367f7d) and copied the new files over the existing ones. I'm beginning to think this was perhaps not the smartest idea since it still is not working and still shows the old version number Huh Whenever I hit 'updategogogo' it just seems to hang and has to be restarted. Any suggestions?

Reply
(2012-06-05, 20:36)ciris Wrote: I already changed the url and still the same behaviour. It didn't work with an older version either. It has nothing to do with filters.

In the watchlist are something like 100 movies and they just don't show up in the wanted list. Neither with an older version or the newest.

edit,

Automation filters are,

[automation]
rating = 5
votes = 1
hour = 1
year = 1900

Based on bug reports on GITHub, it looks like this functionality is broken, it runs once and only once. Mine does not run either as I stated above.
Image
Setup:
HTPC: Acer Revo 3610 (openELEC 3.0.2) with Aeon Nox (4)
NAS: unRAID 5rc12a on an Intel 3GHz Core2Duo with 4GB of RAM and 5 2TB WD EARS Green Drives
Running: SickBeard, CouchPotato v2, Headphones, Maraschino, Plex and SimplePlugins
Reply
Ok, let's wait then.
Reply
I ran into a problem with CP,

When i try to snatch a movie (lets say i force a search) It goes searching for it. at my providers, this part is all ok. He checks my parameters he finds BUT THEN...

He bumps into an uknown error and the nzm isnt sent to sabnzbd+ Sad

Below is the relevant part of the error log.

Code:
<head>
<html>
16:26:59 ERROR [          app.lib.sabNzbd] Unknown error: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
16:26:58 INFO  [          app.lib.sabNzbd] URL: http://192.168.178.5:9091/sabnzbd/api?apikey=66e6002c958ee88061dff4ca456078fc&mode=addurl&name=https%3A%2F%2Fapi.nzbmatrix.com%2Fv1.1%2Fdownload.php%3Fid%3D1287714%26username%3Dgodjuh%26apikey%3D751ec360f7726071e7125622717ff7a9&cat=movies
16:26:58 INFO  [          app.lib.sabNzbd] Sending 'Safe House 2012 BluRay 1080p DTS x264 CHD' to SABnzbd.

After these lines it dumps the entirity of the sabnzbd+ websource (you can see the <head>) for some reason. I have no clue where to look at the moment, maybe you can help me out.
Im working with the dutch localisation if that is of any concern. And it runs on the https standard (port9091)

Ill be happy to post more parts of the log, but this seemed to be the most relevant.


EDIT: <FIXED>

Some nice guy pointed me to the fact that it doesnt ask for http or https:// in the configuration and you have to specifcally add it to your sabnzbd+ host location in the settings.

After adding the https:// in front of it, it nicely sends the nzb to sab \o/
Reply
I've run into a problem out of nowhere (from what I can tell at least). If I use the add movie function in app (using CP in browser or MediaDog on android) it doesn't come up with any results for any movies. I've saved the log and it looks like a communication issue with IMDB maybe?

Code:
IMDbDataAccessError: {'url': 'http://akas.imdb.com/find?s=tt;mx=20;q=dark+shadows', 'error type': 'http_error_default', 'errcode': 503, 'headers': <httplib.HTTPMessage instance at 0x7f34c0082b00>, 'proxy': '', 'errmsg': 'Service Temporarily Unavailable'}
    'proxy': self.get_proxy()}
  File "/home/elliot/CouchPotato/library/imdb/parser/http/__init__.py", line 237, in http_error_default
    return self.http_error_default(url, fp, errcode, errmsg, headers)
  File "/usr/lib/python2.7/urllib.py", line 375, in http_error
    return self.http_error(url, fp, errcode, errmsg, headers)
  File "/usr/lib/python2.7/urllib.py", line 358, in open_http
    return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 207, in open
    uopener = self.open(url)
  File "/home/elliot/CouchPotato/library/imdb/parser/http/__init__.py", line 183, in retrieve_unicode
    return self.urlOpener.retrieve_unicode(url, size=size)
  File "/home/elliot/CouchPotato/library/imdb/parser/http/__init__.py", line 416, in _retrieve
    cont = self._retrieve(imdbURL_find % params)
  File "/home/elliot/CouchPotato/library/imdb/parser/http/__init__.py", line 430, in _get_search_content
    cont = subXMLRefs(self._get_search_content('tt', title, results))
  File "/home/elliot/CouchPotato/library/imdb/parser/mobile/__init__.py", line 189, in _search_movie
    res = self._search_movie(title, results)
  File "/home/elliot/CouchPotato/library/imdb/__init__.py", line 385, in search_movie
    r = self.p.search_movie(q)
  File "/home/elliot/CouchPotato/app/lib/provider/movie/sources/imdbWrapper.py", line 27, in find
    result = source.find(q, limit = limit, alternative = alternative)
  File "/home/elliot/CouchPotato/app/lib/provider/movie/search.py", line 68, in find
    results = self.searchers.get('movie').find(moviename)
  File "/home/elliot/CouchPotato/app/controllers/movie.py", line 130, in search
    return self.callable(*self.args, **self.kwargs)
  File "/home/elliot/CouchPotato/cherrypy/_cpdispatch.py", line 34, in __call__
    env.update(self.next_handler())
  File "/home/elliot/CouchPotato/app/config/render.py", line 13, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/home/elliot/CouchPotato/cherrypy/lib/encoding.py", line 188, in __call__
    response.body = self.handler()
  File "/home/elliot/CouchPotato/cherrypy/_cprequest.py", line 656, in respond
16:37:26 ERROR [08/Jun/2012:16:37:26] HTTP Traceback (most recent call last):
  ACCEPT-ENCODING: gzip,deflate,sdch
  Content-Type: application/x-www-form-urlencoded; charset=UTF-8
  ACCEPT-LANGUAGE: en-US,en;q=0.8
  ACCEPT: text/html, application/xml, text/xml, */*
  HOST: 192.168.1.58:8084
  X-REQUESTED-WITH: XMLHttpRequest
  REFERER: http://192.168.1.58:8084/log/
  CONNECTION: keep-alive
  USER-AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5
  ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3
  Content-Length: 46
  Remote-Addr: 192.168.1.60
  ORIGIN: http://192.168.1.58:8084
  COOKIE: showDetails=true; plushHistPerPage=20; ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE=YWRtaW46MTM2NzAyMDQ2NDY4MzpjMDQ4YTUzYmIwOTc5MThjMTI1YmM4YzkxNTMxNGZkMw==; filter=all; compact_display_state=false; sort_method=queue_order; player-61646d696e=1; plushContainerWidth=100%25; plushNoTopMenu=0; session_id=ab377bdedfdcb8c1cb7cbdc2b0506683625c8bf3
  AUTHORIZATION: Basic ZWxsaW90OmJ1bWJhMTIxNA==
Any ideas? As far as I know I'm running the latest version (no updates were found) and I'm running a fresh install as of 3 weeks ago. Everything was functioning properly 2 days ago.
Edit: If I use the userscript in chrome it will add movies from imdb.
Reply
(2012-06-09, 01:47)beyondinferno Wrote: Any ideas? As far as I know I'm running the latest version (no updates were found) and I'm running a fresh install as of 3 weeks ago. Everything was functioning properly 2 days ago.
Edit: If I use the userscript in chrome it will add movies from imdb.

Do you perhaps have CP running on a machine that restricts internet access from some applications? Maybe you need to add CP to your firewall allowed list? Something of that sort.

Thank you to everyone for this awesome software!
Reply
Not sure what the problem was, but I was running v1. Upgraded to v2 and its resolved but now I can't use media dog on my phone since it doesn't have API support.... life sucks. :'(
Also, V2 is pretty badass.
Reply
(2012-06-09, 01:47)beyondinferno Wrote: I've run into a problem out of nowhere (from what I can tell at least). If I use the add movie function in app (using CP in browser or MediaDog on android) it doesn't come up with any results for any movies. I've saved the log and it looks like a communication issue with IMDB maybe?
The issue is in the URL being called:
Code:
http://akas.imdb.com/find?s=tt;mx=20;q=dark+shadows
It should be
Code:
http://akas.imdb.com/find?s=tt&mx=20&q=dark+shadows

Need help? Check out my XBMC Frodo Guide. It contains full featured guides to Sickbeard and CouchPotato as well.

Image
Reply
(2012-06-11, 12:30)beyondinferno Wrote: Not sure what the problem was, but I was running v1. Upgraded to v2 and its resolved but now I can't use media dog on my phone since it doesn't have API support.... life sucks. :'(
Also, V2 is pretty badass.

Check out NZB Unity, I like MediaDogs interface a bit better but NZB Unity has the ability to search NZBMatrix too. It is only missing HeadPhones support.
Image
Setup:
HTPC: Acer Revo 3610 (openELEC 3.0.2) with Aeon Nox (4)
NAS: unRAID 5rc12a on an Intel 3GHz Core2Duo with 4GB of RAM and 5 2TB WD EARS Green Drives
Running: SickBeard, CouchPotato v2, Headphones, Maraschino, Plex and SimplePlugins
Reply
(2012-06-12, 19:27)Reginald Wrote: Check out NZB Unity, I like MediaDogs interface a bit better but NZB Unity has the ability to search NZBMatrix too. It is only missing HeadPhones support.
Nice hint, thanks.
Also - couch forwarder works as well. Also missing headphones support though...

Too bad "NZB Unity" doesn't do newznab-searches, still have to rely on an extra app... Undecided

Need help? Check out my XBMC Frodo Guide. It contains full featured guides to Sickbeard and CouchPotato as well.

Image
Reply
Hey can another support thread for CP V2 be started?
Nvidia Shield with Kodi 18
Reply
Im hoping someone can help me here. Running CPS on my openmediavault. Ive uninstalled EVERYTHING that I could find related to CPS. Yet when I reinstall its still populated with the settings from the previous install. Is there something Im missingHuh
Reply
(2012-06-14, 01:54)stayupthetree Wrote: Im hoping someone can help me here. Running CPS on my openmediavault. Ive uninstalled EVERYTHING that I could find related to CPS. Yet when I reinstall its still populated with the settings from the previous install. Is there something Im missingHuh
Check your Userdata folder in windows - there are probably some files lying around there (C:\Users\{Username}\AppData\)

Need help? Check out my XBMC Frodo Guide. It contains full featured guides to Sickbeard and CouchPotato as well.

Image
Reply
(2012-06-14, 09:21)HenryFord Wrote:
(2012-06-14, 01:54)stayupthetree Wrote: Im hoping someone can help me here. Running CPS on my openmediavault. Ive uninstalled EVERYTHING that I could find related to CPS. Yet when I reinstall its still populated with the settings from the previous install. Is there something Im missingHuh
Check your Userdata folder in windows - there are probably some files lying around there (C:\Users\{Username}\AppData\)

I'm in Linux, been thru my home folder, which was already pretty bare
Reply
I almost guessed that... the settings are stored inside the database, so deleting it should be enough to reset the installation...
Need help? Check out my XBMC Frodo Guide. It contains full featured guides to Sickbeard and CouchPotato as well.

Image
Reply
  • 1
  • 166
  • 167
  • 168(current)
  • 169
  • 170
  • 188

Logout Mark Read Team Forum Stats Members Help
CouchPotato - Automatic Movie Downloader via NZB & Torrents11