ReadAIrr is a renamed fork of Readarr. Some inherited screenshots, executable names, config keys, API labels, and custom-script environment variables still say Readarr where the current app repo still requires that compatibility name. {.is-info}

#Table of Contents

#Status

The live System section has tabs for Status, Tasks, Backup, Updates, Events, and Log Files. The Status page currently shows Health, Disk Space, About, Database Migration, Metadata Service, and More Info panels.

#Health

#System Warnings

#Metadata Issues Message

{#we-are-currently-experiencing-issues-with-our-metadata-provider-this-will-prevent-user-searches-and-author-refreshes-from-working-we-are-working-to-solve-the-issue}

#Branch is not a valid release branch

#Currently installed SQLite version is not supported

Note that ReadAIrr uses libSQLite3.so which may or may not be contained in a SQLite3 upgrade package. {.is-info}

#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.

This warning will not appear if your current version is less than 14 days old {.is-info}

#Cannot install update because startup folder is not writable by the user

#Updating will not be possible to prevent deleting AppData on Update

#Branch is for a previous version

#Could not connect to signalR

#Nginx
 proxy_http_version 1.1;
 proxy_set_header Upgrade $http_upgrade;
 proxy_set_header Connection $http_connection;

Make sure you do not include proxy_set_header Connection "Upgrade"; as suggested by the nginx documentation. THIS WILL NOT WORK See https://github.com/aspnet/AspNetCore/issues/17081 {.is-warning}

For Apache2 reverse proxy, you need to enable the following modules: proxy, proxy_http, and proxy_wstunnel. Then, add this websocket tunnel directive to your vhost configuration:

RewriteEngine On
RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteRule /(.*) ws://127.0.0.1:8787/$1 [P,L]

For Caddy (V1) use this: Note: you will also need to add the websocket directive to your readarr configuration

 proxy /readarr 127.0.0.1:8787 {
     websocket
     transparent
 }

#Failed to resolve the IP Address for the Configured Proxy Host

#Proxy Failed Test

#System Time is off by more than 1 day

#Download Clients

#No download client is available

#Unable to communicate with download client

#Download clients are unavailable due to failure

{#download-clients-are-unavailable-due-to-failures}

#Enable Completed Download Handling

#Docker bad remote path mapping

#Downloading into Root Folder

{#downloads-in-root-folder}

Your download folder where your download client places the downloads and your root/library folder MUST be separate. *Arr will import the file(s) from your download client's folder into your library. The download client should not move anything or download anything to your library. {.is-warning}

#Bad Download Client Settings

#Bad Remote Path Mapping

#Permissions Error

#Author Mount is Read Only

{#author-mount-ro}

#Remote File was removed part way through processing

#Remote Path is Used and Import Failed

#Completed/Failed Download Handling

#Completed Download Handling is disabled

#Download Client Removes Completed Downloads

{#download-client-removes-completed-downloads}

#Indexers

#No indexers available with automatic search enabled, ReadAIrr will not provide any automatic search results

#No indexers available with RSS sync enabled, ReadAIrr will not grab new releases automatically

#No indexers are enabled

#Enabled indexers do not support searching

#No indexers available with Interactive Search Enabled

#Indexers are unavailable due to failures

#Jackett All Endpoint Used

#Solutions

#Book Folders

#Missing Root Folder

#Import Lists

#Import Lists are unavailable due to failures

#Disk Space

#About

The current page also includes:

#More Info

#Tasks

#Scheduled

Note: If on Docker this will not update your container as a new image will need to be downloaded. {.is-warning}

All these tasks can be ran manually outside their scheduled times by hitting the icon to the far right of each of the tasks. {.is-info}

#Queue

The queue will show you running and upcoming tasks as well as a history of recently ran tasks as well as how long those tasks took.

#Backup

If you're looking for how to back/restore your ReadAIrr instance click the ReadAIrr FAQ backup section. {.is-info}

#Updates

A Maintenance Release contains bug fixes and other various improvements. Take a look at the commit history for specifics. {.is-info}

#Events

Events are the equivalent of INFO Logs. {.is-info}

#Log Files

If you're on docker this will be empty as you should be updating by downloading a new docker image {.is-info}