question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bintray 403 forbidden

See original GitHub issue

Can’t install with brew install allure

$ brew install allure
==> Downloading https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.7.0/allure-2.7.0.zip

curl: (22) The requested URL returned error: 403 Forbidden
Error: Failed to download resource "allure"
Download failed: https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.7.0/allure-2.7.0.zip

Same result trying download zip via Browser

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:13
  • Comments:41 (18 by maintainers)

github_iconTop GitHub Comments

9reactions
eroshenkoamcommented, Aug 30, 2018

Gradle workaround

allure {
    autoconfigure = true
    downloadLink = "https://github.com/allure-framework/allure2/releases/download/2.7.0/allure-2.7.0.zip"
}
7reactions
eroshenkoamcommented, Aug 30, 2018

Jenkins workaround

  1. Open Jenkins Configuration.
  2. Open Jenkins Global Tool Configuration (https://<jenkins>/configureTools/)
  3. Use the following url in settings below: https://github.com/allure-framework/allure2/releases/download/2.7.0/allure-2.7.0.zip
2018-08-30 10 15 44
Read more comments on GitHub >

github_iconTop Results From Across the Web

jcenter Returns Error 403 Forbidden, what should we use ...
Seems jcenter service does not work at all and returns 403 Forbidden and also deprecated in IntelliJ products (Like Android Studio).
Read more >
bintray returns 403 Forbidden when trying to download openssl
As a work around, I just dump a distribution version of openssl into node_modules\nodegit\vendor\openssl , e.g., on windows use chocolatey ...
Read more >
Development - OpenMRS Talk
Authorization failed for https://dl.bintray.com/openmrs/maven/org/openmrs/maven/plugins/maven-metadata.xml 403 Forbidden.
Read more >
Our builds using Shake are failing with a status code 403 ...
Could not HEAD 'https://dl.bintray.com/shake/shake/com/shakebugs/android/shake/maven-metadata.xml'. Received status code 403 from server: Forbidden.
Read more >
Gradle plugin build fails: Received status code 403 from server
Received status code 403 from server: Forbidden. ---. Locally I am getting similar errors: ---. Execution failed for task ':instrumentCode'.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found