Multi-Language mismatch #8503

Closed
opened 2026-02-20 00:04:31 -05:00 by deekerman · 6 comments
Owner

Originally created by @al13nus on GitHub (Jun 10, 2024).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

If I select a movie poster and go to "Interactive Search", I receive a list of found nzbs. The ones with Multi-Language show different info as the indexer on the page or in NFO file.

Expected Behavior

Steps To Reproduce

Select a movie, go to Interactive Search and lookup Multi-Language with Indexers.

Environment

- OS: Ubuntu 22
- Radarr: 5.6.0.8846
- Docker Install: yes
- Using Reverse Proxy: Traefik 3
- Browser: Firefox
- Database: Sqlite 3.44.2

What branch are you running?

Master

Trace Logs? Not Optional

2024-06-10 13:13:21.2|Info|ReleaseSearchService|Searching indexers for [Operation Mincemeat]. 3 active indexers
2024-06-10 13:13:21.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr:9696/3/api?t=caps&apikey=(removed) 429.TooManyRequests (145 bytes)

2024-06-10 13:13:21.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr:9696/3/api?t=caps&apikey=(removed) 429.TooManyRequests (145 bytes) 2024-06-10 13:13:21.3|Warn|Newznab|API Request Limit reached for DrunkenSlug (Prowlarr). Disabled for 06:58:26 2024-06-10 13:13:23.6|Info|DownloadDecisionMaker|Processing 146 releases

Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
Originally created by @al13nus on GitHub (Jun 10, 2024). ### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior If I select a movie poster and go to "Interactive Search", I receive a list of found nzbs. The ones with Multi-Language show different info as the indexer on the page or in NFO file. ### Expected Behavior ### Steps To Reproduce Select a movie, go to Interactive Search and lookup Multi-Language with Indexers. ### Environment ```markdown - OS: Ubuntu 22 - Radarr: 5.6.0.8846 - Docker Install: yes - Using Reverse Proxy: Traefik 3 - Browser: Firefox - Database: Sqlite 3.44.2 ``` ### What branch are you running? Master ### Trace Logs? **Not Optional** 2024-06-10 13:13:21.2|Info|ReleaseSearchService|Searching indexers for [Operation Mincemeat]. 3 active indexers 2024-06-10 13:13:21.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr:9696/3/api?t=caps&apikey=(removed) 429.TooManyRequests (145 bytes) <?xml version="1.0" encoding="UTF-8"?> <error code="429" description="User configurable Indexer Query Limit of 25 in last 24 hour(s) reached." /> 2024-06-10 13:13:21.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr:9696/3/api?t=caps&apikey=(removed) 429.TooManyRequests (145 bytes) <?xml version="1.0" encoding="UTF-8"?> <error code="429" description="User configurable Indexer Query Limit of 25 in last 24 hour(s) reached." /> 2024-06-10 13:13:21.3|Warn|Newznab|API Request Limit reached for DrunkenSlug (Prowlarr). Disabled for 06:58:26 2024-06-10 13:13:23.6|Info|DownloadDecisionMaker|Processing 146 releases ### Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided. - [X] I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue.
deekerman 2026-02-20 00:04:31 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jun 10, 2024):

👋 @al13nus, In order to help you further we'll need to see logs. You'll need to enable trace logging and replicate the problem that you encountered. Guidance on how to enable trace logging can be found in our troubleshooting guide.

@github-actions[bot] commented on GitHub (Jun 10, 2024): :wave: @al13nus, In order to help you further we'll need to see logs. You'll need to enable trace logging and replicate the problem that you encountered. Guidance on how to enable trace logging can be found in our [troubleshooting guide](https://wiki.servarr.com/radarr/troubleshooting#logging-and-log-files).
Author
Owner

@bakerboy448 commented on GitHub (Jun 10, 2024):

  • strongly suggest you read the rules of the indexers you're on
  • please don't check the box in error when trace logs are not actually provided and the wiki is not actually read/followed
@bakerboy448 commented on GitHub (Jun 10, 2024): - strongly suggest you read the rules of the indexers you're on - please don't check the box in error when trace logs are not actually provided and the wiki is not actually read/followed
Author
Owner

@al13nus commented on GitHub (Jun 10, 2024):

  • strongly suggest you read the rules of the indexers you're on

    • please don't check the box in error when trace logs are not actually provided and the wiki is not actually read/followed

Under "Trace Logs? not Optional" logs are as requested. I cleared the logs and repeated my steps. I'm using three different indexers, all of which exhibit the same issue, so it doesn't seem relevant to search for bugs in the indexers at this time.

@al13nus commented on GitHub (Jun 10, 2024): > * strongly suggest you read the rules of the indexers you're on > > * please don't check the box in error when trace logs are not actually provided and the wiki is not actually read/followed Under "Trace Logs? not Optional" logs are as requested. I cleared the logs and repeated my steps. I'm using three different indexers, all of which exhibit the same issue, so it doesn't seem relevant to search for bugs in the indexers at this time.
Author
Owner

@mynameisbogdan commented on GitHub (Jun 10, 2024):

Those languages are either sent by the indexer in the language attribute or set by you in Radarr's indexer settings Multi Languages.

Closing due to Radarr being unable to match languages from NFO if the info isn't available in the API.

Also read the rules of that indexer regarding public talks about it.

@mynameisbogdan commented on GitHub (Jun 10, 2024): Those languages are either sent by the indexer in the `language` attribute or set by you in Radarr's indexer settings `Multi Languages`. Closing due to Radarr being unable to match languages from NFO if the info isn't available in the API. Also read the rules of that indexer regarding public talks about it.
Author
Owner

@bakerboy448 commented on GitHub (Jun 10, 2024):

Those languages are either sent by the indexer in the language attribute or set by you in Radarr's indexer settings Multi Languages.

This is what the trace logs that OP refused twice to provide would have shown :)

@bakerboy448 commented on GitHub (Jun 10, 2024): > Those languages are either sent by the indexer in the `language` attribute or set by you in Radarr's indexer settings `Multi Languages`. This is what the trace logs that OP refused **twice** to provide would have shown :)
Author
Owner

@al13nus commented on GitHub (Jun 10, 2024):

Solution was: under Radarr's indexer settings Multi Languages was set to this 4. After removing it, everything went fine.

@al13nus commented on GitHub (Jun 10, 2024): Solution was: under Radarr's indexer settings `Multi Languages` was set to this 4. After removing it, everything went fine.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#8503
No description provided.