mbugeia / srt2hls

Simple audio HLS streaming server based on Liquidsoap
GNU General Public License v3.0
95 stars 18 forks source link

docker-compose up returns with error #4

Closed eirenik0 closed 4 years ago

eirenik0 commented 4 years ago

After checkout the last commit and run docker compose the next error appears:

E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/dists/buster/contrib/binary-amd64/by-hash/SHA256/bf331026669e460c3ac30a2311985f95ac1a1f23af17c2c2925eaeabe8dce3d9  File has unexpected size (13247 != 60848). Mirror sync in progress? [IP: 151.101.36.204 80]
   Hashes of expected file:
    - Filesize:60848 [weak]
    - SHA256:bf331026669e460c3ac30a2311985f95ac1a1f23af17c2c2925eaeabe8dce3d9
    - MD5Sum:f31383f923788c9cbdc8c30070a829a3 [weak]
   Release file created at: Sat, 16 Nov 2019 09:30:49 +0000
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/dists/buster/main/binary-amd64/by-hash/SHA256/6f21fb3369b618a55bac745bff10835ac96ec1a7d8ec709029c7e9f0fa44ad25  
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/dists/buster/non-free/binary-amd64/by-hash/SHA256/b3907a55651abcdb1a96aea7c53b8ac8de072e0e3d4a0780422eb8049c78dcfe  
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/dists/buster-updates/main/binary-amd64/by-hash/SHA256/c53325539e311adc18245d580a0e297584641e26ddeec44f19e89023b3f3273d  File has unexpected size (13260 != 6292). Mirror sync in progress? [IP: 151.101.36.204 80]
   Hashes of expected file:
    - Filesize:6292 [weak]
    - SHA256:c53325539e311adc18245d580a0e297584641e26ddeec44f19e89023b3f3273d
   Release file created at: Fri, 13 Dec 2019 14:26:48 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR: Service 'liquidsoap' failed to build: The command '/bin/sh -c echo " deb http://deb.debian.org/debian buster main contrib non-free\n deb http://security.debian.org/debian-security buster/updates main contrib non-free\n deb http://deb.debian.org/debian buster-updates main contrib non-free\n " > /etc/apt/sources.list     && apt-get update     && apt-get install -y        gnupg2        ca-certificates        dumb-init     && apt-key add /tmp/liquidsoap.key     && echo "deb http://deb.liquidsoap.info/debian stable main" > /etc/apt/sources.list.d/liquidsoap.list     && apt-get update     && apt-get install -y        liquidsoap-"$gitbranch"=1:"$version"-"$buildnumber"~stable     && rm -rf /var/lib/apt/lists/*     && groupadd -g 2000 radio     && useradd -m -u 2001 -g radio radio' returned a non-zero code: 100
mbugeia commented 4 years ago

Hello, did you try to run it again ? "Mirror sync in progress? " seems like a temporary error of the debian repository. I just did a full rebuild on my side and everything went fine.