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

jitpack.io download seems to be unstable #11

Open
MarkusTiede opened this issue Feb 17, 2022 · 4 comments
Open

jitpack.io download seems to be unstable #11

MarkusTiede opened this issue Feb 17, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@MarkusTiede
Copy link
Member

MarkusTiede commented Feb 17, 2022

image

@MarkusTiede MarkusTiede self-assigned this Feb 17, 2022
@MarkusTiede MarkusTiede added the bug Something isn't working label Feb 17, 2022
@juliafeld
Copy link

image

Probably this was the original error that we got.

@culmat
Copy link
Member

culmat commented Jun 3, 2022

Hi Julia,

can you please run powershell -Command "Set-PSDebug -Trace 2; $proxy = [System.Net.WebRequest]::GetSystemWebProxy();$proxy.Credentials = [System.Net.CredentialCache]::DefaultCredentials;$wc = new-object system.net.WebClient;$wc.proxy = $proxy;$wc.DownloadFile('https://jitpack.io/com/github/baloise/proxy/main-SNAPSHOT/proxy-main-SNAPSHOT.jar', '%tmp%/proxy.jar');"

and share the output. I hope to get some more insight on the error.
Thanks & regards.
Matthias

@culmat
Copy link
Member

culmat commented Dec 16, 2023

Jitpack has been running stable from our experience.
As of https://status.jitpack.io/ the uptime > 99%

@culmat culmat closed this as completed Dec 16, 2023
@culmat culmat reopened this Dec 16, 2023
@culmat culmat closed this as not planned Won't fix, can't repro, duplicate, stale Dec 16, 2023
@culmat
Copy link
Member

culmat commented May 23, 2024

Further analysis of today.

https://jitpack.io/com/github/baloise/proxy/win64-SNAPSHOT/proxy-win64-SNAPSHOT.jar
redirects to https://jitpack.io/com/github/baloise/proxy/win64-84ea280527-1/proxy-win64-84ea280527-1.jar
which responds "File not found. Build ok", The same response is obtained for https://jitpack.io/com/github/baloise/proxy/win64-84ea280527-1/build.log

The download had worked for the past few weeks pointing to the commit hash 0eff7ec

Download via the commit hash works https://jitpack.io/com/github/baloise/proxy/0eff7ec2bcb6f7d42df5554692012824c70e4337/proxy-0eff7ec2bcb6f7d42df5554692012824c70e4337.jar by triggering a fresh build with, see https://jitpack.io/com/github/baloise/proxy/0eff7ec2bcb6f7d42df5554692012824c70e4337/build.log

After triggering the rebuild via the commit hash, the links containig win64-84ea280527-1 start to wirk again.

Expected behaviour: if a file is missing ( cleaned up? ) it should be (re)build, aka jitpackaged ;-)

see also jitpack/jitpack.io#3295

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants