BtbN / FFmpeg-Builds

MIT License
7.74k stars 1.06k forks source link

Why can't I download it #235

Closed SakuraMemoryKnight closed 1 year ago

SakuraMemoryKnight commented 1 year ago

Every download failed a few minutes after it started, prompting me to ask for authorization :-(

BtbN commented 1 year ago

That must be an issue on either your or Githubs end. The release artifacts are not in any way locked behind authorization.

Pingger commented 1 year ago

it is a github issue: releases caused by gothub actions require you to be signed in, preventing easy wget and curl downloads. (at least when I try this in germany)

BtbN commented 1 year ago

wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip works fine for me. Do you have a reference to that issue?

SakuraMemoryKnight commented 1 year ago

it is a github issue: releases caused by gothub actions require you to be signed in, preventing easy wget and curl downloads. (at least when I try this in germany)

Thank you, but I have logged in. I don't know why this problem still occurs. But I've already downloaded it with wget.

SakuraMemoryKnight commented 1 year ago

wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip works fine for me. Do you have a reference to that issue?

Thank you, I successfully downloaded it by this way. :-)

BtbN commented 1 year ago

Where and how do you run into this issue? I've checked every recent release, you can download all of them perfectly fine without logging in.

jasonmorales1 commented 1 year ago

This may be the same issue I'm running into

+ docker run --rm -v /home/jay/Downloads/FFmpeg-Builds-master:/uidtestdir ghcr.io/btbn/ffmpeg-builds/linux64-nonfree:latest touch /uidtestdir/uidtestfile
Unable to find image 'ghcr.io/btbn/ffmpeg-builds/linux64-nonfree:latest' locally
docker: Error response from daemon: Head "https://ghcr.io/v2/btbn/ffmpeg-builds/linux64-nonfree/manifests/latest": denied.
See 'docker run --help'.
SakuraMemoryKnight commented 1 year ago

Where and how do you run into this issue? I've checked every recent release, you can download all of them perfectly fine without logging in.

Well, in fact, in my previous attempts, whenever I tried to download this file with a downloader (such as the one that comes with the browser or whatever) it would pop up at about 8-9Mb, prompting me to ask for authorization. This doesn't happen when I download with wget. I think it might be a problem with the downloader.