Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Who Me Too'd this topic

Get Currently Playing Track

Hi, I have recently started using the spotify developer api. I have experimented with https://developer.spotify.com/console/get-users-currently-playing-track/

To use the endpoint I generated a temporary token using the "Get Token" button to test out the endpoint. After creating an app in the dashboard section and obtaining the token I would test the endpoint again only to get this error:

{
  "error": {
    "status": 404,
    "message": "Invalid username"
  }
}

How do I specify the user to get currently playing track from? I tried things like ?user="username" but It still gave the same error

Who Me Too'd this topic