Difference between revisions of "System status"

From Servarr
Line 76: Line 76:
 
* Download Clients
 
* Download Clients
 
** No download client is available
 
** No download client is available
A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -> Download Client.
+
*** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -> Download Client.
 
*** Unable to communicate with download client
 
*** Unable to communicate with download client
 
*** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.
 
*** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.

Revision as of 22:10, 12 November 2020

System

Health

Overview

Radarr

text

Sonarr

Text

Lidarr

Text

Readarr

Text


System Warnings

Radarr
  • Mono version is less than 3.10, upgrade for improved stability
    • Radarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.

Mono version 4.x and higher are also available and provides a better experience on certain platforms.

    • Update to .NET Core version
      • Newer versions of Radarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.
      • This should only happen on linux hosts. To remedy, download the correct build for your architecture: * x64 * arm64 * arm
      • Back-Up your existing configuration before the next step.
      • Delete your existing binaries and replace with the contents of the .tar.gz you just downloaded. DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES, YOU MUST DELETE THE OLD ONES FIRST. Update your startup script to call Radarr instead of mono --debug Radarr.exe
      • If Radarr doesn’t start make sure you have the dependencies listed here installed.
  • New update is available
    • Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -> Updates page is probably a good starting point. But while you’re at it, read the <a href="https://github.com/Radarr/Radarr/blob/aphrodite/CHANGELOG.md" target="_blank">change log ⧉</a> to find out what the relevant changes were.
    • (This warning will not appear if your current version is less than 14 days old)
  • Cannot install update because startup folder is not writable by the user
    • This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.
  • Updating will not be possible to prevent deleting AppData on Update
    • Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be C:\ProgramData for Windows and, ~/.config for linux.
    • Please look at System -> Info to see the current AppData & Startup directories.
    • This means Radarr will be unable to update itself without risking data-loss.
    • If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the ~/.config/Radarr directory to preserve your database.
  • Branch is for a previous version
    • The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.
    • Note: Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be soley in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within radarr’s settings), once we push a build to Github it will show up on “develop” release channel.
  • Could not connect to signalR
    • signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.
    • The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr:
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
Include /etc/apache2/mods-available/proxy_wstunnel.load
ProxyPass "/socket" "ws://127.0.0.1:7878/socket"
ProxyPassReverse "/socket" "ws://127.0.0.1:7878/socket"
Sonarr

Text

Lidarr

Text

Readarr

Text


Download Clients

Radarr
  • Download Clients
    • No download client is available
      • A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -> Download Client.
      • Unable to communicate with download client
      • Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.
    • Download clients are unavailable due to failure
      • One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.
      • You should inspect System->Logs to see what the reason is for the failures.
      • If you no longer use this download client, disable it in Radarr to prevent the errors.
    • Enable Completed Download Handling or configure Drone Factory
      • Radarr requires Completed Download Handling or a properly configured Drone Factory to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.
      • (Completed Download Handling is enabled by default for new users.)


Sonarr

Text

Lidarr

Text

Readarr

Text


Drone Factory

Radarr

text

Sonarr

Text

Lidarr

Text

Readarr

Text


Completed/Failed Download Handling

Radarr

text

Sonarr

Text

Lidarr

Text

Readarr

Text


Indexers

Radarr

text

Sonarr

Text

Lidarr

Text

Readarr

Text


Movies Folders

Radarr

text

Sonarr

Text

Lidarr

Text

Readarr

Text


Media

Radarr

text

Sonarr

Text

Lidarr

Text

Readarr

Text


Disk Space

Radarr

Text

Sonarr

Text

Lidarr

Text

Readarr

Text


About

Radarr

Text

Sonarr

Text

Lidarr

Text

Readarr

Text


More Info

Radarr

Text

Sonarr

Text

Lidarr

Text

Readarr

Text


Templates