-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spotify authentication doesn't work #77
Comments
Getting the same error merely running Installing version 0.2.0 instead gets me to
which seems to me to confirm that this is failing before the point where Spotify is involved in any way. It's strange to me that I see platformdirs on my system is at version 3.0.0 (provided by the python3-platformdirs package from the distro repos). Fascinatingly, turning against the true faith and removing the distro package and instead installing platformdirs via pip3 works fine, and this is true _regardless of whether I install:
So the problem wouldn't seem to be the version of platformdirs, but rather my distro package versus any pip3-installed PyPi package. But it's strange that a distro package vs pypi package would matter like this considering the problem was originally reported here on Windows! Not knowing quite why this is going wrong though I dunno if it's actually a different problem I'm having, or if it's a different expression of some same underlying problem. Anyways, I know personally I'm very tempted to believe this is a problem with |
@keithzg there must have been some environment issue on your end when you used 3.0, because that really shouldn't work |
Hi, I’m trying to run the setup, but keep giving me this message error
Some details: Python version (Python 3.10.9), Pip version (22.3.1), Windows 10 (10.0.19045)
The redirect URI in my app in Spotify's developer dashboard is set as: http://localhost
The message error:
The text was updated successfully, but these errors were encountered: