server-docker icon indicating copy to clipboard operation
server-docker copied to clipboard

Could not update casting device info

Open mabequinho opened this issue 1 year ago • 6 comments

Everything works fine but I always got this notification. I'm running the container with the following parameters as a podman systemd unit.

[Unit]
Description=The Stremio streaming Server Docker image

[Container]
DNS=1.1.1.1
Image=docker.io/stremio/server:latest
AutoUpdate=registry
ContainerName=stremio-server
Environment=NO_CORS=1
Environment=CASTING_DISABLED=1
PublishPort=11470:11470
PublishPort=12470:12470

[Install]
WantedBy=default.target

Screenshot from 2023-10-09 10-17-50

mabequinho avatar Oct 09 '23 13:10 mabequinho

get the same issue

akashn05 avatar Nov 19 '23 03:11 akashn05

Getting the same issue when running on a container with default settings

Avendo07 avatar Nov 22 '23 23:11 Avendo07

Same here! docker container is running in crostini shell ("virtual" linux) in ChromeOS.

maxfinnsjo avatar Mar 28 '24 09:03 maxfinnsjo

Same for me, did someone found a solution ?

clementbrls avatar Apr 27 '24 18:04 clementbrls

Same issue when deploying the docker image to a remote server and trying to cast to my local devices at home.

AlvaroRojas avatar Jun 07 '24 13:06 AlvaroRojas

Have you tried changing the dns

IrishBoiBlu avatar Oct 12 '24 05:10 IrishBoiBlu