Advertisement
bigjsko

script.xbmc.pandora.v1.2.1-2.zip ATV2 Error

Jul 14th, 2011
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. 07:50:01 T:100159488 M:108896256 INFO: initializing python engine.
  2. 07:50:01 T:100159488 M:108896256 DEBUG: PYTHONHOME -> /var/stash/Applications/XBMC.frappliance/Frameworks/
  3. 07:50:01 T:100159488 M:108896256 DEBUG: PYTHONPATH -> /var/stash/Applications/XBMC.frappliance/Frameworks/
  4. 07:50:01 T:100159488 M:108859392 DEBUG: new python thread created. id=2
  5. 07:50:01 T:108433408 M:108855296 DEBUG: Thread XBPyThread start, auto delete: 0
  6. 07:50:01 T:108433408 M:108855296 DEBUG: Python thread: start processing
  7. 07:50:02 T:108433408 M:108847104 NOTICE: -->Python Interpreter Initialized<--
  8. 07:50:02 T:108433408 M:108847104 DEBUG: Process - The source file to load is /var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/default.py
  9. 07:50:02 T:108433408 M:108847104 DEBUG: Process - Setting the Python path to /var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora:/var/mobile/Library/Preferences/XBMC/addons/script.module.cryptopy/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.simplejson/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.beautifulsoup/lib:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pil/lib:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pysqlite/lib:/var/stash/Applications/XBMC.frappliance/Frameworks:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python26.zip:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-darwin:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac/lib-scriptpackages:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-tk:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-old:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-dynload:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/site-packages:
  10. 07:50:02 T:108433408 M:108847104 DEBUG: Process - Entering source directory /var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora
  11. 07:50:02 T:108433408 M:108847104 DEBUG: Instantiating addon using automatically obtained id of "script.xbmc.pandora" dependent on version 1.0 of the xbmc.python api
  12. 07:50:02 T:108433408 M:108847104 INFO: Loading skin file: DialogProgress.xml
  13. 07:50:02 T:108433408 M:108847104 DEBUG: DialogProgress::StartModal called
  14. 07:50:02 T:108433408 M:108847104 DEBUG: ------ Window Init (DialogProgress.xml) ------
  15. 07:50:02 T:121405440 M:108183552 DEBUG: Thread Jobworker 121405440 terminating (autodelete)
  16. 07:50:04 T:108433408 M:107794432 NOTICE: PANDORA: Translated Data Dir: "/var/mobile/Library/Preferences/XBMC/userdata/addon_data/script.xbmc.pandora/"
  17. 07:50:04 T:108433408 M:107782144 NOTICE: PANDORA: Loading key from file "special://profile/addon_data/script.xbmc.pandora/key_in"
  18. 07:50:04 T:108433408 M:107782144 NOTICE: PANDORA: Downloading key from url "https://raw.github.com/PromyLOPh/pianobar/master/src/libpiano/crypt_key_input.h"
  19. 07:50:07 T:108433408 M:107778048 NOTICE: PANDORA: Loading key from file "special://profile/addon_data/script.xbmc.pandora/key_out"
  20. 07:50:07 T:108433408 M:107778048 NOTICE: PANDORA: Downloading key from url "https://raw.github.com/PromyLOPh/pianobar/master/src/libpiano/crypt_key_output.h"
  21. 07:50:09 T:108433408 M:107778048 NOTICE: PANDORA: Saving keys
  22. 07:50:09 T:108433408 M:107778048 NOTICE: PANDORA: dataDir = "special://profile/addon_data/script.xbmc.pandora/"
  23. 07:50:09 T:108433408 M:107778048 NOTICE: PANDORA: dataDir.isDir? False
  24. 07:50:09 T:108433408 M:107778048 INFO: -->Python script returned the following error<--
  25. 07:50:09 T:108433408 M:107778048 ERROR: Error Type: <type 'exceptions.IOError'>
  26. 07:50:09 T:108433408 M:107778048 ERROR: Error Contents: [Errno 2] No such file or directory: 'special://profile/addon_data/script.xbmc.pandora/key_in'
  27. 07:50:09 T:108433408 M:107778048 ERROR: Traceback (most recent call last):
  28. File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/default.py", line 223, in <module>
  29. panda = Panda()
  30. File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/default.py", line 49, in __init__
  31. self.pandora = Pandora( dataDir, fmt )
  32. File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/libpandora/pandora.py", line 33, in __init__
  33. if not self.keys.loadKeys():
  34. File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/libpandora/keys.py", line 63, in loadKeys
  35. self.saveKeys()
  36. File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/libpandora/keys.py", line 72, in saveKeys
  37. f = open( os.path.join( self._dataDir, "key_in" ), "w" )
  38. IOError: [Errno 2] No such file or directory: 'special://profile/addon_data/script.xbmc.pandora/key_in'
  39. 07:50:09 T:108433408 M:107778048 INFO: -->End of Python script error report<--
  40. 07:50:09 T:100159488 M:107778048 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  41. 07:50:09 T:108433408 M:107409408 INFO: Python script stopped
  42. 07:50:09 T:108433408 M:107409408 DEBUG: Thread Python Thread 108433408 terminating
  43. 07:50:09 T:100159488 M:107466752 DEBUG: waiting for python thread 2 to stop
  44. 07:50:09 T:100159488 M:107474944 DEBUG: python thread 2 destructed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement