code-google-com / turnip-town

Automatically exported from code.google.com/p/turnip-town
0 stars 0 forks source link

Import Grooveshark Playlist #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Import a Grooveshark Playlist

Error and Solution:

File: /main_thirdp/grooveshark/jsonrpc/__init__.py
Line 39 RE_SESSION = re.compile('sessionID:\s*?\'([A-z0-9]+)\',')

has to be changed, the sessionID is not recognized  

--> RE_SESSION = re.compile('\"?\'?sessionID\'?\"?:\s*\'?\"?([A-z0-9]+)\'?\"?,')

What version of the product are you using? On what operating system?

0.328, Linux ... but the error is the same for every operating system I think ;)

Original issue reported on code.google.com by derj...@gmail.com on 5 Dec 2010 at 9:08

GoogleCodeExporter commented 9 years ago
Okay, thanks. Fixed in 0.329

Original comment by 11y3y3y3...@gmail.com on 6 Dec 2010 at 1:48