-
Notifications
You must be signed in to change notification settings - Fork 74
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
React Native Android azure build failing while downloading a resource from https://dl.bintray.com/microsoftazuremobile/SDK #200
Comments
I'm also getting this error |
I see the problem is this
This library and the documentation have to be updated according to the Android implementation, take a look here https://github.com/Azure/azure-notificationhubs-android |
I changed bintray to mavenCentral in this PR #205.
Now I can build again. |
So is the project dead or what? I'm still having this error 7 months later and the linked PR has never been merged. If anyone sees this can someone explain to me why is issue only happening in our azure pipeline and not locally? the app builds fine on several developer macs but the pipeline throws
|
I actually didn't have the patience to wait for this. So created a fork, updated the maven path and published npm package here for anyone intrested |
Report
Yes, I have searched existing issues and this is not a duplicate.
Environment
Issues and Steps to Reproduce
Installed react-native-azurenotificationhub library, added steps to install on Android.
Added 'https://dl.bintray.com/microsoftazuremobile/SDK' in repos as per https://github.com/CatalystCode/react-native-azurenotificationhub/blob/master/docs/android-installation.md
allprojects {
repositories {
...
maven { url 'https://dl.bintray.com/microsoftazuremobile/SDK' }
}
}
Expected Behavior
The repositories should be downloaded and work as expected
Actual Behavior
Could not get resource 'https://dl.bintray.com/microsoftazuremobile/SDK/com/huawei/hms/update/2.0.6.302/update-2.0.6.302.pom'.
Could not GET 'https://dl.bintray.com/microsoftazuremobile/SDK/com/huawei/hms/update/2.0.6.302/update-2.0.6.302.pom'. Received status code 502 from server: Bad Gateway
This was working till the last week. Now it has started failing. Please check.
The text was updated successfully, but these errors were encountered: