youegraillot / lidarr-on-steroids

Lidarr with some muscles thanks to deemix
333 stars 26 forks source link

[ERROR] Couldnt Connect to Local Server #90

Closed dfatih closed 6 months ago

dfatih commented 7 months ago

Describe the bug Installed the Container on my Synology NAS. And making Lidarr accessable through reverse proxy. lidarr.my.domain.me works fine but with deemix.my.domain.me i get the error Couldm't connect to local Server.

Also my Log File spamming [Info] Lidarr.Http.Authentication.ApiKeyAuthenticationHandler: AuthenticationScheme: API was challenged. [autoconfig] Waiting plugin installation...

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

System info (please complete the following information):

docker-compose.yml (please complete the following information):

version: "3"
services:
  lidarr:
    image: youegraillot/lidarr-on-steroids
    restart: unless-stopped
    ports:
      - "8686:8686" # Lidarr web UI
      - "6595:6595" # Deemix web UI
    volumes:
      - /volume1/docker/lidarr/config:/config
      - /volume1/docker/lidarr/deemix:/config_deemix
      - /volume1/Downloads/completed:/data/downloads
      - /volume1/Media/Music:/data/music

Additional context image

codefaux commented 6 months ago

I don't know how you're setting up your reverse proxy, but this only creates one container, and by your configuration it is called lidarr.

The Deemix install is not in a separate container, and as such, you would have to configure two destinations for this single container, one for deemix and one for lidarr.

You didn't provide an iota of information about your reverse proxy (which is where the problem lies) so help ends here without further information. This is not an LoS problem.

dfatih commented 6 months ago

Thanks for your reply. Ive already find the solution to the problem. I didnt have the websocket activated. but still getting this in my log file: [Info] Lidarr.Http.Authentication.ApiKeyAuthenticationHandler: AuthenticationScheme: API was challenged. [autoconfig] Waiting plugin installation...

Is there a way to install Lidarr from linuxserver or hotio and integrated the deemix indexer and downloader. Because the lidarr version is kinda outdated.

codefaux commented 6 months ago

Funny story... ;)

https://github.com/codefaux/deemix-for-lidarr/

dfatih commented 6 months ago

You are the real MVP. Do you mind to give me a quick step by step guide how to install it. I am kinda new to Docker and Synology NAS

codefaux commented 6 months ago

Raise an issue on my repo and I'll set aside some time to do that for you, no problem. I don't want to traffic this repo for my work, the dev here gets an email dispatch every time there's a comment and we're not affiliated. (Hi. Sorry, lol.)

https://github.com/codefaux/deemix-for-lidarr/issues

dfatih commented 6 months ago

ok gotcha