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.

Can't run up sonarr & radarr together?

Featured Replies

Anyone know why not?

Doesn't matter which one comes up first the other fails to connect to webgui with a message along the lines of 'another instance is running'?? Sure this will be a simple fix but for a simple man it's proving extremely difficult, any ideas?

No reason you can't run them simultaneously, and many people do

 

Might help if you

 

Post a screen shot of your docker tab, and the exact message you're seeing

  • Author

Thanks for the reply.

 

I this what you're after?

 

If i re-install radarr it seems to corrupt sonaar and the problem switches to that container, strange.

 

If it IS, as it is saying down to permissions then what needs to change? I have just gone with the existing defaults in each docker container.

 

 

2019-11-15 20:35:56,452 DEBG 'radarr' stdout output:
[Fatal] ConsoleApp: Address already in use. This can happen if another instance of Radarr is already running another application is using the same port (default: 7878) or the user has insufficient permissions

 

 

  • Author

D'oh ... where have my screenshots gone?

 

How do i make them persistent?

  • Author

Sonaar ...

Screenshot_2019-11-17 smtower UpdateContainer.png

Edited by superloopy1

  • Author

Radaar

Screenshot_2019-11-17 smtower UpdateContainer(1).png

Can you click on show more settings for Sonarr

 

But, why are you running them both as network type Host.  They should be network type Bridge

  • Author

Extra sonaar

Wont run up as bridge for the same reason.

 

 

Screenshot_2019-11-17 smtower UpdateContainer(2).png

2 minutes ago, superloopy1 said:

Wont run up as bridge for the same reason.

 

What do you mean

  • Author

Switch it to bridge and the result is the same error message in the logs

 

2019-11-17 17:32:37,195 DEBG 'radarr' stdout output:
[Fatal] ConsoleApp: Address already in use. This can happen if another instance of Radarr is already running another application is using the same port (default: 7878) or the user has insufficient permissions

 

Attempts to connect

 

Firefox can’t establish a connection to the server at 192.168.1.15:7878

 

 

Edited by superloopy1

  • Author

Switched back to host

Screenshot_2019-11-17 smtower UpdateContainer(3).png

  • Author

Then over to bridge

Screenshot_2019-11-17 smtower UpdateContainer(4).png

  • Author

With Radaar itself stopped and Sonaar switched to bridge the logs stil show the error message advising anothe instance running and unable to connect via webgui. Switch it back to host and all is available again

 

 

Screenshot_2019-11-17 smtower UpdateContainer(5).png

The template itself is messed up.  I would suggest making a note of your path mappings for each of them, then remove the apps.  Then from apps install them again (but NOT from previous apps) and add in the path mappings

  • Author

Thanks.

 

I think the important part of your answer here could be 'NOT from previous apps', how is this achieved?

 

I have already deleted and reinstalled a couple of times and each time was more painful than the last as i needed to setup the whole application config again which i'm sure isnt really the way i should be doing it.

 

The odd occasion has just deleted and reinstalled over the top of the existing configs which, at the time, was just great but i cant remember how i set up the configs themeselves within each docker and if i lose them, wow!

Edited by superloopy1

29 minutes ago, superloopy1 said:

here could be 'NOT from previous apps', how is this achieved?

just search for binhex-sonarr and binhex-radarr

 

And you shouldn't lose anything as you'll be reusing the same appdata paths

Edited by Squid

  • Author

Do i 'also remove image'?

 

  • Author

I'm beaten!

 

Removed both dockers incl images and reinstalled firstly radaar ... couldnt get to webgui using ''bridge' but after changing to host COULD load and access.

 

Then reinstalled sonarr and same again using bridge. Changed to host and still couldnt connect with error message in log stating 'another instance is already runnin, blah de blah de bla'.

 

So ... it seems i can have one or the other as 'host' but not both at the same time using 'host'.

 

Using 'bridge' i get the same result, i can run one application but not the two of them ....

Edited by superloopy1

  • Community Expert
26 minutes ago, superloopy1 said:

I'm beaten!

 

Removed both dockers incl images and reinstalled firstly radaar ... couldnt get to webgui using ''bridge' but after changing to host COULD load and access.

 

Then reinstalled sonarr and same again using bridge. Changed to host and still couldnt connect with error message in log stating 'another instance is already runnin, blah de blah de bla'.

 

So ... it seems i can have one or the other as 'host' but not both at the same time using 'host'.

 

Using 'bridge' i get the same result, i can run one application but not the two of them ....

Have you made sure when running as host that they are not trying to use the same port?

  • Author
13 minutes ago, itimpi said:

Have you made sure when running as host that they are not trying to use the same port?

I get exactly the same result if i switch them to bridge though.

 

They dont 'use' the same port do they?

 

Which ports are you referring to?

 

Sonarr uses port 8989, radarr 7878, i'm assuming i dont need to change anything else although given that radarr is just sonaar under the hood i wouldnt be surprised if that could be the case.

Edited by superloopy1

  • Author

Well now ... in both radaar AND sonaar logs i'm seeing the following

 

 

Sonaar

19-11-17 20:37:10.8|Info|OwinHostController|  http://192.168.1.15:8989/
19-11-17 20:37:10.8|Info|OwinHostController|  https://192.168.1.15:9898/
19-11-17 20:37:10.8|Info|OwinHostController|  http://localhost:8989/
19-11-17 20:37:10.8|Info|OwinHostController|  https://localhost:9898/
Radaar

19-11-17 20:42:24.7|Info|OwinHostController|  http://192.168.1.15:7878/
19-11-17 20:42:24.7|Info|OwinHostController|  https://192.168.1.15:9898/
19-11-17 20:42:24.7|Info|OwinHostController|  http://localhost:7878/
19-11-17 20:42:24.7|Info|OwinHostController|  https://localhost:9898/

 

Port 9898 is mentioned in BOTH logs  as https://localhost access port, surely this ISN'T correct???

  • Author

Or am I clutching at straws here?

  • Author

No more contributors to this one?

 

Can anyone confirm from their logs of sonarr and radarr that port 9898 also shows there, i will be able to rule that out as the reason for my problem.

Archived

This topic is now archived and is closed to further replies.

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.