Advertisement
Guest User

geexbox_spotlight

a guest
May 26th, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. 18:56:23 T:1700238432 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.OSError'>
  4. Error Contents: This platform is not supported (armv7l System.Platform.Linux)
  5. Traceback (most recent call last):
  6. File "/root/.xbmc/addons/re-spotlight-9c40152decda/server_addon.py", line 25, in <module>
  7. loader.load_all()
  8. File "/root/.xbmc/addons/re-spotlight-9c40152decda/spotlight/service/util/LibLoader.py", line 73, in load_all
  9. self.add_native_libraries()
  10. File "/root/.xbmc/addons/re-spotlight-9c40152decda/spotlight/service/util/LibLoader.py", line 85, in add_native_libraries
  11. raise OSError('This platform is not supported (%s %s)' % (architecture, platform))
  12. OSError: This platform is not supported (armv7l System.Platform.Linux)
  13. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement