LukeHagar / plexjs

A Typescript SDK for interacting with Plex Media Server
MIT License
21 stars 0 forks source link

[bug] Response validation failed, getMetadata for movie ratingKey #17

Open fredodiable opened 7 months ago

fredodiable commented 7 months ago

I'm getting an error when using getMetadata method with a movie ratingKey It's working fine with a tv show ratingKey Did I forgot something ? Error response below

{
  "statusCode": 500,
  "error": "Internal Server Error",
  "message": "Response validation failed"
}

Example raw response with manual GET HTTP request

Thanks in advance

LukeHagar commented 7 months ago

Hey @fredodiable,

Great issue! Thank you for submitting this. The OpenAPI Specification for this endpoint is located here.

Feel free to submit a PR on the repo, or I will try to make a pass on the spec soon to fix this.

fredodiable commented 4 weeks ago

Sorry I moved to another library some months ago (plex-sdk) So I'm not able to test this anymore myself