Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2012
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1. /var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark/default.py:38: 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.'
  2. __cwd__ = os.getcwd()
  3. 11:51:49 T:70897664 NOTICE: GrooveShark: Initialized as a post-dharma plugin
  4. 11:51:49 T:70897664 NOTICE: GrooveShark: Debugging enabled
  5. 11:51:50 T:117153792 NOTICE: OzWeather-0.3.4: Trying to get ABC weather video URL
  6. 11:51:50 T:70897664 ERROR: /var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark/resources/lib/GrooveAPI.py:1: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  7. import urllib, urllib2, unicodedata, re, os, traceback, sys, pickle, socket, string, time, random, sha, md5
  8. 11:51:50 T:70897664 ERROR: /var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark/resources/lib/GrooveAPI.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  9. import urllib, urllib2, unicodedata, re, os, traceback, sys, pickle, socket, string, time, random, sha, md5
  10. 11:51:50 T:70897664 ERROR: /var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark/resources/lib/GrooveGUI.py:10: 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.'
  11. sys.path.append(os.path.join(os.getcwd().replace(";",""),'resources','lib'))
  12. 11:51:51 T:70897664 ERROR: /private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pysqlite/lib/pysqlite2/__init__.py:34: UserWarning: DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.
  13. warnings.warn("DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.")
  14. 11:51:51 T:70897664 NOTICE: GrooveShark version 0.4.4
  15. 11:51:52 T:70897664 NOTICE: GrooveShark: <type 'exceptions.IOError'>
  16. 11:51:52 T:70897664 NOTICE: GrooveAPI: Starting session
  17. 11:51:52 T:70897664 NOTICE: GrooveAPI: Saved instance: None
  18. 11:51:52 T:70897664 NOTICE: GrooveAPI: Generating new instance
  19. 11:51:55 T:70897664 NOTICE: ################# Getting session
  20. 11:51:55 T:70897664 NOTICE: ############### Method: getCommunicationToken
  21. 11:51:55 T:70897664 NOTICE: ############### htmlshark
  22. 11:51:55 T:70897664 NOTICE: ########### https://cowbell.grooveshark.com/more.php?getCommunicationToken
  23. 11:51:55 T:70897664 NOTICE: {"header": {"session": "69a0feeb45b03b8b33d3086d1447435e", "client": "htmlshark", "clientRevision": "20110906", "uuid": "64e705e9-43d9-42f3-a225-6d00bb03f087"}, "privacy": 1, "method": "getCommunicationToken", "parameters": {"secretKey": "07cabf113cca08954abc1c83493bf1e9"}, "country": {"CC4": "0", "CC1": "72057594037927936", "CC3": "0", "CC2": "0", "IPR": "9157", "ID": "57"}}
  24. 11:51:57 T:70897664 NOTICE: {u'header': {u'session': u''}, u'fault': {u'message': u' invalid client', u'code': 1024}}
  25. 11:52:02 T:70897664 NOTICE: GrooveShark Exception (onInit): <type 'exceptions.StandardError'>
  26. 11:52:02 T:70897664 ERROR: Traceback (most recent call last):
  27. 11:52:02 T:70897664 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark/GrooveShark.py", line 1108, in onInit
  28. 11:52:02 T:70897664 ERROR: self.gs.startSession(username, password)
  29. 11:52:02 T:70897664 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark/resources/lib/GrooveAPI.py", line 184, in startSession
  30. 11:52:02 T:70897664 ERROR: self.generateInstance()
  31. 11:52:02 T:70897664 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark/resources/lib/GrooveAPI.py", line 191, in generateInstance
  32. 11:52:02 T:70897664 ERROR: self._token = self._getToken()
  33. 11:52:02 T:70897664 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark/resources/lib/gw/__init__.py", line 159, in _getToken
  34. 11:52:02 T:70897664 ERROR: "token").send()
  35. 11:52:02 T:70897664 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark/resources/lib/gw/__init__.py", line 120, in send
  36. 11:52:02 T:70897664 ERROR: raise StandardError("API error: " + response["fault"]["message"])
  37. 11:52:02 T:70897664 ERROR: StandardError: API error: invalid client
  38. 11:52:03 T:70897664 NOTICE: GrooveShark: Closed
  39. 11:52:03 T:70897664 NOTICE: GrooveShark: __del__() called
  40. 11:52:03 T:70897664 NOTICE: GrooveShark: Saving state
  41. 11:52:03 T:70897664 NOTICE: An unknown error occured during save state: <type 'exceptions.AttributeError'>
  42. 11:52:03 T:70897664 ERROR: Exception
  43. 11:52:03 T:70897664 ERROR: AttributeError
  44. 11:52:03 T:70897664 ERROR: :
  45. 11:52:03 T:70897664 ERROR: "'NoneType' object has no attribute 'print_exc'"
  46. 11:52:03 T:70897664 ERROR: in
  47. 11:52:03 T:70897664 ERROR: <bound method GrooveClass.__del__ of <GrooveShark.GrooveClass object at 0x18600bc>>
  48. 11:52:03 T:70897664 ERROR: ignored
  49. 11:52:03 T:103600128 ERROR: ClearBlock: Trying to clear non existent block /var/mobile/Library/Preferences/XBMC/addons/script.audio.grooveshark
  50. 11:52:10 T:103600128 NOTICE: Storing total System Uptime
  51. 11:52:10 T:103600128 NOTICE: Saving settings
  52. 11:52:10 T:103600128 NOTICE: stop all
  53. 11:52:10 T:103600128 NOTICE: ES: Stopping event server
  54. 11:52:10 T:103600128 NOTICE: stopping upnp
  55. 11:52:11 T:121774080 NOTICE: ES: UDP Event server stopped
  56. 11:52:11 T:103600128 NOTICE: stopping zeroconf publishing
  57. 11:52:11 T:103600128 NOTICE: Webserver: Stopping...
  58. 11:52:11 T:103600128 NOTICE: WebServer: Stopped the webserver
  59. 11:52:11 T:103600128 NOTICE: Webserver: Stopped...
  60. 11:52:11 T:103600128 NOTICE: stop sap announcement listener
  61. 11:52:11 T:103600128 NOTICE: clean cached files!
  62. 11:52:11 T:103600128 NOTICE: unload skin
  63. 11:52:11 T:103600128 ERROR: ADDON: extension 'downloader/' is not currently supported for service addon
  64. 11:52:11 T:103600128 NOTICE: stop python
  65. 11:52:11 T:103600128 NOTICE: stopped
  66. 11:52:11 T:103600128 NOTICE: destroy
  67. 11:52:11 T:103600128 NOTICE: unload sections
  68. 11:52:12 T:103600128 NOTICE: destroy
  69. 11:52:12 T:103600128 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
  70. 11:52:12 T:103600128 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
  71. 11:52:12 T:103600128 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
  72. 11:52:12 T:103600128 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
  73. 11:52:12 T:103600128 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
  74. 11:52:12 T:103600128 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
  75. 11:52:12 T:103600128 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
  76. 11:52:12 T:103600128 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
  77. 11:52:12 T:103600128 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
  78. 11:52:12 T:103600128 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
  79. 11:52:12 T:103600128 NOTICE: unload sections
  80. 11:52:12 T:103600128 NOTICE: application stopped...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement