-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
MercuryException: status: 403 #370
Comments
That's interesting and looks very much like the issue we are having with the new Facebook auth flow. What version of the official client are you using? |
it's 1.1.60.672.g6ad9c215-a on windows 10. also i've just tried connecting to the device using the android app and all works as expected (that's version 8.6.30.889). also i tried it from my macbook with the same version of the spotify app and that also worked (the Connect device still being the original windows machine). could it be caused by trying to connect from the same system on which the zeroconf server is running? |
That shouldn't be the issue. Can you try logging out and logging in again from the problematic device to see if that fixes it? |
yeah, unfortunately that didn't help :/ |
I too am having the exact same problem, and had to go to USER_PASS for now which sucks because it only allows the logged in user to stream to the device. |
This same exception started happening with a MacOS Spotify Client ( |
At the top right of the desktop app, select your username, and go to Account. Now log out of the Spotify desktop app, and log in without using Facebook, by using the (long random characters) username & password you just set. Now the desktop app will send normal Spotify access tokens over Spotify Connect and it should work fine (no more 403 errors)! |
@jcadduono Confirmed working. Thanks! I'm getting rid of Facebook anyway. |
I already use a non-Facebook session key from user/pass and am having problems with 403 responses from Mercury regardless of which device I am logged in on (phone, computer, web). Any one have thoughts on what could be causing the permission issues this time? |
Describe the bug
When trying to connect to my spotify connect device that I set up with librespot autoconf, I get the below exception. The jar doesn't crash but the connection doesn't proceed, basically I click the device in the menu and nothing happens.
To Reproduce
Download the spotify player jar (on a Windows machine). Run it to generate the config file and then stop it. Open the firewall ports as instructed in the README. Edit the generated config file and add the random port you opened, change nothing else and save. Run the jar again and leave running. Open any spotify client app and in the menu of available devices you see 'librespot-java'. Click it - nothing happens and you're not connected. Check the output of the running jar and you'll see the exception below.
Expected behavior
After performing the steps above, I expect me spotify client to be connected to my spotify connect device and when I play music it gets played on the computer running the jar.
Screenshots/Stracktraces/Logs
Version/Commit
Downloaded jar librespot-player-1.6.0.jar
The text was updated successfully, but these errors were encountered: