-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to fetch sonarr baseUrl, using default http://localhost:8989 #107
Comments
This appears to be a problem for anyone who is using the default docker setups for their sonarr/radarr installs. I'd suggest that watchlistarr should also attempt to connect via the external interface of the host as well as Additionally, neither of the options that seem to exist for specifying the sonarr/radarr hosts manually seems to work. |
Apologies, it looks like the environment variables do work, they just need to specified in full strings. Eg:
Rather than simply:
I'd still suggest that the default behaviour should be changed to look for the external interface address so that the default sonarr/radarr containers will work. |
Thanks for this, it does indeed look like I need to clean up the default behaviour a bit to look in a few more places for a sonarr/radarr instance. If running within docker, the localhost also needs to be changed to |
This is also a bit worrying, as it indicates to me that the config.yml file isn't being read properly into the app. Feel free to raise a new issue if this is indeed the case and I'll look into it |
@nylonee , thank you for your time. When do you think that you will be able to fixe the Again thank you |
I've fixed this now and there should be updated documentation here to help you navigate the changes: |
Good morning
The container does not start because it cannot connect to sonarr and radarr but it uses the default baseurl (localhost). The container is therefore unable to join another container. How to specify the IP of sonarr and radarr.
Sincerely
23:19:06.776 [main] WARN configuration.ConfigurationUtils$ - Unable to fetch sonarr baseUrl, using default http://localhost:8989 23:19:07.269 [io-compute-2] ERROR configuration.ConfigurationUtils$ - Unable to connect to Sonarr at http://localhost:8989, with error java.net.ConnectException: Connection refused java.lang.IllegalArgumentException: Unable to connect to Sonarr at http://localhost:8989, with error java.net.ConnectException: Connection refused at configuration.ConfigurationUtils$.throwError(ConfigurationUtils.scala:263) at configuration.ConfigurationUtils$.$anonfun$getSonarrConfig$4(ConfigurationUtils.scala:93) at getAndSet @ org.typelevel.keypool.KeyPool$.destroy(KeyPool.scala:120) at flatMap @ org.typelevel.keypool.KeyPool$.destroy(KeyPool.scala:120) at main$ @ Server$.main(Server.scala:11) at getAndSet @ org.typelevel.keypool.KeyPool$.destroy(KeyPool.scala:120) at clear @ org.http4s.client.middleware.FollowRedirect$.redirectLoop$1(FollowRedirect.scala:105) at clear @ org.http4s.client.middleware.FollowRedirect$.redirectLoop$1(FollowRedirect.scala:105)
The text was updated successfully, but these errors were encountered: