Can't add Slskd to Lidarr - Unexpected error: Connection refused (localhost:5030) #14
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
It sounds like you've done a lot of the right steps already, so let’s focus on the likely issue: the host configuration. Since you're using Docker, the problem is almost certainly related to how Correct Host Configuration
By using the container name or host IP (if the port is exposed), you should be able to resolve the connectivity issue. Let me know if you need further help! 🐳 |
Beta Was this translation helpful? Give feedback.




It sounds like you've done a lot of the right steps already, so let’s focus on the likely issue: the host configuration. Since you're using Docker, the problem is almost certainly related to how
localhostis being used. Here are multiple ways how to fix it:Correct Host Configuration
Use the Container Name or Host IP:
localhostwon’t work because it refers to the container itself, not the host or other containers.slskd, usehttp://slskd:5030in Lidarr's Slskd indexer settings.