[RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script

  Thread Rating:
  • 2 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
denhams Offline
Senior Member
Posts: 135
Joined: Jun 2010
Reputation: 1
Post: #41
dominater01 Wrote:i have tried to sign in with the plugin and it doesnt work still

Please tell me what the error message says and post your xbmc.log.

Thanks.
find quote
dominater01 Offline
Member
Posts: 98
Joined: May 2007
Reputation: 0
Post: #42
denhams Wrote:Please tell me what the error message says and post your xbmc.log.

Thanks.

you read it already i had you look at it

when i sign in it sez check your setting and i know the info is 100% right so i know somethings up
find quote
Stigy Offline
Member
Posts: 61
Joined: Jul 2010
Reputation: 0
Post: #43
XBMC Version: Dharma 10.0
Version: Grooveshark 0.2.0

Error:
Grooveshark for XBMC
Unable to Connect with GrooveShark
Please Try Again Later

XBMC.log
[INDENT]12:15:29 T:2728012656 M:1203073024 NOTICE: /storage/.xbmc/addons/plugin.audio.groove/resources/lib/GroovesharkAPI.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import socket, hmac, urllib, urllib2, pprint, md5, re, sha, time, random, os, pickle, uuid, tempfile
12:15:29 T:2728012656 M:1203073024 NOTICE: /storage/.xbmc/addons/plugin.audio.groove/resources/lib/GroovesharkAPI.py:1: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import socket, hmac, urllib, urllib2, pprint, md5, re, sha, time, random, os, pickle, uuid, tempfile
12:15:29 T:2728012656 M:1203183616 NOTICE: close failed in file object destructor:
12:15:29 T:2728012656 M:1203183616 NOTICE: IOError
12:15:29 T:2728012656 M:1203183616 NOTICE: :
12:15:29 T:2728012656 M:1203183616 NOTICE: [Errno 10] No child processes
12:15:29 T:2728012656 M:1202794496 NOTICE: close failed in file object destructor:
12:15:29 T:2728012656 M:1202794496 NOTICE: IOError
12:15:29 T:2728012656 M:1202794496 NOTICE: :
12:15:29 T:2728012656 M:1202794496 NOTICE: [Errno 10] No child processes
12:15:29 T:2728012656 M:1202413568 NOTICE: http://api.grooveshark.com/ws/2.1/?metho...ormat=json
12:15:29 T:2728012656 M:1202413568 NOTICE: Response...
12:15:29 T:2728012656 M:1202413568 NOTICE: ''
12:15:29 T:2728012656 M:1202413568 WARNING: CreateFile, successfuly opened </storage/.xbmc/addons/skin.alaska.revisited.mod/720p/DialogOk.xml> instead of </storage/.xbmc/addons/skin.alaska.revisited.mod/720p/DialogOK.xml>[/INDENT]
(This post was last modified: 2011-01-20 19:29 by Stigy.)
find quote
dallasnights Offline
Fan
Posts: 515
Joined: Jan 2011
Reputation: 0
Post: #44
ya i can not get the plugin from this forum and the one avail on the actual program on the TV to work at all, can anyone tell us a solution please

Thanks all
find quote
denhams Offline
Senior Member
Posts: 135
Joined: Jun 2010
Reputation: 1
Post: #45
Quote:XBMC.log
[INDENT]12:15:29 T:2728012656 M:1203073024 NOTICE: /storage/.xbmc/addons/plugin.audio.groove12:15:29 T:2728012656 M:1203183616 NOTICE: IOError
12:15:29 T:2728012656 M:1203183616 NOTICE: :
12:15:29 T:2728012656 M:1203183616 NOTICE: [Errno 10] No child processes
12:15:29 T:2728012656 M:1202794496 NOTICE: close failed in file object destructor:
12:15:29 T:2728012656 M:1202794496 NOTICE: IOError
12:15:29 T:2728012656 M:1202794496 NOTICE: :
12:15:29 T:2728012656 M:1202794496 NOTICE: [Errno 10] No child processes
12:15:29 T:2728012656 M:1202413568 NOTICE: http://api.grooveshark.com/ws/2.1/?metho...ormat=json
12:15:29 T:2728012656 M:1202413568 NOTICE: Response...
12:15:29 T:2728012656 M:1202413568 NOTICE: ''

Thanks for the log extract. Please could you try upgrading to 0.2.1 (from http://sourceforge.net/projects/xbmc-gro...p/download). When you have installed that, configure your Grooveshark username/password and then start the addon.

If you still have a problem please check that the username/password is stored correctly in:

[font=Courier New][SIZE="2"]/storage/.xbmc/userdata/addon_data/plugin.audio.groove/settings.xml

Also, in the /tmp directory please check there is 'grooveapi' sub-directory containing a 'session.dmp' file.

If you have any problems please post the log for the complete session.

Many thanks,

Stephen.
find quote
denhams Offline
Senior Member
Posts: 135
Joined: Jun 2010
Reputation: 1
Post: #46
dominater01 Wrote:when i sign in it sez check your setting and i know the info is 100% right so i know somethings up

Please can you check that your username/password are in the settings.xml file. I think for xbmc4xbox that will be somewhere under q:\UserData. It seems to me that these settings are not being loaded correctly.

If you are up to changing the code, try editing 'default.py' and hardwiring 'self.username' and 'self.password' in the function '_get_login(self)'.

Thanks,

Stephen.
find quote
denhams Offline
Senior Member
Posts: 135
Joined: Jun 2010
Reputation: 1
Post: #47
dallasnights Wrote:ya i can not get the plugin from this forum and the one avail on the actual program on the TV to work at all, can anyone tell us a solution please

Please can you tell me some more information:

- which version of the addons you have
- which version of XBMC
- which operating system
- the error messages you see
- if possible, post our xbmc.log

Many thanks,

Stephen.
find quote
dominater01 Offline
Member
Posts: 98
Joined: May 2007
Reputation: 0
Rainbow    Post: #48
denhams Wrote:Please can you check that your username/password are in the settings.xml file. I think for xbmc4xbox that will be somewhere under q:\UserData. It seems to me that these settings are not being loaded correctly.

If you are up to changing the code, try editing 'default.py' and hardwiring 'self.username' and 'self.password' in the function '_get_login(self)'.

Thanks,

Stephen.

nevermind i got it to work i updated xbmc again to a fresh install and it logged in fine
(This post was last modified: 2011-01-21 14:11 by dominater01.)
find quote
dallasnights Offline
Fan
Posts: 515
Joined: Jan 2011
Reputation: 0
Post: #49
ok not sure how to tell you its not working, I have 3.1 for groovehark on my XBMC, I have the latest 10.0 XMBC
When I load Gorrveshark it wont show my playlists or anything
find quote
denhams Offline
Senior Member
Posts: 135
Joined: Jun 2010
Reputation: 1
Post: #50
dallasnights Wrote:ok not sure how to tell you its not working, I have 3.1 for groovehark on my XBMC, I have the latest 10.0 XBMC
When I load Gorrveshark it wont show my playlists or anything

I think you are using the 'script' addon and not the 'plugin' addon. There are actually two different Grooveshark addons available (I know, it's a bit confusing). Anyway, the only one that works at the moment is the plugin from:

http://sourceforge.net/projects/xbmc-gro...p/download

Please give that a try.

Stephen.
find quote
Post Reply