onemanbuilds / SpotifyStreamingBot

Simple tool which plays spotify songs between the given amount of time with multiple accounts.
178 stars 60 forks source link

You seem to be using a proxy service. Please turn off these services and try again. For more help, please contact customer service #27

Open HassenH1 opened 1 year ago

HassenH1 commented 1 year ago

I am trying to debug this fantastic application and I noticed when choosing the proxyless option, the app tries to create a post request to generate accounts, but it throws me this error

{'status': 320, 'errors': {'generic_error': 'You seem to be using a proxy service. Please turn off these services and try again. For more help, please contact customer service.'}, 'push-notifications': False}

I guess my question is, can you lead me in the correct direction on how to properly fix this? I am not sure what to do here Is it assuming that my laptop is the proxy?

Also I realized when trying to go to this link here

create_url = 'https://spclient.wg.spotify.com/signup/public/v1/account'

the page looks like this: spotifyerror

is this what its suppose to show?