mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
MovieLookup API call not producing "id" key:value pair #9235
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#9235
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @artstar-es on GitHub (Jul 29, 2025).
Is there an existing issue for this?
Current Behavior
Version 5.26.2.10099 has a bug where running the Movie Lookup query API results in the "id" key:value pair not being produced.
API call: https://[redacted]/radarr/api/v3/movie/lookup/tmdb?tmdbId=1071585&apikey=[redacted]
What it should look like:
What it actually produces:
Expected Behavior
Per the documentation in https://radarr.video/docs/api/#/MovieLookup/get_api_v3_movie_lookup_tmdb
It should be producing the "id" key:value pair but it does not appear at all, with the resulting output starting from the "title" key:value pair instead.
Steps To Reproduce
No response
Environment
What branch are you running?
Master
Trace Logs? Not Optional
radarr.trace.0.txt
Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
trace- that are relevant and show this issue.@bakerboy448 commented on GitHub (Jul 29, 2025):
The "Id" is the radarr internal id which would only be returned with the movie object was added to radarr.
@artstar-es commented on GitHub (Jul 29, 2025):
Thanks for the prompt reply!!
Yes, that is the id I am expecting to be returned, for the purposes of a Python automation intended to unmonitor Radarr entries based on their played/watched status in Emby.
The returned payload has everything in it except for that Radarr ID.