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.

Android build failing - Maven 502 error

See original GitHub issue

Hi,

My RN project is failing to build as its getting a 502 error when trying to pull this package down from maven. Error message below:

* What went wrong:
2021-08-30T09:24:08.5302075Z Execution failed for task ':app:lintVitalStagingRelease'.
2021-08-30T09:24:08.5306268Z > Could not resolve all artifacts for configuration ':react-native-intercom:debugUnitTestRuntimeClasspath'.
2021-08-30T09:24:08.5309608Z    > Could not resolve com.facebook.react:react-native:+.
2021-08-30T09:24:08.5311722Z      Required by:
2021-08-30T09:24:08.5313849Z          project :react-native-intercom
2021-08-30T09:24:08.5316565Z       > Failed to list versions for com.facebook.react:react-native.
2021-08-30T09:24:08.5320920Z          > Unable to load Maven meta-data from https://dl.bintray.com/intercom/intercom-maven/com/facebook/react/react-native/maven-metadata.xml.
2021-08-30T09:24:08.5325722Z             > Could not get resource 'https://dl.bintray.com/intercom/intercom-maven/com/facebook/react/react-native/maven-metadata.xml'.
2021-08-30T09:24:08.5330968Z                > Could not GET 'https://dl.bintray.com/intercom/intercom-maven/com/facebook/react/react-native/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

7reactions
davidfantcommented, Nov 30, 2021

I’m running into the same problems!

5reactions
anehustorovcommented, Nov 30, 2021

@walterholohan How did you solve this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio: Gradle sync failed: Could not HEAD ...
Android Studio: Gradle sync failed: Could not HEAD '...'. Received status code 502 from server: Bad Gateway [closed] · try this stackoverflow.com ...
Read more >
Received status code 502 from server: Bad Gateway ... - GitHub
`FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':app:processDebugResources'. > Could ...
Read more >
Unable to load Maven meta-data from. Received status code ...
In this video you will the solution for given below error. · Could not GET ' · Received status code 502 from server:...
Read more >
Received status code 502 from server: Bad Gateway in React ...
I have found the solution follow below steps: kill terminal; open project in Android Studio (Android folder location). Click on sync in logcat...
Read more >
Gradle build after JCenter shutdown - Microsoft Learn
If you use JCenter and Bintray resources in your AppCenter Android builds and your builds fail on Gradle Task failure (could not get...
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