Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download file status code is 404 #113

Closed
Gibbz opened this issue Jul 17, 2024 · 2 comments
Closed

Cannot download file status code is 404 #113

Gibbz opened this issue Jul 17, 2024 · 2 comments

Comments

@Gibbz
Copy link

Gibbz commented Jul 17, 2024

A similar thread here, which looks like it was never fixed...
#92

I have the issue with the double slash // appearing in the urls.

downloader.go:77: unable to download file manjaro/multilib/x86_64/multilib.files.sig: unable to download url https://ziply.mm.fcix.net/manjaro/stable//multilib/x86_64/multilib.files.sig, status code is 404

downloader.go:111: downloading https://mirror.2degrees.nz/manjaro/stable//multilib/x86_64/multilib.files.sig

downloader.go:77: unable to download file manjaro/multilib/x86_64/multilib.files.sig: unable to download url https://mirror.2degrees.nz/manjaro/stable//multilib/x86_64/multilib.files.sig, status code is 404

downloader.go:111: downloading https://gsl-syd.mm.fcix.net/manjaro/stable//multilib/x86_64/multilib.files.sig

downloader.go:77: unable to download file manjaro/multilib/x86_64/multilib.files.sig: unable to download url https://gsl-syd.mm.fcix.net/manjaro/stable//multilib/x86_64/multilib.files.sig, status code is 404

downloader.go:111: downloading https://mirror.aarnet.edu.au/pub/manjaro/stable//multilib/x86_64/multilib.files.sig

downloader.go:77: unable to download file manjaro/multilib/x86_64/multilib.files.sig: unable to download url https://mirror.aarnet.edu.au/pub/manjaro/stable//multilib/x86_64/multilib.files.sig, status code is 404
@anatol
Copy link
Owner

anatol commented Jul 17, 2024

Hi, I just tried to download the files you mentioned:

% curl https://ziply.mm.fcix.net/manjaro/stable//multilib/x86_64/multilib.files.sig 
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.20.1</center>
</body>
</html>
% curl https://mirror.2degrees.nz/manjaro/stable//multilib/x86_64/multilib.files.sig
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

the files indeed 404, there are no signature files at the specified URLs. Pacoloco is correct here.

@Gibbz
Copy link
Author

Gibbz commented Jul 17, 2024

Oh it must just be a broken update on my systems. I'll dig around and see what's going on 👍
Should have checked that!

@Gibbz Gibbz closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants