TonyTromp / tidal-connect-docker

This is the dockerized version of Tidal Connect Raspberry binairies. Can be seemlessly used in HifiberryOS or any other RPi based operating system running Docker.
160 stars 28 forks source link

error pulling image configuration #39

Closed hsmiles closed 10 months ago

hsmiles commented 10 months ago

When I try to run the install.sh script I get the following error:

error pulling image configuration: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/e9/e9f9e4845e954addfa55def3c7b01668beb061c9c4edcfe5b149f43659081326/data?verify=1694747794-%2FRrUrUGCNbQzn4B%2FFDoq%2BqAmycs%3D": dial tcp: i/o timeout

I have also tried pulling the image directly (docker pull edgecrush3r/tidal-connect:latest) and get the same error.

Either way I get the following output:

docker pull edgecrush3r/tidal-connect

Using default tag: latest latest: Pulling from edgecrush3r/tidal-connect 31994f9482cd: Waiting 1fcd56867895: Waiting 2b00aeeafa5f: Waiting 6cda31d42924: Waiting 4f4fb700ef54: Waiting 12672f71e2cd: Waiting 4273e5c247e0: Waiting 08a87ae52162: Waiting 84b47c0b0147: Waiting 75510e614a7c: Waiting c72720657eb6: Waiting b7acb6054aaa: Waiting b6b9f415ba23: Waiting 6de8d8336b84: Waiting b5781ddcb422: Waiting 4cbd8d568236: Waiting 49086a2100fa: Pulling fs layer 1b6d45ba6237: Waiting d7a6cd50ba2f: Waiting 14ad284be473: Waiting error pulling image configuration: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/e9/e9f9e4845e954addfa55def3c7b01668beb061c9c4edcfe5b149f43659081326/data?verify=1694748194-afTiI5Q6x76kwBEpSVmTGVQaWFA%3D": dial tcp: i/o timeout

Is anyone about to give me any guidance on this?