Advertisement
Guest User

xmbc logfile spotlight server_addon error

a guest
May 20th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. 23:34:12 T:140342200358656 NOTICE: -->Python Interpreter Initialized<--
  2. 23:34:12 T:140342200358656 DEBUG: Process - The source file to load is /storage/.xbmc/addons/script.common.plugin.cache/default.py
  3. 23:34:12 T:140342208751360 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  4. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  5. Error Type: <type 'exceptions.IOError'>
  6. Error Contents: (10, 'No child processes')
  7. Traceback (most recent call last):
  8. File "/storage/.xbmc/addons/plugin.audio.spotlight/server_addon.py", line 22, in <module>
  9. loader.load_all()
  10. File "/storage/.xbmc/addons/plugin.audio.spotlight/spotlight/service/util/LibLoader.py", line 71, in load_all
  11. self.add_native_libraries()
  12. File "/storage/.xbmc/addons/plugin.audio.spotlight/spotlight/service/util/LibLoader.py", line 75, in add_native_libraries
  13. architecture = self.get_architecture()
  14. File "/storage/.xbmc/addons/plugin.audio.spotlight/spotlight/service/util/LibLoader.py", line 91, in get_architecture
  15. architecture = platform.machine()
  16. File "./Lib/platform.py", line 1320, in machine
  17. File "./Lib/platform.py", line 1250, in uname
  18. File "./Lib/platform.py", line 1007, in _syscmd_uname
  19. IOError: (10, 'No child processes')
  20. -->End of Python script error report<--
  21. 23:34:12 T:140342217144064 INFO: Scriptresult: Success
  22. 23:34:12 T:140342200358656 DEBUG: Process - Setting the Python path to /storage/.xbmc/addons/script.common.plugin.cache:/storage/.xbmc/addons/script.module.simplejson/lib:/storage/.xbmc/addons/script.module.xmltodict/lib:/storage/.xbmc/
  23. 23:34:12 T:140342200358656 DEBUG: Process - Entering source directory /storage/.xbmc/addons/script.common.plugin.cache
  24. 23:34:12 T:140342200358656 DEBUG: Instantiating addon using automatically obtained id of "script.common.plugin.cache" dependent on version 2.1.0 of the xbmc.python api
  25. 23:34:12 T:140342217144064 INFO: Python script stopped
  26. 23:34:12 T:140342217144064 DEBUG: Thread XBPyThread 140342217144064 terminating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement