XBMC Community Forum
[RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (/forumdisplay.php?fid=148)
+---- Thread: [RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script (/showthread.php?tid=88235)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26


- VanZan - 2011-08-24 23:48

I think it's because the plugin now requires a paid account.


- x23piracy - 2011-08-25 01:56

Hi,

VanZan Wrote:I think it's because the plugin now requires a paid account.

oh damn bad asses on grooveshark Big Grin


Greetz X23


- denhams - 2011-08-25 08:20

x23piracy Wrote:Hi,

the addon cannot connect to grooveshark, is this temporary or does the addon need more rework?


Greetz X23

It should be working okay. But can you tell me which version of XBMC you are using and which OS? Thanks, Stephen.


- rpoma21 - 2011-08-25 22:50

I'm still experiencing the same error "Cannot get new session ID..." after replacing the 3 files. XBMC 10.1, Win7 x64bit. Can i assume this is due to the new GS API requiring GS Plus or Anywhere?


- denhams - 2011-08-26 00:20

rpoma21 Wrote:I'm still experiencing the same error "Cannot get new session ID..." after replacing the 3 files. XBMC 10.1, Win7 x64bit. Can i assume this is due to the new GS API requiring GS Plus or Anywhere?

Not entirely. I have just discovered that there is a problem with the https (used by some calls to the API) and Windows. It seems it is a known bug in Python 2.4. Linux/Mac work okay. At the moment there is no fix but I am working on it.

However, streaming of songs is restricted to Anywhere users only (I checked that with Grooveshark today).

Stephen.


- solver - 2011-08-26 11:11

denhams Wrote:Not entirely. I have just discovered that there is a problem with the https (used by some calls to the API) and Windows. It seems it is a known bug in Python 2.4. Linux/Mac work okay. At the moment there is no fix but I am working on it.

Make sure you don't set the timeout for the connection and https calls on windows should work.


- denhams - 2011-08-27 13:27

solver Wrote:Make sure you don't set the timeout for the connection and https calls on windows should work.

Thanks. I don't think I am setting a timeout (unless it is done automatically). The code is:

Code:
req = urllib2.Request(url)
response = urllib2.urlopen(req)
result = response.read()

Works fine in Mac and Linux but not Windows. I did a wireshark capture and everything stops after the client gets a certificate/key exchange complete. Strange.


- x23piracy - 2011-08-27 13:51

Hi,

denhams Wrote:It should be working okay. But can you tell me which version of XBMC you are using and which OS? Thanks, Stephen.

iam running openelec x64 with eden-pre 8147:
http://gujs.openelec.tv/build/PVR-PPA-opdenkamp/pvr-ppa-odk46/


Greetz X23


- denhams - 2011-08-28 10:52

x23piracy Wrote:iam running openelec x64 with eden-pre 8147:
http://gujs.openelec.tv/build/PVR-PPA-opdenkamp/pvr-ppa-odk46/

Ah, that might not work. I think it runs a different version of Python.


- ecolombres - 2011-09-02 19:18

Can I run this pluggin on an Apple TV 2gen? is it just for paid accounts?