Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.TypeError'>
  4. Error Contents: set_setting() got an unexpected keyword argument 'key'
  5. Traceback (most recent call last):
  6. File "/home/mac//.kodi/addons/plugin.video.netflix/addon.py", line 37, in <module>
  7. NAVIGATION.router(paramstring=REQUEST_PARAMS)
  8. File "/home/mac//.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 45, in wrapped
  9. result = func(*args, **kwargs)
  10. File "/home/mac//.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 91, in router
  11. options = self.before_routing_action(params=params)
  12. File "/home/mac//.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 45, in wrapped
  13. result = func(*args, **kwargs)
  14. File "/home/mac//.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 795, in before_routing_action
  15. self.nx_common.set_setting(key='email', value=email)
  16. TypeError: set_setting() got an unexpected keyword argument 'key'
  17. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement