Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - Radarr

Featured Replies

8 hours ago, drawde said:

anyone else having this issue https://github.com/Radarr/Radarr/issues/2485?

 

is there any way to change to the nightlies using this docker? or should we just wait?

 

there is no way to change to nightlies with our image

 

in our experience nightlies often break more than they fix 

 

if you must use nightlies the Radar readme has a link to another image that uses nightlies 

 

should also add have no idea about whether you can migrate existing appdata to the nightlies docker and is certainly not something we support

Edited by sparklyballs

  • Replies 803
  • Views 254.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • sparklyballs
    sparklyballs

    for radarr "press enter to exit" loop    try exec'ing in to the container and running cd /opt/radarr && curl -o - http://download.sonarr.tv/hotfixes/regression-mono-5.10/NLog.dll

  • I decided to take a gamble and changed preview to nightly (edited template and replaced preview with nightly under Repository ) and it updated and it no longer complains. was on 3.0.0.3790 under

  • I had the same problem. I ended up finding some guidance that recommended opening up your radarr.db file in Browser for SQLite (free app). Once open, export it to a flat SQL file, then re-import it an

Posted Images

On 2/16/2018 at 10:20 PM, drawde said:

anyone else having this issue https://github.com/Radarr/Radarr/issues/2485?

 

is there any way to change to the nightlies using this docker? or should we just wait?

 

I'm having this same issue, logged into the docker to confirm it has access.  Weird thing is some work fine and some don't (most don't) then I have to manually move them.

had a weird issue today. Radarr didn't want to start. some how the port in radarr config changed to 8080

How often are updates pushed for this docker? The new release has metadata support now :)

Starting in early January Radarr has crashed nonstop every 5 minutes. There is nothing in the log to help me debug the cause, and the devs of Radarr say

 

Quote

Can you try an older version of mono? If there are no logs from Radarr itself that would very likely indicate a coredump which is usually mono's fault.

 

How can I test this?

 

Git issue: https://github.com/Radarr/Radarr/issues/2564

Edited by Codeh

just happened again, Raadarr change it's own port to 8080. Is anyone else having this issue?

After struggling getting the mappings right for Radarr, Sab and Deluge I'm having an issue that I can't figure out.  When I add a new movie, radarr uses my old mappings.  I've changed the mapping in the radarr setup and then changed them back, but It's still going back to the old mappings.  Radarr is now seeing those as missing and downloading new movies.  Is there something I can do to change the mappings back without going through all 888 movies and remap them?  The logs show root folder doesn't exist.  I've disabled radarr until I can find a solution, thanks.

Movies' root folder (/movies/Movies) doesn't exist.
Close
 

radarr mappings.PNGCorrect mappins.PNG

Radarr mapping 42.PNG

Edited by PaDadof2
added more info

/movies/Movies and /Movies/Movies aren't the same thing

 

On 2/25/2018 at 12:14 PM, PaDadof2 said:

Movies' root folder (/movies/Movies) doesn't exist.
Close
 

radarr mappings.PNG

 

 

On 2/27/2018 at 3:30 PM, Dephcon said:

/movies/Movies and /Movies/Movies aren't the same thing

 

 

I understand that. I don't understand why radarr has the root folder as /movies/Movies, when I have the path set up in unraid as just /movies

1 hour ago, PaDadof2 said:

I understand that. I don't understand why radarr has the root folder as /movies/Movies, when I have the path set up in unraid as just /movies

 

that path is probably referenced in your config somewhere.  go into your appdata folder for radarr and grep -ir for that path.

Edited by Dephcon

The container path is /movies.  This is mapped to /mnt/user/Movies/Movies

 

You've told at some point radarr to put the movies into /movies/Movies.  Net result is that its trying to store files in /mnt/user/Movies/Movies/Movies

 

Your simple solution is to try changing your path mapping from /mnt/user/Movies/Movies to /mnt/user/Movies

Edited by Squid

Good Afternoon,

 

It seems the latest update of the docker is broken, does not load up, had to go to version 91 again and this fixed the problem.

 

if you need to do this, change the repository to linuxserver/radarr:91

 

Just reporting,

 

Ezbox

 

PS. Another friend who uses the docker too had the same problem, unable to load.

Edited by ezbox
instructions to rollback

12 minutes ago, ezbox said:

Good Afternoon,

 

It seems the latest update of the docker is broken, does not load up, had to go to version 91 again and this fixed the problem.

 

Just reporting,

 

Ezbox

 

PS. Another friend who uses the docker too had the same problem, unable to load.

how did you do the rollback?

20 minutes ago, ezbox said:

Good Afternoon,

 

It seems the latest update of the docker is broken, does not load up, had to go to version 91 again and this fixed the problem.

 

if you need to do this, change the repository to linuxserver/radarr:91

 

Just reporting,

 

Ezbox

 

PS. Another friend who uses the docker too had the same problem, unable to load.

Same problem, had to roll back to 91 as well..

 

8 minutes ago, xleejohnx said:

how did you do the rollback?

change the repository to linuxserver/radarr:91

2 hours ago, ezbox said:

Good Afternoon,

 

It seems the latest update of the docker is broken, does not load up, had to go to version 91 again and this fixed the problem.

 

if you need to do this, change the repository to linuxserver/radarr:91

 

Just reporting,

 

Ezbox

 

PS. Another friend who uses the docker too had the same problem, unable to load.

 

Just wanted throw my hat in the ring on this one.

for radarr "press enter to exit" loop 

 

try exec'ing in to the container and running

cd /opt/radarr && curl -o - http://download.sonarr.tv/hotfixes/regression-mono-5.10/NLog.dll.gz | gunzip -c > NLog.dll

 and then restarting the container

5 minutes ago, sparklyballs said:

for radarr "press enter to exit" loop 

 

try exec'ing in to the container and running


cd /opt/radarr && curl -o - http://download.sonarr.tv/hotfixes/regression-mono-5.10/NLog.dll.gz | gunzip -c > NLog.dll

 and then restarting the container

You the man

Just now, Squid said:

You the man

 

 

I'll take the vote of confidence but i just got the info from someone in a radarr git issue thread

Answering my own question: docker exec -it radarr /bin/bash

 

Now all working again. And for future updates, I'll just follow the rule not to update unless something is broken.

Will there be another version of the docker container released in time to address this or once its broken its broken?

1 hour ago, Dimtar said:

Will there be another version of the docker container released in time to address this or once its broken its broken?

 

 

the ball is in radarr dev's court to mitigate against mono latest version

 

they are aware of it

12 hours ago, sparklyballs said:

for radarr "press enter to exit" loop 

 

try exec'ing in to the container and running


cd /opt/radarr && curl -o - http://download.sonarr.tv/hotfixes/regression-mono-5.10/NLog.dll.gz | gunzip -c > NLog.dll

 and then restarting the container

 

Thank you!!!

we've rebuilt the image using last weeks mono baseimage and you should be able to pull latest without the need for any hotfix

 

hopefully this should be resolved soon as upstream devs make their apps compatible with newer mono

@sparklyballs Thanks for info.

 

I thought I messed up something - because just by sheer coincidence I actually changed some paths in the Radarr container, and changed some Radarr settings, pretty much the very first time, since I started using it :)

I was pretty much %100 sure it was my own doing, so I left it be till tomorrow... But decided to look up the forums, just in case :)

The odds of this happening at the very same time... heh

Edited by shEiD

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.