JorrinKievit / tmdb-js

A typesafe API wrapper for the TheMovieDatabase API for Node and the Web
10 stars 1 forks source link

Can't fetch trending #1

Closed FlurryNight closed 1 year ago

FlurryNight commented 1 year ago

Hi, Thank you so much for this package. I think I'm facing a problem with v3.trending.getTrending() method, I pass the mediaType and timeWindow, but it seems like the timeWindow value is not added to the URL, resulting in a 404.

image image

JorrinKievit commented 1 year ago

Thanks for reporting, should be fixed in v1.0.2!

FlurryNight commented 1 year ago

Hey, sorry, it's seems its not fixed yet, strange, I updated to 1.0.2, but i having issues still image Even tho it's here: https://github.com/JorrinKievit/tmdb-js/blob/ad7609f9ca0626a0499eca4e18eecaf904774cb5/packages/core/src/v3/trending.ts#L13

Thanks!

JorrinKievit commented 1 year ago

Hm strange, it never published the changes 🤔. Should be fixed in v1.0.3 (hopefully 😂 ). Should set up a pipeline for automatic publishing too.... Thanks for letting me know again!