Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2011
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. DEBUG: Process - Entering source directory /var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora
  2. 21:43:52 T:117436416 M:128704512 DEBUG: Instantiating addon using automatically obtained id of "script.xbmc.pandora" dependent on version 1.0 of the xbmc.python api
  3. 21:43:52 T:117436416 M:128700416 INFO: Loading skin file: DialogProgress.xml
  4. 21:43:52 T:117436416 M:128684032 DEBUG: DialogProgress::StartModal called
  5. 21:43:52 T:117436416 M:128684032 DEBUG: ------ Window Init (DialogProgress.xml) ------
  6. 21:43:56 T:117436416 M:127479808 ERROR: /var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/libpandora/pianoparser.py:6: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
  7. f = open( os.path.join( os.getcwd(), fname ), 'r' )
  8. 21:43:56 T:117436416 M:127426560 ERROR: /var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/default.py:21: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
  9. scriptPath = os.getcwd().replace(';','')
  10. 21:43:57 T:117436416 M:127324160 DEBUG: DialogProgress::StartModal called (already running)!
  11. 21:43:57 T:117436416 M:127324160 DEBUG: ------ Window Init (DialogProgress.xml) ------
  12. 21:43:57 T:117436416 M:127201280 ERROR: /var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/pandaplayer.py:7: DeprecationWarning: object.__init__() takes no parameters
  13. xbmc.Player.__init__( self, xbmc.PLAYER_CORE_MPLAYER )
  14. 21:43:57 T:117436416 M:127172608 INFO: Loading skin includes from /var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/resources/skins/Android/NTSC/includes.xml
  15. 21:43:57 T:117436416 M:127172608 INFO: Error loading includes.xml file (/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/resources/skins/Android/NTSC/includes.xml): Failed to open file (row=0, col=0)
  16. 21:43:57 T:117436416 M:127172608 INFO: -->Python script returned the following error<--
  17. 21:43:57 T:117436416 M:127172608 ERROR: Error Type: <type 'exceptions.TypeError'>
  18. 21:43:57 T:117436416 M:127172608 ERROR: Error Contents: XML File for Window is missing
  19. 21:43:57 T:117436416 M:127172608 ERROR: Traceback (most recent call last):
  20. File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/default.py", line 214, in <module>
  21. panda = Panda()
  22. File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.pandora/default.py", line 68, in __init__
  23. skin, "NTSC", panda = self )
  24. TypeError: XML File for Window is missing
  25. 21:43:57 T:117436416 M:127172608 INFO: -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement