Skip to content
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

Recording is not working with spotify api. #377

Closed
Spot-nabil opened this issue Jul 27, 2021 · 5 comments
Closed

Recording is not working with spotify api. #377

Spot-nabil opened this issue Jul 27, 2021 · 5 comments
Labels
api 📡 Related to Spotify or LastFM API duplicate 👥 invalid 🕳 Issue out of scope

Comments

@Spot-nabil
Copy link

Spot-nabil commented Jul 27, 2021

What is the bug ?
I followed steps completely as mentioned.But if i select spotify api it does not record.

Track used

Spotify track/playlist used : https://open.spotify.com/track/2FY7b99s15jUprqC0M5NCT?si=08529316238e4e50

Screenshots

If applicable, add screenshots to help explain your problem.
Captue
Capture

@jwallet
Copy link
Owner

jwallet commented Jul 27, 2021

what is the error that you get from spotify api? did you logged in with the same spotify user for the desktop app and in the authorization page ? do you have the same redirect url? I mean in your Spotify dashboard, did you add the "Redirect URI" http://localhost:5000 in your app setting too ? like this

image

@jwallet jwallet added api 📡 Related to Spotify or LastFM API and removed bug 🐞 labels Jul 27, 2021
@Spot-nabil
Copy link
Author

Spot-nabil commented Jul 27, 2021

what is the error that you get from spotify api? did you logged in with the same spotify user for the desktop app and in the authorization page ? do you have the same redirect url? I mean in your Spotify dashboard, did you add the "Redirect URI" http://localhost:5000 in your app setting too ? like this

image

I have added both of them.I also used the same spotify account.
Captre

@jwallet
Copy link
Owner

jwallet commented Jul 27, 2021

ok I just tried you "Api access" and looks like spotify rejected it. Mine is working with the same configs.

your app status needs to be "Granted"
image

@jwallet
Copy link
Owner

jwallet commented Jul 27, 2021

moving the discussion to #370

@jwallet
Copy link
Owner

jwallet commented Jul 28, 2021

you have the wrong client_secret, I tried your config and got the same error. If I use my own api access and change one char of my client_secret then I also get the same error. In your dashboard, expand/show the client_secret and don't click on Reset client secret, copy paste it in Spytify settings.

@jwallet jwallet added the invalid 🕳 Issue out of scope label Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api 📡 Related to Spotify or LastFM API duplicate 👥 invalid 🕳 Issue out of scope
Projects
None yet
Development

No branches or pull requests

2 participants