Advertisement
Guest User

Untitled

a guest
Jul 10th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. 18:37:28 T:4532846592 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.IOError'>
  4. Error Contents: (2, 'No such file or directory', u'/Users/bob/Library/Application Support/XBMC/userdata/favourites.xml')
  5. Traceback (most recent call last):
  6. File "/Users/bob/Library/Application Support/XBMC/addons/script.favourites/default.py", line 169, in <module>
  7. Main()
  8. File "/Users/bob/Library/Application Support/XBMC/addons/script.favourites/default.py", line 22, in __init__
  9. found, favourites = self._read_file()
  10. File "/Users/bob/Library/Application Support/XBMC/addons/script.favourites/default.py", line 46, in _read_file
  11. self.doc = parse( self.fav_file )
  12. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
  13. return expatbuilder.parse(file)
  14. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/xml/dom/expatbuilder.py", line 922, in parse
  15. fp = open(file, 'rb')
  16. IOError: (2, 'No such file or directory', u'/Users/bob/Library/Application Support/XBMC/userdata/favourites.xml')
  17. -->End of Python script error report<--
  18. 18:37:30 T:4637667328 NOTICE: Thread Jobworker start, auto delete: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement