CORNbread

Members
  • Posts

    5
  • Joined

  • Last visited

CORNbread's Achievements

Noob

Noob (1/14)

0

Reputation

  1. As of April 13, my Sonarr is having trouble connecting to NZBGet. When I try to select a download in Sonarr, it says "Error: Unable to connect to NzbGet. Error getting response stream". Log shows the following: NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to NzbGet. Error getting response stream (ReadDoneAsync2): ReceiveFailure: 'http://192.168.1.10:6789/jsonrpc' ---> System.Net.WebException: Error getting response stream (ReadDoneAsync2): ReceiveFailure: 'http://192.168.1.10:6789/jsonrpc' ---> System.Net.WebException: Error getting response stream (ReadDoneAsync2): ReceiveFailure The weird thing is the test connection in Sonarr shows green. NZBGet is also actually getting the download sent to it and the download goes through. Sonarr can see the download complete in the activity list but obviously says it was not grabbed by sonarr. Nothing has changed in my setup and its been working forever. Curious if anyone knows how I might go about debugging where the problem lies. Edit: Also forgot to mention that manually importing the downloads afterward works just fine - so the issue lies somewhere in how NZBGet responds to Sonarr...
  2. So I have the docker working fine with the external port forwarded but I would love to get the communication going through my reserve proxy. I have Letsencrypt & nginx setup and I have my other docker apps working correctly all going through HTTPS. Any guidance on what the nginx config for this bot should look like? In this setup, what should the environment variables in the docker look like (eg should external port be 443)?
  3. Thats a good question - I actually did not look at the samples first because I am dumb. Works great, thanks!
  4. I'm trying to get a subdomain reverse proxy working for airsonic... all of my other apps work fine but I get 400 Bad Request errors with airsonic. The CONTEXT_PATH in the airsonic container was originally /airsonic so I removed that but maybe I screwed something up there? Hopefully someone can help! My site-confs default has: server { listen 443 ssl; root /config/www; index index.html index.htm index.php; server_name music.mydomain.ca; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Host $http_host; proxy_set_header Host $http_host; proxy_max_temp_file_size 0; proxy_pass http://192.168.1.10:4040/; proxy_redirect http:// https://; } }
  5. Happy Birthday! I just love how easy it was to get started and how simple it has been to keep things going. Unraid powers my streaming for home and remote, runs game servers, stores files, and more!