February 17, 20188 yr 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 February 17, 20188 yr by sparklyballs
February 20, 20188 yr 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.
February 21, 20188 yr had a weird issue today. Radarr didn't want to start. some how the port in radarr config changed to 8080
February 22, 20188 yr How often are updates pushed for this docker? The new release has metadata support now
February 22, 20188 yr 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 February 22, 20188 yr by Codeh
February 22, 20188 yr just happened again, Raadarr change it's own port to 8080. Is anyone else having this issue?
February 25, 20188 yr 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 Edited February 25, 20188 yr by PaDadof2 added more info
February 27, 20188 yr /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
March 1, 20188 yr 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
March 1, 20188 yr 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 March 1, 20188 yr by Dephcon
March 1, 20188 yr 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 March 1, 20188 yr by Squid
March 3, 20188 yr 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 March 3, 20188 yr by ezbox instructions to rollback
March 3, 20188 yr 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?
March 3, 20188 yr 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
March 3, 20188 yr 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.
March 3, 20188 yr 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
March 3, 20188 yr 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
March 3, 20188 yr 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
March 3, 20188 yr Mmh.. Never executed anything in a container, but face same issue. Tried below, but didn't appear to work: root@Tower:~# docker exec radarr cd /opt/radarr && curl -o - http://download.sonarr.tv/hotfixes/regression-mono-5.10/NLog.dll.gz | gunzip -c > NLog.dll cd: usage: cd path prog...
March 3, 20188 yr 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.
March 3, 20188 yr Will there be another version of the docker container released in time to address this or once its broken its broken?
March 3, 20188 yr 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
March 3, 20188 yr 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!!!
March 3, 20188 yr 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
March 3, 20188 yr @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 March 3, 20188 yr 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.