NativeScript / nativescript-ui-charts

NativeScript wrapper around HiCharts library
Apache License 2.0
26 stars 6 forks source link

Android "Could not GET highcharts-8.2.2.pom" 403 Forbidden #20

Closed Benoye closed 3 years ago

Benoye commented 3 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

When running tns build android, following error occurs:

Build file '../platforms/android/app/build.gradle' line: 633
A problem occurred configuring project ':app'.
Could not GET 'https://highsoft.bintray.com/Highcharts/com/highsoft/highcharts/highcharts/8.2.2/highcharts-8.2.2.pom'. Received status code 403 from server: Forbidden
shiv19 commented 3 years ago

@Benoye Hey there, are you still facing this issue? I'm able to build it here just fine.

https://highsoft.bintray.com/Highcharts/com/highsoft/highcharts/highcharts/8.2.2/

This URL is working fine and I'm able to see the highcharts-8.2.2.pom file there

Benoye commented 3 years ago

Hi ! Sorry I forgot to update the issue Indeed the problem was solved a few days later, I guess the dependencies was fixed on highcharts' side ! Thank you :)

azriel46d commented 3 years ago

Hi, this issue should be re-opened because of : https://github.com/highcharts/highcharts-android/issues/200 . As it is giving a forbidden once again

duyentnguyen commented 3 years ago

I'm also still seeing the same issue -- is there a way to download the Android highcharts aar locally and temporarily use it with this plugin, as suggested in the highcharts Github issue thread?