Advertisement
knappster

Netflix 0.13.5 plugin launch error

May 16th, 2018
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.86 KB | None | 0 0
  1. 22:01:17.692 T:140618349295808 DEBUG: Activating window ID: 10025
  2. 22:01:18.017 T:140618349295808 DEBUG: ------ Window Deinit (Home.xml) ------
  3. 22:01:18.018 T:140618349295808 DEBUG: FreeVisualisation() done
  4. 22:01:18.036 T:140618349295808 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  5. 22:01:18.036 T:140618349295808 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  6. 22:01:18.098 T:140618349295808 DEBUG: CDirectoryProvider[]: refreshing..
  7. 22:01:18.099 T:140617450415872 DEBUG: Previous line repeats 6 times.
  8. 22:01:18.099 T:140617450415872 ERROR: GetDirectory - Error getting
  9. 22:01:18.109 T:140618349295808 ERROR: Previous line repeats 6 times.
  10. 22:01:18.109 T:140618349295808 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflix/)
  11. 22:01:18.109 T:140618349295808 DEBUG: ParentPath = [plugin://plugin.video.netflix/]
  12. 22:01:18.198 T:140617492731648 DEBUG: CAddonDatabase::SetLastUsed[plugin.video.netflix] took 89 ms
  13. 22:01:18.199 T:140617483986688 DEBUG: Thread JobWorker start, auto delete: true
  14. 22:01:18.199 T:140617450415872 DEBUG: StartScript - calling plugin Netflix('plugin://plugin.video.netflix/','1','','resume:false')
  15. 22:01:18.199 T:140616902174464 DEBUG: Thread LanguageInvoker start, auto delete: false
  16. 22:01:18.199 T:140616902174464 INFO: initializing python engine.
  17. 22:01:18.223 T:140616902174464 DEBUG: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): start processing
  18. 22:01:18.244 T:140616902174464 DEBUG: -->Python Interpreter Initialized<--
  19. 22:01:18.244 T:140616902174464 DEBUG: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): the source file to load is "/home/mythtv/.kodi/addons/plugin.video.netflix/addon.py"
  20. 22:01:18.245 T:140616902174464 DEBUG: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): setting the Python path to /home/mythtv/.kodi/addons/plugin.video.netflix:/home/mythtv/.kodi/addons/script.module.certifi/lib:/home/mythtv/.kodi/addons/script.module.chardet/lib:/home/mythtv/.kodi/addons/script.module.idna/lib:/home/mythtv/.kodi/addons/script.module.inputstreamhelper/lib:/home/mythtv/.kodi/addons/script.module.requests/lib:/home/mythtv/.kodi/addons/script.module.urllib3/lib:/usr/share/kodi/addons/script.module.pycryptodome/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages
  21. 22:01:18.245 T:140616902174464 DEBUG: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): entering source directory /home/mythtv/.kodi/addons/plugin.video.netflix
  22. 22:01:18.245 T:140616902174464 DEBUG: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): instantiating addon using automatically obtained id of "plugin.video.netflix" dependent on version 2.25.0 of the xbmc.python api
  23. 22:01:18.326 T:140616545548032 DEBUG: AddOnLog: MythTV PVR Client: RunHouseKeeping
  24. 22:01:18.509 T:140616902174464 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting definitions
  25. 22:01:18.509 T:140616902174464 DEBUG: CAddonSettings[plugin.video.netflix]: trying to load setting definitions from old format...
  26. 22:01:18.510 T:140616902174464 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting values
  27. 22:01:18.510 T:140616902174464 DEBUG: CSettingsManager: requested setting (logging) was not found.
  28. 22:01:18.510 T:140616902174464 DEBUG: [Netflix] Started (Version 0.13.5)
  29. 22:01:18.510 T:140616902174464 DEBUG: [Netflix] "Navigation::router" called with arguments :paramstring = :
  30. 22:01:18.510 T:140616902174464 DEBUG: [Netflix] "Navigation::before_routing_action" called with arguments :params = {}:
  31. 22:01:18.531 T:140616902174464 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  32. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  33. Error Type: <class 'urllib2.URLError'>
  34. Error Contents: <urlopen error [Errno 111] Connection refused>
  35. Traceback (most recent call last):
  36. File "/home/mythtv/.kodi/addons/plugin.video.netflix/addon.py", line 33, in <module>
  37. NAVIGATION.router(paramstring=REQUEST_PARAMS)
  38. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 45, in wrapped
  39. result = func(*args, **kwargs)
  40. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 96, in router
  41. options = self.before_routing_action(params=params)
  42. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 45, in wrapped
  43. result = func(*args, **kwargs)
  44. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 795, in before_routing_action
  45. 'method': 'is_logged_in'}))
  46. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 981, in call_netflix_service
  47. data = urllib2.urlopen(full_url).read(opener)
  48. File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
  49. return opener.open(url, data, timeout)
  50. File "/usr/lib/python2.7/urllib2.py", line 431, in open
  51. response = self._open(req, data)
  52. File "/usr/lib/python2.7/urllib2.py", line 449, in _open
  53. '_open', req)
  54. File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
  55. result = func(*args)
  56. File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
  57. return self.do_open(httplib.HTTPConnection, req)
  58. File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open
  59. raise URLError(err)
  60. URLError: <urlopen error [Errno 111] Connection refused>
  61. -->End of Python script error report<--
  62. 22:01:18.561 T:140616902174464 WARNING: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): the python script "/home/mythtv/.kodi/addons/plugin.video.netflix/addon.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
  63. 22:01:18.561 T:140616902174464 INFO: Python script stopped
  64. 22:01:18.561 T:140616902174464 DEBUG: Thread LanguageInvoker 140616902174464 terminating
  65. 22:01:18.564 T:140618349295808 ERROR: GetDirectory - Error getting plugin://plugin.video.netflix/
  66. 22:01:18.564 T:140618349295808 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflix/) failed
  67. 22:01:18.564 T:140618349295808 DEBUG: CGUIMediaWindow::GetDirectory ()
  68. 22:01:18.564 T:140618349295808 DEBUG: ParentPath = [plugin://plugin.video.netflix/]
  69. 22:01:18.569 T:140616902174464 DEBUG: Thread BackgroundLoader start, auto delete: false
  70. 22:01:18.571 T:140618349295808 DEBUG: ------ Window Init (DialogNotification.xml) ------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement