- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey,
I used the client credential authorization workflow and successfully generated a access token. I am able to retrieve information regarding user accounts and playlists when using /users in the URL. However, when I use the /me to get my own playlists, currently playing song or recently played songs using /me - it throws different error codes for every request.
Errors returned:
Recently Played - error : {status: 500, message: 'Server error.'}
Currently Playing - error : {status: 404, message: 'Invalid username'}
User Saved Albums - error : {status: 404, message: 'Missing Token'}
I have properly setup the scope as well. Please let me know the issue. I'll attach JS code in comment.
Thanks!
I used the client credential authorization workflow and successfully generated a access token. I am able to retrieve information regarding user accounts and playlists when using /users in the URL. However, when I use the /me to get my own playlists, currently playing song or recently played songs using /me - it throws different error codes for every request.
Errors returned:
Recently Played - error : {status: 500, message: 'Server error.'}
Currently Playing - error : {status: 404, message: 'Invalid username'}
User Saved Albums - error : {status: 404, message: 'Missing Token'}
I have properly setup the scope as well. Please let me know the issue. I'll attach JS code in comment.
Thanks!
Solved! Go to Solution.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page