-
Notifications
You must be signed in to change notification settings - Fork 14
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
get_url return "no sufficient rights" #45
Comments
comparing user0 profile and my own, using j=await fetch('https://www.deezer.com/ajax/gw-light.php?input=3&api_version=1.0&method=deezer.getUserData&api_token=').then(e=>e.json()) We see that
Also, giving consent to have my data used for ads don't change this endpoint result |
I gues, this is the reason, why dzr is not working anymore? Any chance for an option to add own (free) deezer-account/-profile to get dzr working again? |
sure it's going to be the chosen solution. |
from my testing, the token have a validity of 14days. I'll add a way to give this token from a value given by a JS snippet that can be run in browser debugger. |
Since 2025-03-07 (so 4 years after the latest deezer API), https://media.deezer.com/v1/get_url stopped returning tracks URL for the USER_ID:0 that dzr exploited to get it's tracks urls.
I'm open to alternative API suggestions.
The text was updated successfully, but these errors were encountered: