node-themoviedb icon indicating copy to clipboard operation
node-themoviedb copied to clipboard

Bug? seasonInfo

Open DomiiBunn opened this issue 2 years ago • 0 comments

I might be running this wrong but

moviedb.seasonInfo({ tv_id: 3498, season_number: 10675 })

returns an error

statusCode: 404,
statusMessage: 'Not Found',
url: 'https://api.themoviedb.org/3/tv/:id/season/1',
      params: {
        api_key: 'redacted',
        tv_id: 3498,
        season_number: 1
},

DomiiBunn avatar Oct 15 '22 20:10 DomiiBunn