Advertisement
Guest User

openelec rpi2 dev update not starting

a guest
Sep 2nd, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. rpi:~/.kodi/temp # tail -f kodi.log
  2. self.select_build()
  3. File "/storage/.kodi/addons/script.openelec.devupdate/default.py", line 450, in select_build
  4. build_select = BuildSelectDialog(self.installed_build)
  5. File "/storage/.kodi/addons/script.openelec.devupdate/default.py", line 186, in __init__
  6. extractor = custom_extractors[int(addon.getSetting('build_type'))]
  7. ValueError: invalid literal for int() with base 10: ''
  8. -->End of Python script error report<--
  9. 20:46:37 172817.500000 T:1967296512 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  10. 20:46:38 172817.796875 T:958493696 INFO: Python script stopped
  11. 20:46:38 172817.796875 T:958493696 DEBUG: Thread LanguageInvoker 958493696 terminating
  12. 20:46:43 172822.875000 T:1967296512 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
  13. 20:46:45 172824.984375 T:1967296512 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  14. 20:46:45 172824.984375 T:1967296512 DEBUG: OnKey: return (0xf00d) pressed, action is Select
  15. 20:46:45 172824.984375 T:998241280 NOTICE: Thread LanguageInvoker start, auto delete: false
  16. 20:46:45 172824.984375 T:998241280 INFO: initializing python engine.
  17. 20:46:45 172824.984375 T:998241280 DEBUG: CPythonInvoker(28, /storage/.kodi/addons/script.openelec.devupdate/default.py): start processing
  18. 20:46:45 172825.062500 T:998241280 NOTICE: -->Python Interpreter Initialized<--
  19. 20:46:45 172825.062500 T:998241280 DEBUG: CPythonInvoker(28, /storage/.kodi/addons/script.openelec.devupdate/default.py): the source file to load is "/storage/.kodi/addons/script.openelec.devupdate/default.py"
  20. 20:46:45 172825.078125 T:998241280 DEBUG: CPythonInvoker(28, /storage/.kodi/addons/script.openelec.devupdate/default.py): setting the Python path to /storage/.kodi/addons/script.openelec.devupdate:/storage/.kodi/addons/script.module.beautifulsoup4/lib:/storage/.kodi/addons/script.module.html2text/lib:/storage/.kodi/addons/script.module.requests/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:/usr/lib/python2.7/site-packages/gtk-2.0
  21. 20:46:45 172825.078125 T:998241280 DEBUG: CPythonInvoker(28, /storage/.kodi/addons/script.openelec.devupdate/default.py): entering source directory /storage/.kodi/addons/script.openelec.devupdate
  22. 20:46:45 172825.078125 T:998241280 DEBUG: CPythonInvoker(28, /storage/.kodi/addons/script.openelec.devupdate/default.py): instantiating addon using automatically obtained id of "script.openelec.devupdate" dependent on version 2.13.0 of the xbmc.python api
  23. 20:46:46 172826.265625 T:998241280 WARNING: CSkinInfo: failed to load skin settings
  24. 20:46:46 172826.281250 T:998241280 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  25. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  26. Error Type: <type 'exceptions.ValueError'>
  27. Error Contents: invalid literal for int() with base 10: ''
  28. Traceback (most recent call last):
  29. File "/storage/.kodi/addons/script.openelec.devupdate/default.py", line 799, in <module>
  30. Main()
  31. File "/storage/.kodi/addons/script.openelec.devupdate/default.py", line 398, in __init__
  32. self.select_build()
  33. File "/storage/.kodi/addons/script.openelec.devupdate/default.py", line 450, in select_build
  34. build_select = BuildSelectDialog(self.installed_build)
  35. File "/storage/.kodi/addons/script.openelec.devupdate/default.py", line 186, in __init__
  36. extractor = custom_extractors[int(addon.getSetting('build_type'))]
  37. ValueError: invalid literal for int() with base 10: ''
  38. -->End of Python script error report<--
  39. 20:46:46 172826.296875 T:1967296512 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  40. 20:46:47 172826.578125 T:998241280 INFO: Python script stopped
  41. 20:46:47 172826.578125 T:998241280 DEBUG: Thread LanguageInvoker 998241280 terminating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement