-
Notifications
You must be signed in to change notification settings - Fork 931
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
sbt download link not functioning #3108
Comments
|
I'm getting 403 errors too when resolving other bintray-hosted sbt plugins, for example sbt-site 1.2.0 https://dl.bintray.com/sbt/sbt-plugin-releases/com.typesafe.sbt/sbt-site/scala_2.10/sbt_0.13/1.2.0/ivys/ivy.xml ( cc/ scalameta/tutorial#11). I thought bintray might be down, but http://status.bintray.com/ says it's not. |
|
Bintray has put on rate-limit on sbt organization. I'm guessing that we have gone over some OSS allowance. |
|
I'm getting the same error too when resolving sbt-pgp. |
|
Phew, ok it's not just me. xD |
|
I'm getting the same error from binary, is there any way to build sbt from source? |
|
@eed3si9n Have you contacted Bintray to solve this issue? My CI is blocked on this: https://platform-ci.scala-lang.org/scalacenter/sbt-release-early/32. I cannot push local commits and release versions of my plugin until CI is green. |
|
Yes. The rate-limiting has been lifted. |
|
Thank you. I confirm it's gone. |
|
Bintray is putting rate-limit on again.. |
|
Long term solution planned for this? EDIT (to not cause further notifs): This is happening for me right now while building out a new CI. |
|
I'm getting the 503 again now as well |
|
Only noticed this because I updated to the latest versions of some plugins. It's possible to continue working locally with old versions, but CI breaks. |
|
It would be nice if there were binaries available at mirrors instead of the one bintray source that keeps 403ing. I Googled a little bit but I can't find mirrors. |
|
It is currently working again. |
|
Our Bintray repositories are operational again. This was apparently caused by our transfer usage quadrupling recently. We will figure out the long term plan going forward. |
|
Bintray is 403ing again. The brew formula for sbt pulls from bintray and |
|
Homebrew is now switched to use GitHub Releases. |
|
@eed3si9n "This was apparently caused by our transfer usage quadrupling recently." This is probably related to the massive change in package size. |
|
It's happening again. |
|
Getting a 403 when trying to access: https://dl.bintray.com/sbt/sbt-plugin-releases/com.typesafe.play/sbt-plugin/scala_2.10/sbt_0.13/2.5.14/ivys/ivy.xml |
|
+1. Trying to get https://dl.bintray.com/sbt/native-packages/sbt/0.13.13/sbt-0.13.13.zip 403's. |
|
Hey guys! Pls do something with it. Can't download https://dl.bintray.com/sbt/sbt-plugin-releases/com.github.gseitz/sbt-release/scala_2.10/sbt_0.13/1.0.3/jars/sbt-release.jar. My CI is failing... |
|
this is starting to become really troublesome :-( |
|
Looks like it's working at the moment |
|
Rate limit issues with bintray again. |
|
Not able to download the SBT from the website all of this week. :( |
|
I had to comment out the repo to make things on my system happy for now:
When can I re-enable this repo? |
|
@OutToLearn @onelogindavidkayal I am not aware of any Bintray issues as of today. Which repository or URLs are you guys having problem? |
|
When running |
|
I just recalculated the signature. |
|
@eed3si9n: It works now, thank you very much. |
|
@eed3si9n Having the same issue as @roman3017 |
|
Let me recalculate the signature. |
|
@eed3si9n Can this process be automated? |
|
Well it's supposed to be automated, but Bintray seems to be messing it up. |
|
Please the same problem is happening again : |
|
We have massive problems with bintray, too (routing / availability) and our CI is failing too. Is it possible to host the important sbt artifacts on another repository where this stupid restrictions don't apply? (maybe maven central?) |
|
I am getting the same error in debian. |
|
And again. 😢 |
|
And again... |
|
I'll resign again. I don't know how it's losing the signature. |
steps
Attempt to download SBT from the official website: http://www.scala-sbt.org/download.html
For example:
problem
Returns 403 Forbidden. This is also true of the zip package
expectation
Download link should function as expected
notes
I've confirmed this is happening when I request from various ISPs so it doesn't seem specific to me.
The text was updated successfully, but these errors were encountered: