Advertisement
Guest User

Untitled

a guest
Jun 17th, 2015
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. 18:27:35 T:1224 NOTICE: Thread LanguageInvoker start, auto delete: false
  2. 18:27:35 T:1224 NOTICE: -->Python Interpreter Initialized<--
  3. 18:27:37 T:1224 NOTICE: [CouchPotatoApi]: u'connect: hostname="192.168.1.5" port="5000" use_https="False" username="" api_key="True" url_base=""'
  4. 18:27:37 T:1224 NOTICE: [CouchPotatoApi]: 'trying api_key...'
  5. 18:27:37 T:1224 NOTICE: [CouchPotatoApi]: '_api_call started with endpoint=app.available, params=None'
  6. 18:27:37 T:1224 NOTICE: [CouchPotatoApi]: 'trying api_key: success'
  7. 18:27:37 T:1224 NOTICE: [xbmcswift2] Request for "/movies/add" matches rule for function "add_new_wanted"
  8. 18:27:37 T:1224 NOTICE: [CouchPotatoApi]: "_api_call started with endpoint=movie.search, params={'q': 'Dope'}"
  9. 18:27:40 T:1224 NOTICE: [CouchPotatoApi]: '_api_call started with endpoint=profile.list, params=None'
  10. 18:27:42 T:1224 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  11. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  12. Error Type: <type 'exceptions.KeyError'>
  13. Error Contents: ('_id',)
  14. Traceback (most recent call last):
  15. File "C:\Users\TV\AppData\Roaming\Kodi\addons\plugin.video.couchpotato_manager\addon.py", line 448, in <module>
  16. plugin.run()
  17. File "C:\Users\TV\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 332, in run
  18. items = self._dispatch(self.request.path)
  19. File "C:\Users\TV\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 306, in _dispatch
  20. listitems = view_func(**items)
  21. File "C:\Users\TV\AppData\Roaming\Kodi\addons\plugin.video.couchpotato_manager\addon.py", line 209, in add_new_wanted
  22. profile_id = ask_profile()
  23. File "C:\Users\TV\AppData\Roaming\Kodi\addons\plugin.video.couchpotato_manager\addon.py", line 241, in ask_profile
  24. profile_id = selected_profile['_id']
  25. KeyError: ('_id',)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement