Advertisement
Guest User

Groove

a guest
Jun 18th, 2012
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.93 KB | None | 0 0
  1. 06:04:18 T:3488 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark
  2. 06:04:19 T:5148 NOTICE: -->Python Interpreter Initialized<--
  3. 06:04:19 T:5148 ERROR: C:\Users\Monty\AppData\Roaming\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.'
  4. __cwd__ = os.getcwd()
  5. 06:04:19 T:5148 NOTICE: GrooveShark: Initialized as a post-dharma plugin
  6. 06:04:19 T:5148 NOTICE: GrooveShark: Debugging disabled
  7. 06:04:19 T:5148 ERROR: C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\GrooveAPI.py:1: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  8. import urllib, urllib2, unicodedata, re, os, traceback, sys, pickle, socket, string, time, random, sha, md5
  9. 06:04:19 T:5148 ERROR: C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\GrooveAPI.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  10. import urllib, urllib2, unicodedata, re, os, traceback, sys, pickle, socket, string, time, random, sha, md5
  11. 06:04:19 T:5148 ERROR: C:\Users\Monty\AppData\Roaming\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.'
  12. sys.path.append(os.path.join(os.getcwd().replace(";",""),'resources','lib'))
  13. 06:04:19 T:5148 ERROR: C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib\pysqlite2\__init__.py:34: UserWarning: DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.
  14. warnings.warn("DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.")
  15. 06:04:19 T:5148 NOTICE: GrooveShark version 0.4.4
  16. 06:04:21 T:5148 NOTICE: ################# Getting session
  17. 06:04:21 T:5148 NOTICE: ############### Method: getCommunicationToken
  18. 06:04:21 T:5148 NOTICE: ############### htmlshark
  19. 06:04:21 T:5148 NOTICE: ########### https://cowbell.grooveshark.com/more.php?getCommunicationToken
  20. 06:04:21 T:5148 NOTICE: {"header": {"session": "eff159f44c8c83e63c5288298f1afb9b", "client": "htmlshark", "clientRevision": "20110906", "uuid": "8699e4d4-708f-4a96-a851-b06469497b46"}, "privacy": 1, "method": "getCommunicationToken", "parameters": {"secretKey": "1f2f26ebb9290979654e750705f4505d"}, "country": {"CC4": "0", "CC1": "72057594037927936", "CC3": "0", "CC2": "0", "IPR": "9157", "ID": "57"}}
  21. 06:04:33 T:5148 NOTICE: GrooveShark Exception (onInit): <class 'urllib2.URLError'>
  22. 06:04:33 T:5148 ERROR: Traceback (most recent call last):
  23. 06:04:33 T:5148 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\GrooveShark.py", line 1108, in onInit
  24. 06:04:33 T:5148 ERROR: self.gs.startSession(username, password)
  25. 06:04:33 T:5148 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\GrooveAPI.py", line 184, in startSession
  26. 06:04:33 T:5148 ERROR: self.generateInstance()
  27. 06:04:33 T:5148 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\GrooveAPI.py", line 191, in generateInstance
  28. 06:04:33 T:5148 ERROR: self._token = self._getToken()
  29. 06:04:33 T:5148 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\gw\__init__.py", line 159, in _getToken
  30. 06:04:33 T:5148 ERROR: "token").send()
  31. 06:04:33 T:5148 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\gw\__init__.py", line 106, in send
  32. 06:04:33 T:5148 ERROR: response = urllib2.urlopen(self._request).read()
  33. 06:04:33 T:5148 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 126, in urlopen
  34. 06:04:33 T:5148 ERROR: return _opener.open(url, data, timeout)
  35. 06:04:33 T:5148 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 391, in open
  36. 06:04:33 T:5148 ERROR: response = self._open(req, data)
  37. 06:04:33 T:5148 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 409, in _open
  38. 06:04:33 T:5148 ERROR: '_open', req)
  39. 06:04:33 T:5148 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
  40. 06:04:33 T:5148 ERROR: result = func(*args)
  41. 06:04:33 T:5148 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1178, in https_open
  42. 06:04:33 T:5148 ERROR: return self.do_open(httplib.HTTPSConnection, req)
  43. 06:04:33 T:5148 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1145, in do_open
  44. 06:04:33 T:5148 ERROR: raise URLError(err)
  45. 06:04:33 T:5148 ERROR: URLError: <urlopen error The read operation timed out>
  46. 06:04:34 T:3488 WARNING: XFILE::CMusicDatabaseDirectory::GetLabel - Unknown nodetype requested 0
  47. 06:04:34 T:5148 NOTICE: GrooveShark: Closed
  48. 06:04:34 T:5148 NOTICE: GrooveShark: __del__() called
  49. 06:04:34 T:5148 NOTICE: GrooveShark: Saving state
  50. 06:04:34 T:5148 NOTICE: An unknown error occured during save state: <type 'exceptions.AttributeError'>
  51. 06:04:34 T:5148 ERROR: Exception
  52. 06:04:34 T:5148 ERROR: AttributeError
  53. 06:04:34 T:5148 ERROR: :
  54. 06:04:34 T:5148 ERROR: "'NoneType' object has no attribute 'print_exc'"
  55. 06:04:34 T:5148 ERROR: in
  56. 06:04:34 T:5148 ERROR: <bound method GrooveClass.__del__ of <GrooveShark.GrooveClass object at 0x0F7F4F30>>
  57. 06:04:34 T:5148 ERROR: ignored
  58. 06:04:34 T:3488 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark
  59. 06:07:56 T:3488 ERROR: Control 1 in window 10099 has been asked to focus, but it can't
  60. 06:08:02 T:6112 NOTICE: -->Python Interpreter Initialized<--
  61. 06:08:02 T:5384 NOTICE: -->Python Interpreter Initialized<--
  62. 06:08:07 T:3488 WARNING: XFILE::CMusicDatabaseDirectory::GetLabel - Unknown nodetype requested 0
  63. 06:08:09 T:5328 NOTICE: -->Python Interpreter Initialized<--
  64. 06:08:09 T:5328 ERROR: C:\Users\Monty\AppData\Roaming\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.'
  65. __cwd__ = os.getcwd()
  66. 06:08:09 T:5328 NOTICE: GrooveShark: Initialized as a post-dharma plugin
  67. 06:08:09 T:5328 NOTICE: GrooveShark: Debugging disabled
  68. 06:08:09 T:5328 ERROR: C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\GrooveAPI.py:1: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  69. import urllib, urllib2, unicodedata, re, os, traceback, sys, pickle, socket, string, time, random, sha, md5
  70. 06:08:09 T:5328 ERROR: C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\GrooveAPI.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  71. import urllib, urllib2, unicodedata, re, os, traceback, sys, pickle, socket, string, time, random, sha, md5
  72. 06:08:09 T:5328 ERROR: C:\Users\Monty\AppData\Roaming\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.'
  73. sys.path.append(os.path.join(os.getcwd().replace(";",""),'resources','lib'))
  74. 06:08:09 T:5328 ERROR: C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib\pysqlite2\__init__.py:34: UserWarning: DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.
  75. warnings.warn("DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.")
  76. 06:08:09 T:5328 NOTICE: GrooveShark version 0.4.4
  77. 06:08:11 T:5328 NOTICE: ################# Getting session
  78. 06:08:11 T:5328 NOTICE: ############### Method: getCommunicationToken
  79. 06:08:11 T:5328 NOTICE: ############### htmlshark
  80. 06:08:11 T:5328 NOTICE: ########### https://cowbell.grooveshark.com/more.php?getCommunicationToken
  81. 06:08:11 T:5328 NOTICE: {"header": {"session": "3b8a0e3a214e991131b0610ac023200a", "client": "htmlshark", "clientRevision": "20110906", "uuid": "179e4cd2-3e7f-4308-b0b8-88c57e088da2"}, "privacy": 1, "method": "getCommunicationToken", "parameters": {"secretKey": "7f6fd6edaca59592af0a6f7b97e2b890"}, "country": {"CC4": "0", "CC1": "72057594037927936", "CC3": "0", "CC2": "0", "IPR": "9157", "ID": "57"}}
  82. 06:08:11 T:3488 ERROR: Control 1 in window 10099 has been asked to focus, but it can't
  83. 06:09:07 T:5328 ERROR: Previous line repeats 2 times.
  84. 06:09:07 T:5328 NOTICE: GrooveShark Exception (onInit): <class 'urllib2.URLError'>
  85. 06:09:07 T:5328 ERROR: Traceback (most recent call last):
  86. 06:09:07 T:5328 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\GrooveShark.py", line 1108, in onInit
  87. 06:09:07 T:5328 ERROR: self.gs.startSession(username, password)
  88. 06:09:07 T:5328 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\GrooveAPI.py", line 184, in startSession
  89. 06:09:07 T:5328 ERROR: self.generateInstance()
  90. 06:09:07 T:5328 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\GrooveAPI.py", line 191, in generateInstance
  91. 06:09:07 T:5328 ERROR: self._token = self._getToken()
  92. 06:09:07 T:5328 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\gw\__init__.py", line 159, in _getToken
  93. 06:09:07 T:5328 ERROR: "token").send()
  94. 06:09:07 T:5328 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\resources\lib\gw\__init__.py", line 106, in send
  95. 06:09:07 T:5328 ERROR: response = urllib2.urlopen(self._request).read()
  96. 06:09:07 T:5328 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 126, in urlopen
  97. 06:09:07 T:5328 ERROR: return _opener.open(url, data, timeout)
  98. 06:09:07 T:5328 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 391, in open
  99. 06:09:07 T:5328 ERROR: response = self._open(req, data)
  100. 06:09:07 T:5328 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 409, in _open
  101. 06:09:07 T:5328 ERROR: '_open', req)
  102. 06:09:07 T:5328 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
  103. 06:09:07 T:5328 ERROR: result = func(*args)
  104. 06:09:07 T:5328 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1178, in https_open
  105. 06:09:07 T:5328 ERROR: return self.do_open(httplib.HTTPSConnection, req)
  106. 06:09:07 T:5328 ERROR: File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1145, in do_open
  107. 06:09:07 T:5328 ERROR: raise URLError(err)
  108. 06:09:07 T:5328 ERROR: URLError: <urlopen error The read operation timed out>
  109. 06:09:08 T:3488 WARNING: XFILE::CMusicDatabaseDirectory::GetLabel - Unknown nodetype requested 0
  110. 06:09:08 T:5328 ERROR: Exception in python script's onAction
  111. 06:09:08 T:5328 ERROR: Traceback (most recent call last):
  112. 06:09:08 T:5328 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\GrooveShark.py", line 1161, in onAction
  113. 06:09:08 T:5328 ERROR: self.setOptionsMenu()
  114. 06:09:08 T:5328 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\GrooveShark.py", line 749, in setOptionsMenu
  115. 06:09:08 T:5328 ERROR: self.options = self.optionsMenu
  116. 06:09:08 T:5328 ERROR: AttributeError
  117. 06:09:08 T:5328 ERROR: :
  118. 06:09:08 T:5328 ERROR: 'GrooveClass' object has no attribute 'optionsMenu'
  119. 06:09:08 T:5328 ERROR: Exception in python script's onAction
  120. 06:09:08 T:5328 ERROR: Traceback (most recent call last):
  121. 06:09:08 T:5328 ERROR: File "C:\Users\Monty\AppData\Roaming\XBMC\addons\script.audio.grooveshark\GrooveShark.py", line 1169, in onAction
  122. 06:09:08 T:5328 ERROR: self.setOptionsRight(self.navi.getBranchObject())
  123. 06:09:08 T:5328 ERROR: AttributeError
  124. 06:09:08 T:5328 ERROR: :
  125. 06:09:08 T:5328 ERROR: 'GrooveClass' object has no attribute 'navi'
  126. 06:09:08 T:5328 NOTICE: GrooveShark: Closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement