styxit / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
http://htpc.io
MIT License
529 stars 183 forks source link

couch potato movies 'done' #291

Closed styxit closed 10 years ago

styxit commented 10 years ago

Getting movies marked done no longer works in latest couch potato release. Probably due to incorrect parameter usage? Now returns:

{"success": false, "error": "Failed returning results"}

the following options are included in the request to Couchpotato done&type=movie&release_status=done&status_or=1

According to the documentations this are the only options:

Hellowlol commented 10 years ago

have you tried to add a print message for this one? The entire done stuff is buggy with urllib2. Im not sure why, but it works better with requests. I can take a look on this one, but we should swap urllib2 with requests in this module

Hellowlol commented 10 years ago

Change movie.list to media.list and its all good :)