Kodi Community Forum
[RELEASE] CouchPotato Manager Add-on - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] CouchPotato Manager Add-on (/showthread.php?tid=159274)

Pages: 1 2 3 4 5 6


RE: [RELEASE] CouchPotato Manager Add-on - jjmucker - 2014-01-26

Is there a way to have the option when using categories?
Thanks


RE: [RELEASE] CouchPotato Manager Add-on - Patrick1610 - 2014-04-23

Hello,

Is this add on already integrated in CP or do i have to add it manually?
If so, how can i add it? Smile

Thanks!
Patrick van Bavel


RE: [RELEASE] CouchPotato Manager Add-on - elmuziko - 2014-06-14

Morning

Is this project still going? Would love to get mine working but just get errors no matter what I try.

Put my username, pass, IP and port settings in and it did detect the correct API key but if I try to go into existing movies or add any I get an error.

This is from the OpenELEC XBMC log

Code:
18:13:29 T:139682588505856  NOTICE: [CouchPotatoApi]: u'connect: hostname="XXXXXX" port="5050" use_https="True" username="XXXXXX" api_key="True" url_base=""'
18:13:29 T:139682588505856  NOTICE: [CouchPotatoApi]: 'trying api_key...'
18:13:29 T:139682588505856  NOTICE: [CouchPotatoApi]: '_api_call started with endpoint=app.available, params=None'
18:13:29 T:139682588505856  NOTICE: [CouchPotatoApi]: 'trying api_key: success'
18:13:29 T:139682588505856  NOTICE: [xbmcswift2] Request for "/movies/add" matches rule for function "add_new_wanted"
18:13:29 T:139682588505856  NOTICE: [CouchPotatoApi]: "_api_call started with endpoint=movie.search, params={'q': 'The Signal'}"
18:13:34 T:139682588505856  NOTICE: [CouchPotatoApi]: '_api_call started with endpoint=profile.list, params=None'
18:13:41 T:139682588505856   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('id',)
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/plugin.video.couchpotato_manager/addon.py", line 504, in <module>
                                                plugin.run()
                                              File "/storage/.xbmc/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
                                                items = self._dispatch(self.request.path)
                                              File "/storage/.xbmc/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
                                                listitems = view_func(**items)
                                              File "/storage/.xbmc/addons/plugin.video.couchpotato_manager/addon.py", line 265, in add_new_wanted
                                                profile_id = ask_profile()
                                              File "/storage/.xbmc/addons/plugin.video.couchpotato_manager/addon.py", line 297, in ask_profile
                                                profile_id = selected_profile['id']
                                            KeyError: ('id',)
                                            -->End of Python script error report<--



RE: [RELEASE] CouchPotato Manager Add-on - Hitcher - 2014-06-15

Same error here as well.

Debug log


RE: [RELEASE] CouchPotato Manager Add-on - Hitcher - 2014-06-24

No-one?


RE: [RELEASE] CouchPotato Manager Add-on - sphere - 2014-06-24

Sorry, I was (and am) very busy at the moment Sad

I will have a look when I got some free time, I promise...

regards,
sphere


RE: [RELEASE] CouchPotato Manager Add-on - Hitcher - 2014-06-24

Thanks sphere, I'm just happy in the knowledge you haven't stop supporting this great addon.


RE: [RELEASE] CouchPotato Manager Add-on - Frozin - 2014-06-29

Can't wait for it to be fixed... This would be bad ass with themoviedb.org browser Smile


RE: [RELEASE] CouchPotato Manager Add-on - sphere - 2014-06-30

I fixed the add-on in the repository so you should receive an update.

Thanks!


RE: [RELEASE] CouchPotato Manager Add-on - Hitcher - 2014-06-30

Nice one.

Thanks.


RE: [RELEASE] CouchPotato Manager Add-on - elmuziko - 2014-07-26

can confirm is now working, thanks for fixing.


RE: [RELEASE] CouchPotato Manager Add-on - xytreme99 - 2014-08-03

can someone hel me decipher this debug entry. i cant seem to add movies from trailer to couchpotato

thanks

13:28:36 T:2172 NOTICE: [CouchPotatoApi]: u'connect: hostname="192.168.0.2" port="5050" use_https="False" username="" api_key="True" url_base=""'
13:28:36 T:2172 NOTICE: [CouchPotatoApi]: 'trying api_key...'
13:28:36 T:2172 NOTICE: [CouchPotatoApi]: '_api_call started with endpoint=app.available, params=None'
13:28:36 T:2172 NOTICE: [CouchPotatoApi]: 'trying api_key: success'
13:28:36 T:2172 NOTICE: [xbmcswift2] Request for "/movies/add" matches rule for function "add_new_wanted"
13:28:36 T:2172 NOTICE: [CouchPotatoApi]: "_api_call started with endpoint=movie.search, params={'q': 'Into the Woods'}"
13:28:41 T:2172 NOTICE: [CouchPotatoApi]: '_api_call started with endpoint=profile.list, params=None'
13:28:45 T:2172 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('_id',)
Traceback (most recent call last):
File "C:\Users\YC\AppData\Roaming\XBMC\addons\plugin.video.couchpotato_manager\addon.py", line 448, in <module>
plugin.run()
File "C:\Users\YC\AppData\Roaming\XBMC\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 332, in run
items = self._dispatch(self.request.path)
File "C:\Users\YC\AppData\Roaming\XBMC\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "C:\Users\YC\AppData\Roaming\XBMC\addons\plugin.video.couchpotato_manager\addon.py", line 209, in add_new_wanted
profile_id = ask_profile()
File "C:\Users\YC\AppData\Roaming\XBMC\addons\plugin.video.couchpotato_manager\addon.py", line 241, in ask_profile
profile_id = selected_profile['_id']
KeyError: ('_id',)
-->End of Python script error report<--


RE: [RELEASE] CouchPotato Manager Add-on - bluenote - 2014-08-21

This spontaneously quit working on me, anyone else?


RE: [RELEASE] CouchPotato Manager Add-on - bluenote - 2014-08-26

I tried this on a friends setup and it's broken there too. Working for anyone?


RE: [RELEASE] CouchPotato Manager Add-on - sfnetwork - 2014-08-27

Nope, not working from my end either.... You realize you were depending on something when you lose it lol...