[Support] binhex - Radarr


Recommended Posts

Overview: Support for Docker image arch-radarr in the binhex repo.

Application: Radarr - https://github.com/Radarr/Radarr/

Docker Hub: https://hub.docker.com/r/binhex/arch-radarr/

GitHub: https://github.com/binhex/arch-radarr

Documentationhttps://github.com/binhex/documentation

 

For other Docker support threads and requests, news and Docker template support for the binhex repository please use the "General" thread here


If you appreciate my work, then please consider buying me a beer  :D

 

btn_donate_SM.gif

Edited by binhex
  • Upvote 1
Link to comment
  • 4 weeks later...

Hey Binhex!

 

I really like sonarr, and I also really like the idea of sonarr for movies. I'm trying to use your docker image, but every time I try to connect on port 7878, I get a failed to connect message in the browser. Any ideas?

 

hi, not sure why your having issues, ive just pulled down the image and run up a container with no issues. please can you post a screenshot showing your settings screen for the docker container (unraid ui/docker/left click icon and select edit/enable advanced view) also please supply the log file in /config/supervisord.log

Link to comment
  • 4 weeks later...

So its setup like Sonarr and it works up until it needs to import the file the error i get. 

Import failed, path does not exist or is not accessible by Radarr: /downloads/

i've search the google's and some suggested the download path was incorrect. Compare to Sab or Nzbget, Nope path is correct. Like i said sonarr works with no issues.

Anyone else having this issue. I might just use couchpotato to do the rename and import. but that would stink.

 

anyone no what might be the problem?

Link to comment

I was having issues when I tried using a mix of linuxserver and binhex containers. Since the mappings are different (/downloads vs /data), the different apps were having issues with post processing. So I switched everything over to binhex without an issue.

Link to comment
I was having issues when I tried using a mix of linuxserver and binhex containers. Since the mappings are different (/downloads vs /data), the different apps were having issues with post processing. So I switched everything over to binhex without an issue.

You can mix and match all you want. You just have to have the download mapping match exactly on both sides.

The mappings from an app are just suggested

Sent from my LG-D852 using Tapatalk

Link to comment
12 hours ago, ijuarez said:

So its setup like Sonarr and it works up until it needs to import the file the error i get. 


Import failed, path does not exist or is not accessible by Radarr: /downloads/

i've search the google's and some suggested the download path was incorrect. Compare to Sab or Nzbget, Nope path is correct. Like i said sonarr works with no issues.

Anyone else having this issue. I might just use couchpotato to do the rename and import. but that would stink.

 

anyone no what might be the problem?

 

 

got mine working, yay!

Link to comment

For the last week or so I've been getting this series of errors in the Radarr log.  Clearly having issues with connecting to Deluge.  It worked just fine for a while.   I have Binhex Sonarr running as well and it is configured exactly the same as Radarr(for the download client definition) and it is working just fine.  10.121.1.29:8112 is the Unraid server address and the Deluge port...

 

Anyone have any ideas?

 

[v0.2.0.453] NzbDrone.Common.Http.HttpException: HTTP request failed: [500:InternalServerError] [POST] at [http://10.121.1.29:8112/json]
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x001a1] in <ae3d9e58780b43ee98f09cd22fae698f>:0 
  at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient (NzbDrone.Common.Http.JsonRpcRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.Boolean reauthenticate) [0x0005b] in <463df05116a245b2b8c360f52f372526>:0 
  at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x0006b] in <463df05116a245b2b8c360f52f372526>:0 
  at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult] (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.String method, System.Object[] arguments) [0x00000] in <463df05116a245b2b8c360f52f372526>:0 
  at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel (System.String label, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x00012] in <463df05116a245b2b8c360f52f372526>:0 
  at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems () [0x00029] in <463df05116a245b2b8c360f52f372526>:0 
  at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in <463df05116a245b2b8c360f52f372526>:0 


17-3-12 06:59:48.3|Warn|HttpClient|HTTP Error - Res: [POST] http://10.121.1.29:8112/json: 500.InternalServerError
Link to comment

Deluge fixed a security issue in their webui in their latest stable release. All external apps will need to update their code. Either downgrade deluge or wait for Radarr to release a fix. Or you can manually revert the code in the latest stable deluge, whatever you prefer. Sonarr has already released a fix so that's why it's working 

Link to comment
4 hours ago, strike said:

Deluge fixed a security issue in their webui in their latest stable release. All external apps will need to update their code. Either downgrade deluge or wait for Radarr to release a fix. Or you can manually revert the code in the latest stable deluge, whatever you prefer. Sonarr has already released a fix so that's why it's working 

 

Hey strike, do you know of a good way to downgrade deluge or know how to manually revert that code? I saw the post that some people were referring to in another part of the forum but couldn't find the python code they were referring to....

Link to comment

I don't know which deluge docker you're using but you can just stop the docker, go to edit and add

:version tag

After the name in repository. For delugevpn it would be like this:

 binhex/arch-delugevpn:1.3.13-43

Then just apply to download, just remove the tag when you're ready to update again.

 

To find the tag just go to the dockerhub site for the docker and click the tags link, in the case of delugevpn it would be: https://hub.docker.com/r/binhex/arch-delugevpn/tags/

Edited by strike
Link to comment
15 hours ago, strike said:

I don't know which deluge docker you're using but you can just stop the docker, go to edit and add


:version tag

After the name in repository. For delugevpn it would be like this:


 binhex/arch-delugevpn:1.3.13-43

Then just apply to download, just remove the tag when you're ready to update again.

 

To find the tag just go to the dockerhub site for the docker and click the tags link, in the case of delugevpn it would be: https://hub.docker.com/r/binhex/arch-delugevpn/tags/

 

 

Thank you very much!! Worked like a charm!

Link to comment

Fresh install, so I'm not sure I'm barking up the wrong tree.  Radarr wouldn't start after upgrading this morning.

 

2017-03-13 11:45:32.441834 [info] Host is running unRAID
2017-03-13 11:45:32.467973 [info] System information Linux 4e911f1b6a23 4.9.10-unRAID #1 SMP PREEMPT Wed Feb 15 09:38:14 PST 2017 x86_64 GNU/Linux
2017-03-13 11:45:32.497583 [info] PUID defined as '99'
2017-03-13 11:45:32.528842 [info] PGID defined as '100'
2017-03-13 11:45:32.592130 [info] UMASK defined as '000'
2017-03-13 11:45:32.620388 [info] Setting permissions recursively on volume mappings...
chown: cannot access '/usr/bin/radarr': No such file or directory

I had to roll back to binhex/arch-radarr:0.2.0.453-1-01.

 

Edit: Back up and running with the latest update ( 0.2.0.535-1-03 ?).

Edited by slider162
Link to comment
2 hours ago, slider162 said:

Fresh install, so I'm not sure I'm barking up the wrong tree.  Radarr wouldn't start after upgrading this morning.

 


2017-03-13 11:45:32.441834 [info] Host is running unRAID
2017-03-13 11:45:32.467973 [info] System information Linux 4e911f1b6a23 4.9.10-unRAID #1 SMP PREEMPT Wed Feb 15 09:38:14 PST 2017 x86_64 GNU/Linux
2017-03-13 11:45:32.497583 [info] PUID defined as '99'
2017-03-13 11:45:32.528842 [info] PGID defined as '100'
2017-03-13 11:45:32.592130 [info] UMASK defined as '000'
2017-03-13 11:45:32.620388 [info] Setting permissions recursively on volume mappings...
chown: cannot access '/usr/bin/radarr': No such file or directory

I had to roll back to binhex/arch-radarr:0.2.0.453-1-01.

 

Edit: Back up and running with the latest update ( 0.2.0.535-1-03 ?).

 

yep i saw the post, did a bit of poking about and spotted the executable has moved, so thought i might as well fix it up, build and then post here, but you beat me to it :-).

Link to comment
  • 3 weeks later...

binhex i just like all your dockers.  setup radarr the other day but movies just sit in complete folder and dont move to movies share.

 

share setup as follows: movies>  HD Movies >  (movie title) > Movie

                                                     SD Movies >   (movie title) > Movie

                                                     Kids Movies>   (movie title) > Movie

                                                     Anime Movies>  (movie title) > Movie

 

is their a script i have to set in sab?

 

i use sickrage for tv shows and have had no issues.  sabtosickbeard script.

sabnzbd usenet downloader

delugevpn torrent downloader

 

any help or advice welcomed.

 

edit:  it seams to have fixed it it self  i think what it was is it DL'd a movie i didn't have listed:

The guard  instead of: Rise of the guardians it downloaded both movies but didn't move (the guard)

Edited by dirknina
fixed
Link to comment
  • 4 weeks later...
  • 1 month later...
1 hour ago, Bluecube said:

Has there been a bad update recently? Suddenly discovered the Radaar web gui not moving beyond the dancing dots. 

 

last update was a month ago, so unless the issue started happening a month ago then its unlikely, have a look in the log file /config/supervisord.log you might get a hint in there as to what is going on.

Link to comment
17-6-14 17:00:01.4|Error|TaskExtensions|Task Error

[v0.2.0.696] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed
  at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0 
  at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 
  at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0 
  at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0 
  at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
  at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 
  at System.Data.SQLite.SQLiteCommand.ExecuteScalar (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 
  at System.Data.SQLite.SQLiteCommand.ExecuteScalar () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 
  at Marr.Data.QGen.InsertQueryBuilder`1[T].Execute () [0x00046] in C:\projects\radarr-usby1\src\Marr.Data\QGen\InsertQueryBuilder.cs:140 
  at Marr.Data.DataMapper.Insert[T] (T entity) [0x0005d] in C:\projects\radarr-usby1\src\Marr.Data\DataMapper.cs:728 
  at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Insert (TModel model) [0x0002d] in C:\projects\radarr-usby1\src\NzbDrone.Core\Datastore\BasicRepository.cs:111 
  at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandPriority priority, NzbDrone.Core.Messaging.Commands.CommandTrigger trigger) [0x0013d] in C:\projects\radarr-usby1\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:82 
  at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandQueueManager,object,NzbDrone.Core.Messaging.Commands.CommandPriority,NzbDrone.Core.Messaging.Commands.CommandTrigger)
  at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push (System.String commandName, System.Nullable`1[T] lastExecutionTime, NzbDrone.Core.Messaging.Commands.CommandPriority priority, NzbDrone.Core.Messaging.Commands.CommandTrigger trigger) [0x000b7] in C:\projects\radarr-usby1\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:95 
  at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands () [0x00043] in C:\projects\radarr-usby1\src\NzbDrone.Core\Jobs\Scheduler.cs:42 
  at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <a07d6bf484a54da2861691df910339b1>:0 
  at System.Threading.Tasks.Task.Execute () [0x00010] in <a07d6bf484a54da2861691df910339b1>:0 

Hmmm... A malformed database. Think a reinstall would fix that?

Link to comment

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.