JustSxm / SpotifyMigrator

Migrate your old account Spotify data to a new account (Spotify to Spotify). Migrate your liked songs in order and Migrate your playlist in the same order aswell
30 stars 5 forks source link

Migration fails due to `INVALID_CLIENT: Invalid redirect URI' error from spotify #10

Open N0fix opened 2 months ago

N0fix commented 2 months ago

Hi, I followed instructions from the README file, and looked at other issues asking to test changing the server port.

I made my server port and redirection url port in the webapp match (using localhost:5009 for both), and when I do so, spotify just doesn't really redirects back to localhost:5009, and prints the following error on a blank page: INVALID_CLIENT: Invalid redirect URI.

I though this was some regex match on localhost to prevent such redirects, and edited my /etc/hosts file to make a random domain name redirect to localhost, without success.

Could you confirm that the tool is still working ? Is this a known issue ?

Thanks for your time !

JustSxm commented 2 months ago

Hello, Invalid redirect URI would be because the link that the application wants to redirect to is different than the one setup in the Spotify Developer settings

Try tinkering with that

The current version of the application has been rather unmaintained for 2 years as it just worked, I have lost knowledge of the application and plannong to work on a new version soon tm to give appropriate support