Advertisement
kekePower

Kodi NRK plugin error

Jan 23rd, 2017
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. 23:12:53.595 T:140029763438656 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  2. 23:12:54.492 T:140029763438656 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  3. 23:12:54.625 T:140029763438656 DEBUG: OnKey: return (0xf00d) pressed, action is Select
  4. 23:12:54.625 T:140029763438656 DEBUG: Activating window ID: 10025
  5. 23:12:54.939 T:140029763438656 DEBUG: ------ Window Deinit (Home.xml) ------
  6. 23:12:55.401 T:140029763438656 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  7. 23:12:55.430 T:140029763438656 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
  8. 23:12:55.431 T:140029763438656 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  9. 23:12:55.431 T:140029763438656 DEBUG: Keyboard: scancode: 0x85, sym: 0x0137, unicode: 0x0000, modifier: 0x0
  10. 23:12:55.431 T:140029763438656 DEBUG: OnKey: leftwindows (0xf0d6) pressed, action is
  11. 23:12:55.431 T:140029763438656 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
  12. 23:12:55.468 T:140029763438656 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.nrk/)
  13. 23:12:55.468 T:140029763438656 DEBUG: ParentPath = [plugin://plugin.video.nrk/]
  14. 23:12:55.718 T:140029067253504 DEBUG: CAddonDatabase::SetLastUsed[plugin.video.nrk] took 250 ms
  15. 23:12:55.718 T:140029016897280 DEBUG: Thread JobWorker start, auto delete: true
  16. 23:12:55.718 T:140029084038912 DEBUG: StartScript - calling plugin NRK Nett-TV('plugin://plugin.video.nrk/','10','')
  17. 23:12:55.718 T:140028831942400 DEBUG: Thread LanguageInvoker start, auto delete: false
  18. 23:12:55.718 T:140028831942400 INFO: initializing python engine.
  19. 23:12:55.752 T:140028831942400 DEBUG: CPythonInvoker(19, /home/user/.kodi/addons/plugin.video.nrk/main.py): start processing
  20. 23:12:55.969 T:140029763438656 DEBUG: ------ Window Init (DialogBusy.xml) ------
  21. 23:12:56.671 T:140028831942400 DEBUG: -->Python Interpreter Initialized<--
  22. 23:12:56.671 T:140028831942400 DEBUG: CPythonInvoker(19, /home/user/.kodi/addons/plugin.video.nrk/main.py): the source file to load is "/home/user/.kodi/addons/plugin.video.nrk/main.py"
  23. 23:12:56.671 T:140028831942400 DEBUG: CPythonInvoker(19, /home/user/.kodi/addons/plugin.video.nrk/main.py): setting the Python path to /home/user/.kodi/addons/plugin.video.nrk:/home/user/.kodi/addons/script.module.requests/lib:/home/user/.kodi/addons/script.module.routing/lib:/usr/lib64/python2.7/site-packages/setuptools-0.6c11-py2.7.egg:/usr/lib64/python2.7/site-packages/deluge-1.3.12-py2.7-linux-x86_64.egg:/usr/lib/python2.7/site-packages/deluge-1.3.12-py2.7.egg:/usr/lib/python27.zip:/usr/lib64/python2.7:/usr/lib64/python2.7/plat-linux2:/usr/lib64/python2.7/lib-tk:/usr/lib64/python2.7/lib-old:/usr/lib64/python2.7/lib-dynload:/usr/lib64/python2.7/site-packages:/usr/lib64/python2.7/site-packages/gtk-2.0:/usr/lib/python2.7/site-packages
  24. 23:12:56.671 T:140028831942400 DEBUG: CPythonInvoker(19, /home/user/.kodi/addons/plugin.video.nrk/main.py): entering source directory /home/user/.kodi/addons/plugin.video.nrk
  25. 23:12:56.672 T:140028831942400 DEBUG: CPythonInvoker(19, /home/user/.kodi/addons/plugin.video.nrk/main.py): instantiating addon using automatically obtained id of "plugin.video.nrk" dependent on version 2.1.0 of the xbmc.python api
  26. 23:13:04.754 T:140028831942400 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  27. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  28. Error Type: <type 'exceptions.RuntimeError'>
  29. Error Contents: osrandom engine already registered
  30. Traceback (most recent call last):
  31. File "/home/user/.kodi/addons/plugin.video.nrk/main.py", line 18, in <module>
  32. import addon
  33. File "/home/user/.kodi/addons/plugin.video.nrk/addon.py", line 27, in <module>
  34. import nrktv
  35. File "/home/user/.kodi/addons/plugin.video.nrk/nrktv.py", line 21, in <module>
  36. from requests import Session
  37. File "/home/user/.kodi/addons/script.module.requests/lib/requests/__init__.py", line 52, in <module>
  38. from .packages.urllib3.contrib import pyopenssl
  39. File "/home/user/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/contrib/pyopenssl.py", line 47, in <module>
  40. import OpenSSL.SSL
  41. File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
  42. from OpenSSL import rand, crypto, SSL
  43. File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 11, in <module>
  44. from OpenSSL._util import (
  45. File "/usr/lib/python2.7/site-packages/OpenSSL/_util.py", line 4, in <module>
  46. binding = Binding()
  47. File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 95, in __init__
  48. self._ensure_ffi_initialized()
  49. File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 127, in _ensure_ffi_initialized
  50. cls._register_osrandom_engine()
  51. File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 102, in _register_osrandom_engine
  52. raise RuntimeError("osrandom engine already registered")
  53. RuntimeError: osrandom engine already registered
  54. -->End of Python script error report<--
  55. 23:13:04.790 T:140028831942400 INFO: Python script stopped
  56. 23:13:04.790 T:140028831942400 DEBUG: Thread LanguageInvoker 140028831942400 terminating
  57. 23:13:04.827 T:140029763438656 ERROR: GetDirectory - Error getting plugin://plugin.video.nrk/
  58. 23:13:04.981 T:140029763438656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nrk/) failed
  59. 23:13:04.982 T:140029763438656 DEBUG: CGUIMediaWindow::GetDirectory ()
  60. 23:13:04.982 T:140029763438656 DEBUG: ParentPath = [plugin://plugin.video.nrk/]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement