Skip to content
Discussion options

You must be logged in to vote

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 localhost is being used. Here are multiple ways how to fix it:


Correct Host Configuration

  1. Use the Container Name or Host IP:

    • If Lidarr and Slskd are running in separate Docker containers, localhost won’t work because it refers to the container itself, not the host or other containers.
    • Instead:
      • If both containers are on the same Docker network, use the container name as the host. For example, if your Slskd container is named slskd, use http://slskd:5030 in Lidarr's Slskd indexer settings.
      • If t…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Tonyloquent
Comment options

@TypNull
Comment options

@Tonyloquent
Comment options

@TypNull
Comment options

@Tonyloquent
Comment options

Answer selected by Tonyloquent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Soulseek For features related to Soulseek
2 participants