-
Notifications
You must be signed in to change notification settings - Fork 118
Logging In (The Alternate Way)
Here's a quick tutorial on how to log in using the new method. This is for users who are having issues logging in with E-Mail and Password. So let's get started.
Head over to https://play.qobuz.com/, then login with your account. This is the easy step.
I will be using Google Chrome in this tutorial, but most web browsers have similar tools, so you should still be able to follow this tutorial fairly easily. Screenshots below will be from Google Chrome.
-
Open developer tools on your web browser. When opened, it should look a bit similar to what is shown on the screenshot.
-
Head over to the
Application
tab, thenStorage > Local Storage > https://play.qobuz.com
-
Look for
localuser
, and click on that to show information tied to it. You will need the values fortoken
andid
. -
id
is your user_id, andtoken
is your user_auth_token. This is all you will need to log in without your e-mail & password.
Last step, and almost as easy as step 1.
- If not already there, you can get to the alternate login method by clicking
Can't login? Click here
. - Take the
token
&id
you grabbed from the Qobuz Web Player, and put them in the correct places.
You should now be able to click Login, and it'll let you do everything a user logging in with e-mail & password could do.
If you're able to, and want to go back to logging in with e-mail & password, just click Login normally? Click here
, and it'll take you back to the standard login.