jordam/Portify.JS

It loads the Spotify page, I request OAuth, then it loads that 404, then it loads a blank play.google.com/music page

19007361 opened this issue · 10 comments

It loads the Spotify page, I request OAuth, then it loads that 404, then it loads a blank play.google.com/music page

It seems that listen.js has been removed to be replaced by listen_extended_[hash].js

Is there a fix in the works?

I'm seeing the same thing. Any help is greatly appreciated!

I used his Python version https://github.com/jordam/ezportify your google password is required but it's a good occasion to change it after.

It shows this error when trying to execute the python file.

File "ezportify.py", line 3, in <module> from google import Mobileclient File "/Users/Me/Downloads/ezportify-master/google.py", line 1, in <module> import certifi ImportError: No module named certifi

@Drakot That should have been on the other project issues but anyway, it's telling you that it can't find a module named certifi so you have to install it with either pip install certifi or easy_install certifi same for the other module that will be missing..

Sorry, I posted this message in the wrong repository.

Ok ok, I got around to taking a crack at this again. It looks like the new listen_extended is letting me ajax it in so it's an easy fix now :)

Should be working, as long as the listen_extended url length is the same for all of us. Its a hacky patch but hopefully it gets the ball rolling again.

Thank you so much dev! Unfortunately, while it reaches Play Music and opens the Portify prompt, it doesn't seem to do anything after I select "import" and leave the naming for the playlists blank.

I'm getting the same result as the previous poster. Any updates?