Skip to content

React Native Android azure build failing while downloading a resource from https://dl.bintray.com/microsoftazuremobile/SDK #200

Description

@sapramit

Report

Yes, I have searched existing issues and this is not a duplicate.

Environment

  • Platforms: Android
  • Android version: API 23 and above

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions