Advertisement
Guest User

Untitled

a guest
Mar 7th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. 21:43:03 T:2900316864 DEBUG: new python thread created. id=11
  2. 21:43:03 T:2954915840 DEBUG: Thread XBPyThread start, auto delete: 0
  3. 21:43:03 T:2954915840 DEBUG: Python thread: start processing
  4. 21:43:03 T:2954915840 NOTICE: -->Python Interpreter Initialized<--
  5. 21:43:03 T:2954915840 DEBUG: Process - The source file to load is /Users/lowfi/Library/Application Support/XBMC/addons/script.favourites/default.py
  6. 21:43:03 T:2954915840 DEBUG: Process - Setting the Python path to /Users/lowfi/Library/Application Support/XBMC/addons/script.favourites:/Users/lowfi/Library/Application Support/XBMC/addons/script.module.simplejson/lib:/Users/lowfi/Library/Application Support/XBMC/addons/script.module.beautifulsoup/lib:/Applications/XBMC.app/Contents/Resources/XBMC/addons/script.module.pil/lib:/Users/lowfi/Library/Application Support/XBMC/addons/script.common.plugin.cache/lib:/Users/lowfi/Library/Application Support/XBMC/addons/script.module.simple.downloader/lib:/Users/lowfi/Library/Application Support/XBMC/addons/script.module.parsedom/lib:/Users/lowfi/Library/Application Support/XBMC/addons/script.module.elementtree/lib:/Applications/XBMC.app/Contents/Resources/XBMC/addons/script.module.pysqlite/lib:/Applications/XBMC.app/Contents/Frameworks:/Applications/XBMC.app/Contents/Frameworks/lib/python26.zip:/Applications/XBMC.app/Contents/Frameworks/lib/python2.6:/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/plat-darwin:/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/plat-mac:/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/lib-tk:/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/lib-old:/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/lib-dynload:/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/site-packages:
  7. 21:43:03 T:2954915840 DEBUG: Process - Entering source directory /Users/lowfi/Library/Application Support/XBMC/addons/script.favourites
  8. 21:43:03 T:2954915840 DEBUG: Instantiating addon using automatically obtained id of "script.favourites" dependent on version 2.0 of the xbmc.python api
  9. 21:43:03 T:2954915840 DEBUG: script.favourites: script version 3.2.1 started
  10. 21:43:03 T:2954915840 DEBUG: script.favourites: ### params: {'property': 'HomeMenuMusicDefaultAction'}
  11. 21:43:03 T:2954915840 INFO: -->Python script returned the following error<--
  12. 21:43:03 T:2954915840 ERROR: Error Type: <class 'xml.parsers.expat.ExpatError'>
  13. 21:43:03 T:2954915840 ERROR: Error Contents: no element found: line 1, column 0
  14. 21:43:03 T:2954915840 ERROR: Traceback (most recent call last):
  15. File "/Users/lowfi/Library/Application Support/XBMC/addons/script.favourites/default.py", line 158, in <module>
  16. Main()
  17. File "/Users/lowfi/Library/Application Support/XBMC/addons/script.favourites/default.py", line 23, in __init__
  18. self._parse_String()
  19. File "/Users/lowfi/Library/Application Support/XBMC/addons/script.favourites/default.py", line 56, in _parse_String
  20. self.doc = parseString( self.favourites_xml )
  21. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/xml/dom/minidom.py", line 1928, in parseString
  22. return expatbuilder.parseString(string)
  23. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/xml/dom/expatbuilder.py", line 940, in parseString
  24. return builder.parseString(string)
  25. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/xml/dom/expatbuilder.py", line 223, in parseString
  26. parser.Parse(string, True)
  27. ExpatError: no element found: line 1, column 0
  28. 21:43:03 T:2954915840 INFO: -->End of Python script error report<--
  29. 21:43:03 T:2954915840 INFO: Python script stopped
  30. 21:43:03 T:2954915840 DEBUG: Thread XBPyThread 2954915840 terminating
  31. 21:43:03 T:2900316864 DEBUG: waiting for python thread 11 to stop
  32. 21:43:03 T:2900316864 DEBUG: python thread 11 destructed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement