Skip to content

Couldn't find tmdb id for media #1469

@daerup

Description

@daerup

Describe the bug
TMDb cannot fetch id for Die Hart. Die Hart is not the only movie this happens. Sometimes it works, sometime it doesn't. Is there maybe TMDb Rate Limiting at play?

On another Note which I think might be related. The Id couldn't be populated and got resolved to 'undefined'. I couldn't reproduce this tho:

2024-12-26T19:56:10.327687543Z [maintainerr] | 26/12/2024 20:56:10  [DEBUG] [TmdbApiService] GET request to https://api.themoviedb.org/3/movie/undefined?api_key=[REDACTED]&language=en&append_to_response=credits,external_ids,videos,release_dates,watch%2Fproviders failed: AxiosError: Request failed with status code 404

To Reproduce
Steps to reproduce the behavior:

  1. Add Die Hart to Radarr
  2. Go into Collection and Test Media on Die Hart.

Expected behavior
Request could be made an proceed with other rules.

Screenshots

2024-12-26T20:13:47.474176209Z [maintainerr] | 26/12/2024 21:13:47  [INFO] [RulesService] Successfully updated rulegroup '[Movies] Requested & Ready'.
2024-12-26T20:14:45.572031605Z [maintainerr] | 26/12/2024 21:14:45  [DEBUG] [OverseerrGetterService] Couldn't find tmdb id for media 'Die Hart' with id '79387'. As a result, no Overseerr query could be made.
2024-12-26T20:14:45.572067652Z [maintainerr] | 26/12/2024 21:14:45  [DEBUG] [OverseerrGetterService] Couldn't fetch Overseerr metadate for media 'Die Hart' with id '79387'. As a result, no Overseerr query could be made.

Additional context
Exported rules:

mediaType: MOVIES
rules:
  - "0":
      - firstValue: Tautulli.lastViewedAt
        action: BEFORE
        customValue:
          type: custom_days
          value: "555"
  - "1":
      - operator: OR
        firstValue: Tautulli.addDate
        action: BEFORE
        customValue:
          type: custom_days
          value: "180"
      - operator: AND
        firstValue: Tautulli.viewCount
        action: EQUALS
        customValue:
          type: number
          value: 0
  - "2":
      - operator: AND
        firstValue: Overseerr.isRequested
        action: EQUALS
        customValue:
          type: boolean
          value: "true"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions