/request api [TMDB] Failed to fetch movie details #1658
Replies: 4 comments 7 replies
-
MediaID is not imdbid. Its the id of the media from the media table from db. You first need to get the id of it |
Beta Was this translation helpful? Give feedback.
-
@fallenbagel I'm trying to add a Jellyseerr provider for https://github.com/sqrlmstr5000/discovarr. I'm doing a /search based on the title, retrieving the first value from the results, getting the 'id". Then making a /request. It works but the request is showing up as a different movie. If I go to the request in Jellyseer the requested id matches my request. What am I missing here? How do I get the mediaId properly?
|
Beta Was this translation helpful? Give feedback.
-
Looks like you can have the same id for tv and movie. The first result was tv but I was assuming movie. Can I use /search and filter by tv or movie specifically? |
Beta Was this translation helpful? Give feedback.
-
Got a movie request working, getting
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to submit a request using the API. I'm working on a little POC to query Gemini for similar movies and submit requests to Jellyseer. I'm not exactly sure what the mediaId refers to?
Gemini response:
*The imdb_id is correct
/request payload
*The mediaId has to be an int so I'm stripping off the 'tt'.
Response
Beta Was this translation helpful? Give feedback.
All reactions