Advertisement
Guest User

Untitled

a guest
Jul 16th, 2011
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. 17:04:12 T:2826959728 M:1134092288 DEBUG: ------ Window Init (DialogProgress.xml) ------
  2. 17:04:12 T:2826959728 M:1134092288 DEBUG: Alloc resources: 0.34ms (0.01 ms skin load)
  3. 17:04:12 T:2826959728 M:1134092288 NOTICE: PANDORA: Forcing key ReDownload
  4. 17:04:12 T:2826959728 M:1134092288 NOTICE: PANDORA: Loading key from file "special://profile/addon_data/script.xbmc.pandora/key_in"
  5. 17:04:12 T:2826959728 M:1134092288 NOTICE: PANDORA: Downloading key from url "https://raw.github.com/PromyLOPh/pianobar/master/src/libpiano/crypt_key_input.h"
  6. 17:04:12 T:2826959728 M:1134092288 NOTICE: PANDORA: Loading key from file "special://profile/addon_data/script.xbmc.pandora/key_out"
  7. 17:04:12 T:2826959728 M:1134092288 NOTICE: PANDORA: Downloading key from url "https://raw.github.com/PromyLOPh/pianobar/master/src/libpiano/crypt_key_output.h"
  8. 17:04:12 T:2826959728 M:1134092288 NOTICE: PANDORA: Saving keys
  9. 17:04:12 T:2826959728 M:1134092288 NOTICE: PANDORA: dataDir = "special://profile/addon_data/script.xbmc.pandora"
  10. 17:04:12 T:2826959728 M:1134092288 NOTICE: PANDORA: dataDir.isDir? False
  11. 17:04:12 T:2826959728 M:1134092288 INFO: -->Python script returned the following error<--
  12. 17:04:12 T:2826959728 M:1134092288 ERROR: Error Type: <type 'exceptions.IOError'>
  13. 17:04:12 T:2826959728 M:1134092288 ERROR: Error Contents: (2, 'No such file or directory', 'special://profile/addon_data/script.xbmc.pandora/key_in')
  14. 17:04:12 T:2826959728 M:1134092288 ERROR: Traceback (most recent call last):
  15. File "/home/scoggins//.xbmc/addons/script.xbmc.pandora/refetch.py", line 12, in <module>
  16. keys.forceReFetch()
  17. File "/home/scoggins//.xbmc/addons/script.xbmc.pandora/libpandora/keys.py", line 89, in forceReFetch
  18. return self.loadKeys( True );
  19. File "/home/scoggins//.xbmc/addons/script.xbmc.pandora/libpandora/keys.py", line 63, in loadKeys
  20. self.saveKeys()
  21. File "/home/scoggins//.xbmc/addons/script.xbmc.pandora/libpandora/keys.py", line 72, in saveKeys
  22. f = open( os.path.join( self._dataDir, "key_in" ), "w" )
  23. IOError: (2, 'No such file or directory', 'special://profile/addon_data/script.xbmc.pandora/key_in')
  24. 17:04:12 T:2826959728 M:1134092288 INFO: -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement