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

Seek endpoint reports missing parameter, even though its present.

Calling the https://api.spotify.com/v1/me/player/seek endpoint consistently returns 400 Bad Request, as the parameter `position_ms` is supposedly missing.

 

However, the parameter is in place in the request. This happens regardless of value set for the parameter (0, positive integer, etc).

 

Payload Body:

 

{"position_ms":142848}

 

Response:

 

{
  "error" : {
    "status" : 400,
    "message" : "Required parameter position_ms missing"

  }
} 
 

Screenshot 2023-02-11 at 13.45.04.png

Screenshot 2023-02-11 at 13.45.38.png

Screenshot 2023-02-11 at 13.46.17.png

 

Any way to resolve this? Help much appreciated, thank you.

Who Me Too'd this topic