Unable to view TVE with Philo

I noticed tonight that Philo wasn't playing back anything via TVE, when this has happened in the past I've deleted the source and added it back without issue. Tonight I'm unable to add Philo back as a source and get the following error: Get "https://registry-1.docker.io/v2/chromedp/headless-shell/manifests/97.0.4692.56": dial tcp: lookup registry-1.docker.io on 192.168.1.1:53: no such host

Logs have been submitted as 33515722-cf65-4c3a-b041-3aacfedd3c74

A problem with your DNS servers or DNS server configuration on your router at 192.168.1.1

Sling TVE works without issue, I'm able to login with philo credentials in my browser on TVE sites. Seems odd that only Philo is impacted.

Was just telling you what the error meant.
It was trying to download the latest headless chrome and your router configured DNS was saying it couldn't find the host.

If you have a browser on your DVR Server, see what happens when you click on that url https://registry-1.docker.io/v2/chromedp/headless-shell/manifests/97.0.4692.56
it should return this json

{
  "errors": [
    {
      "code": "UNAUTHORIZED",
      "message": "authentication required",
      "detail": [
        {
          "Type": "repository",
          "Class": "",
          "Name": "chromedp/headless-shell",
          "Action": "pull"
        }
      ]
    }
  ]
}

I have the server running on a WD PR4100 and haven't found a way to easily install a browser unfortunately

Unfortunately I wasn't able to resolve this on my WD PR4100, decided to run the server from my Windows PC for now and had no trouble authenticating Philo.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.