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

Bintray 403 Forbidden #200

Closed
ergunkocak opened this issue Jun 9, 2021 · 10 comments
Closed

Bintray 403 Forbidden #200

ergunkocak opened this issue Jun 9, 2021 · 10 comments

Comments

@ergunkocak
Copy link

Hello,

I started receiving :

Could not GET 'https://highsoft.bintray.com/Highcharts/com/highsoft/highcharts/highcharts/8.0/highcharts-8.0.pom'. Received status code 403 from server: Forbidden

from my MSAppCenter builds.

How can i solve this?

Best

@ergunkocak
Copy link
Author

Will there be a mavenCentral support?

@shanselm-ergon
Copy link

shanselm-ergon commented Jun 11, 2021

I opened a discussion in their forum (three month ago), but still not available.

https://www.highcharts.com/forum/viewtopic.php?f=9&t=46035

@soommy12
Copy link
Contributor

soommy12 commented Jun 11, 2021

Hi @ergunkocak ! Yes, it will be mavenCentral support. We are working on this and it will available along with 9.2 release.

@Daniel-sims
Copy link

@soommy12 Is there any updates on this? My CI is now failing as it's getting forbidden trying to access bintray.

https://dl.bintray.com/sysdata/maven/com/highsoft/highcharts/highcharts/8.1.2/highcharts-8.1.2.pom

@tkosev
Copy link

tkosev commented Jul 6, 2021

Is there any solution on this matter ? I am facing the same issue... Kind regards

@JuanPabloNarvaezPacheco
Copy link

Is there any solution on this matter ? I am facing the same issue... Kind regards
https://highsoft.bintray.com/Highcharts/com/highsoft/highcharts/highcharts/9.0.1/highcharts-9.0.1.pom

@Daniel-sims
Copy link

The solution I found to this, was to download the AAR manually and add it into my project. Less than ideal, but it seems like the only way until the project is uploaded to a supported repository.

@lesongvi
Copy link

The solution I found to this, was to download the AAR manually and add it into my project. Less than ideal, but it seems like the only way until the project is uploaded to a supported repository.

Yes, It's the only way to solve this issue

@soommy12
Copy link
Contributor

Due to the Bintray sunset we were forced to migrating to a different service and that will be done in the next month. Until then you can easily download the AAR version of the library and manually add it to the project. I'm really sorry for inconvenience and thank you in advance for your patience.

@soommy12
Copy link
Contributor

Hello all! Since version 9.2.2 Highcharts Android is now available through JitPack. To get it please add to your root build.gradle file:

repositories {
    maven { url 'https://jitpack.io' }
}

and then to you app build.gradle file:

dependencies {
    implementation 'com.github.highcharts:highcharts-android:v9.2.2'
}

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

7 participants