LukeChannings/moviematch

[Bug] DNS Error when running docker container on Unraid

willrc627 opened this issue · 1 comments

Describe the bug
DNS Error when running docker container on Unraid:

Uncaught (in promise) TypeError: error sending request for url (https://plex.local:32400/library/sections?X-Plex-Token=XXXX): error trying to connect: dns error: failed to lookup address information: Name or service not known

To Reproduce Docker Settings:
Network Type: Bridge, Host, or Custom: br0 w/ Fixed IP
PLEX_URL: https://plex.local:32400
PLEX_TOKEN: XXXX (Substitute for real token)

Expected behavior
Expected for docker container to run but error stops container

Server

  • OS: Unraid
  • Version: 6.9.1

Smartphone (please complete the following information):
Unable to make it this far in the installation

Additional context
Also attempted:

  • Using the server's local IP instead of domain name
  • Passing in DNS server info to the docker container

Hey @willrc627

This error occurs when the DNS request for plex.local doesn't resolve.

The reason for this error is likely unrelated to MovieMatch, and is specific to your network and execution environment.