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

Unable to fetch my PLAYLISTS #23

Open
RaiPeter opened this issue Nov 27, 2020 · 9 comments
Open

Unable to fetch my PLAYLISTS #23

RaiPeter opened this issue Nov 27, 2020 · 9 comments

Comments

@RaiPeter
Copy link

I'm pretty much sure I have written the code correctly but still I'm failing to fetch my playlists from Spotify pls help

@KamalEzzikouri
Copy link

KamalEzzikouri commented Dec 5, 2020

the problem is the missing of some scopes:
I fixed the problem for the project and i asked for a Pull request.
in your [spotify].js change the scopes to this:

//  Visit me at: kamalezzikouri.com
const scopes = [
  "user-read-playback-position",
  "user-read-email",
  "user-library-modify",
  "playlist-modify-public",
  "ugc-image-upload",
  "user-follow-modify",
  "user-modify-playback-state",
  "user-read-recently-played",
  "user-read-private",
  "user-library-read",
  "user-top-read",
  "playlist-modify-private",
  "user-follow-read",
  "user-read-playback-state",
  "user-read-currently-playing",
  "playlist-read-private",
  "playlist-read-collaborative",
];

@biancadevelop
Copy link

I am also having this issue right now, I added those additional scopes but still cant display the playlist

@isahilsachdev
Copy link

Thank you bro , it worked

@KamalEzzikouri
Copy link

I am also having this issue right now, I added those additional scopes but still cant display the playlist

please you can contact me here

@parul395
Copy link

parul395 commented Jun 3, 2021

can anyone help me with same issue, I added the above scopes, it didn't work.

@parul395
Copy link

parul395 commented Jun 3, 2021

hello Kamal,"Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information." I get this when i try to contact you, please help.

@KamalEzzikouri
Copy link

hello Kamal,"Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information." I get this when i try to contact you, please help.

Hey, You can contact me here => Link or you can use telegram => @kamalezzikouri

@tambi-ayush
Copy link

the problem is the missing of some scopes: I fixed the problem for the project and i asked for a Pull request. in your [spotify].js change the scopes to this:

//  Visit me at: kamalezzikouri.com
const scopes = [
  "user-read-playback-position",
  "user-read-email",
  "user-library-modify",
  "playlist-modify-public",
  "ugc-image-upload",
  "user-follow-modify",
  "user-modify-playback-state",
  "user-read-recently-played",
  "user-read-private",
  "user-library-read",
  "user-top-read",
  "playlist-modify-private",
  "user-follow-read",
  "user-read-playback-state",
  "user-read-currently-playing",
  "playlist-read-private",
  "playlist-read-collaborative",
];

thanks this works even me thanks a lot

@neostiv
Copy link

neostiv commented Jul 14, 2022

Yes, gret job it worked. anks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants