Advertisement
Guest User

XBMC BACKUP OPENELEC ZBOX

a guest
Jul 31st, 2012
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. 18:56:05 T:139650618337024 NOTICE: -->Python Interpreter Initialized<--
  2. 18:56:05 T:139650618337024 DEBUG: Process - The source file to load is /storage/.xbmc/addons/script.xbmcbackup/default.py
  3. 18:56:05 T:139650618337024 DEBUG: Process - Setting the Python path to /storage/.xbmc/addons/script.xbmcbackup:/storage/.xbmc/addons/script.module.simplejson/lib:/storage/.xbmc/addons/script.module.beautifulsoup/lib:/storage/.xbmc/addons/script.common.plugin.cache/lib:/storage/.xbmc/addons/script.module.simple.downloader/lib:/storage/.xbmc/addons/script.module.parsedom/lib:/storage/.xbmc/addons/script.module.elementtree/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/PIL:
  4. 18:56:05 T:139650618337024 DEBUG: Process - Entering source directory /storage/.xbmc/addons/script.xbmcbackup
  5. 18:56:05 T:139650618337024 DEBUG: Instantiating addon using automatically obtained id of "script.xbmcbackup" dependent on version 2.0 of the xbmc.python api
  6. 18:56:06 T:139651505194816 DEBUG: LIRC: Update - NEW at 974740:160 0 KEY_OK_UP devinput (KEY_OK_UP)
  7. 18:56:08 T:139650618337024 NOTICE: script.xbmcbackup: Starting
  8. 18:56:08 T:139650618337024 NOTICE: script.xbmcbackup: Local Dir: /storage/.xbmc/
  9. 18:56:08 T:139650618337024 NOTICE: script.xbmcbackup: Remote Dir: /var/media/Mobile_500_NTFS/# SAUVE_XBMC/xbmc_backup/
  10. 18:56:08 T:139650618337024 INFO: Loading skin file: DialogProgress.xml
  11. 18:56:08 T:139650618337024 DEBUG: DialogProgress::StartModal called
  12. 18:56:08 T:139650618337024 DEBUG: ------ Window Init (DialogProgress.xml) ------
  13. 18:56:08 T:139650618337024 NOTICE: script.xbmcbackup: Remote Path exists - may have old files in it!
  14. 18:56:08 T:139650618337024 NOTICE: script.xbmcbackup: Creating Files List
  15. 18:56:08 T:139650618337024 NOTICE: Add File: -addons
  16. 18:56:08 T:139650618337024 DEBUG: JSONRPC: Incoming request: { "jsonrpc" : "2.0" , "method" : "Files.GetDirectory" , "params" : { "directory" : "/storage/.xbmc/addons/" , "sort" : { "method" : "file" } } , "id" : 1 }
  17. 18:56:08 T:139650618337024 DEBUG: JSONRPC: Calling files.getdirectory
  18. 18:56:08 T:139650618337024 DEBUG: CUtil::GetMatchingSource: no matching source found for [/storage/.xbmc/addons/]
  19. 18:56:08 T:139650618337024 DEBUG: Previous line repeats 4 times.
  20. 18:56:08 T:139650618337024 NOTICE: Add File: -addons/metadata.albums.allmusic.com/
  21. 18:56:08 T:139650618337024 NOTICE: Add File: -addons/metadata.artists.allmusic.com/
  22. 18:56:08 T:139650618337024 NOTICE: Add File: -addons/metadata.cine.passion-xbmc.org/
  23. 18:56:08 T:139650618337024 NOTICE: Add File: -addons/metadata.cine.passion.service/
  24.  
  25.  
  26. --------------
  27.  
  28.  
  29. 18:56:12 T:139650618337024 INFO: -->Python script returned the following error<--
  30. 18:56:12 T:139650618337024 ERROR: Error Type: <type 'exceptions.UnicodeEncodeError'>
  31. 18:56:12 T:139650618337024 ERROR: Error Contents: 'ascii' codec can't encode character u'\xa6' in position 73: ordinal not in range(128)
  32. 18:56:12 T:139650618337024 ERROR: Traceback (most recent call last):
  33. File "/storage/.xbmc/addons/script.xbmcbackup/default.py", line 199, in <module>
  34. backup.run()
  35. File "/storage/.xbmc/addons/script.xbmcbackup/default.py", line 123, in run
  36. self.syncFiles()
  37. File "/storage/.xbmc/addons/script.xbmcbackup/default.py", line 137, in syncFiles
  38. self.fileManager.createFileList(self.Addon)
  39. File "/storage/.xbmc/addons/script.xbmcbackup/default.py", line 28, in createFileList
  40. self.walkTree(self.walk_path + "addons/")
  41. File "/storage/.xbmc/addons/script.xbmcbackup/default.py", line 70, in walkTree
  42. self.addFile(filePath)
  43. File "/storage/.xbmc/addons/script.xbmcbackup/default.py", line 75, in addFile
  44. xbmc.log("Add File: " + filename)
  45. UnicodeEncodeError: 'ascii' codec can't encode character u'\xa6' in position 73: ordinal not in range(128)
  46. 18:56:12 T:139650618337024 INFO: -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement