-
Notifications
You must be signed in to change notification settings - Fork 24
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
Release upload returns 502 Bad Gateway #5
Comments
There were no changes to the plugin or to the github api. |
Yeah it's definitely something changing on github's severs as it was working fine for me this morning. But this http://stackoverflow.com/questions/21698009/github-api-502-error suggests that not setting the Content-Length can confuse servers and "they respond in weird ways" - so I was wondering if that was happening in github-api |
That's possible. At least I cannot see that |
I'm getting a FileNotFoundException. Not really better... java.io.FileNotFoundException: https://uploads.github.com/repos/jutzig/github-release-plugin/releases/678628/assets?name=github-release-plugin-1.1.1-SNAPSHOT.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at org.kohsuke.github.Requester.parse(Requester.java:323)
at org.kohsuke.github.Requester._to(Requester.java:200)
at org.kohsuke.github.Requester.to(Requester.java:154)
at org.kohsuke.github.GHRelease.uploadAsset(GHRelease.java:182)
at de.jutzig.github.release.plugin.UploadMojo.execute(UploadMojo.java:173) |
I cannot get an asset up with curl either... I think this is a github issue |
Looks like the issue is fixed on github side. Asset uploading works again |
Unfortunately, I got a similar 502 error today.
|
I am sorry about that, but I released something last week and it worked just fine. It really seems to be an issue on the github side that happens occasionally. Like mentioned above, when I hit the issue on my maschine, I tried uploading with |
Today I started getting this error anytime I try to make a release
I'm assuming for now this is a problem in the github-api library so I've created an issue there: hub4j/github-api#135
The text was updated successfully, but these errors were encountered: