Radarr not displaying info - possibly due to large "Missing" count? #739
Replies: 8 comments
-
Following up: leaving Heimdall on the tag page where Radarr exists eventually loads stats from this instance. Recommend caching API stats to prevent extremely long load time, or perhaps changing the API call to Radarr to generate stats quicker. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue with Radarr missing stats. The API connection fails for me even though I've not changed any settings. Radarr had an update on the 31st January and the update notes state "Remove Legacy API". Not sure if that could be the cause? Adding that I only have two releases missing and I don't see stats. |
Beta Was this translation helpful? Give feedback.
-
Our issues sound like two separate issues. My API connection is working |
Beta Was this translation helpful? Give feedback.
-
You can fix the API connection by editing the Radarr.php file located (for me on Truenas anyways) at usr/local/www/heimdall/app/SupportedApps/Radarr the last line of code should be : $api_url = parent::normaliseurl($this->config->url).'api/'.$endpoint.'?apikey='.$this->config->apikey; You need to add "v3/" without the quotes after api/ |
Beta Was this translation helpful? Give feedback.
-
Yep, that fixed the issue and brought the stats back. Thank you! The file location on Unraid is /mnt/cache/appdata/heimdall/www/SupportedApps/Radarr |
Beta Was this translation helpful? Give feedback.
-
i am having the same issue. i have found the Radarr.php file and updated the URL but i can still not get the stats to show. i am using docker confirmed that editing the file has been saved and also recreated the heimdall container and the radarr container. |
Beta Was this translation helpful? Give feedback.
-
Same issue here. Before I added the "/v3" to the file, the API key would fail. After I added the "/v3" the API key is now valid but the stats still don't show up. Anything else I could try? EDIT: Just rebooted my nas and it is working now. |
Beta Was this translation helpful? Give feedback.
-
I've been having this issue for some months now. /v3 was already in the php file, no amount of restarts fix the issue |
Beta Was this translation helpful? Give feedback.
-
Heimdall 2.2.2
Radarr 4.0.4.5922
Testing the API connection indicates that it is working.
A 2nd instance of Radarr with a small (6) missing count displays correctly.
My primary instance has close to 2,000 missing, and I believe this may be the cause of Heimdall not displaying stats.
Beta Was this translation helpful? Give feedback.
All reactions