Instabug / Instabug-React-Native

In-app feedback and bug reporting tool for React Native
https://instabug.com/platforms/react-native
MIT License
309 stars 100 forks source link

Is Instabug's Nexus server down? #482

Closed nchase closed 4 years ago

nchase commented 4 years ago

Getting this gradle error when trying to build an app with Instabug on Android:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:mergeReleaseAssets'.
> Could not resolve all task dependencies for configuration ':app:releaseRuntimeClasspath'.
   > Could not resolve org.webkit:android-jsc:+.
     Required by:
         project :app
      > Failed to list versions for org.webkit:android-jsc.
         > Unable to load Maven meta-data from https://sdks.instabug.com/nexus/repository/instabug-cp/org/webkit/android-jsc/maven-metadata.xml.
            > Could not get resource 'https://sdks.instabug.com/nexus/repository/instabug-cp/org/webkit/android-jsc/maven-metadata.xml'.
               > Could not GET 'https://sdks.instabug.com/nexus/repository/instabug-cp/org/webkit/android-jsc/maven-metadata.xml'. Received status code 503 from server: Service Unavailable: Back-end server is at capacity
   > Could not resolve com.instabug.library:instabug:9.0.0.0.
     Required by:
         project :app > project :instabug-reactnative
      > Skipped due to earlier error
AliAbdelfattah commented 4 years ago

@nchase thanks for reporting this, we're looking into it 👌

Balake commented 4 years ago

I am getting:

 > Could not resolve all task dependencies for configuration ':app:internalFeatureDebugRuntimeClasspath'.
    > Could not resolve com.instabug.library:instabug:9.1.0.0.
      Required by:
          project :app > project :instabug-reactnative
       > Could not resolve com.instabug.library:instabug:9.1.0.0.
          > Could not get resource 'https://sdks.instabug.com/nexus/repository/instabug-cp/com/instabug/library/instabug/9.1.0.0/instabug-9.1.0.0.pom'.
             > Could not GET 'https://sdks.instabug.com/nexus/repository/instabug-cp/com/instabug/library/instabug/9.1.0.0/instabug-9.1.0.0.pom'. Received status code 401 from server: Unauthorized
cgradwohl commented 4 years ago

We are seeing the same issue:

FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:collectReleaseDependencies'.
> Could not resolve all task dependencies for configuration ':app:releaseRuntimeClasspath'.
   > Could not resolve com.instabug.library:instabug:9.1.0.0.
     Required by:
         project :app > project :instabug-reactnative
      > Could not resolve com.instabug.library:instabug:9.1.0.0.
         > Could not get resource 'https://sdks.instabug.com/nexus/repository/instabug-cp/com/instabug/library/instabug/9.1.0.0/instabug-9.1.0.0.pom'.
            > Could not GET 'https://sdks.instabug.com/nexus/repository/instabug-cp/com/instabug/library/instabug/9.1.0.0/instabug-9.1.0.0.pom'. Received status code 401 from server: Unauthorized
AliAbdelfattah commented 4 years ago

Hey guys, this should be fixed now. Sorry for any inconvenience 🙏

Give it another try and let me know if you're still facing any issues!

cgradwohl commented 4 years ago

@AliAbdelfattah We are still seeing the same issue.

nullfox commented 4 years ago

@AliAbdelfattah I'm seeing this as well. Would thumbs up previous comment but this is build breaking and urgent.

AliAbdelfattah commented 4 years ago

@cgradwohl @nullfox please try now 🙏

cgradwohl commented 4 years ago

@AliAbdelfattah awesome, our builds are compiling now.

jashatton commented 4 years ago

I am seeing this issue today. Has it potentially come back?

instabug_maven_sec_issue
jashatton commented 4 years ago

looks like it is working now

bevanmw commented 3 years ago

Also getting this issue today:

* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
   > Could not resolve com.facebook.fresco:fresco:1.+.
     Required by:
         project :app
      > Failed to list versions for com.facebook.fresco:fresco.
         > Unable to load Maven meta-data from https://sdks.instabug.com/nexus/repository/instabug-cp/com/facebook/fresco/fresco/maven-metadata.xml.
            > Could not get resource 'https://sdks.instabug.com/nexus/repository/instabug-cp/com/facebook/fresco/fresco/maven-metadata.xml'.
               > Could not GET 'https://sdks.instabug.com/nexus/repository/instabug-cp/com/facebook/fresco/fresco/maven-metadata.xml'. Received status code 503 from server: Service Unavailable: Back-end server is at capacity
08Thug commented 3 years ago

getting this issue from this evening, @AliAbdelfattah

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.

Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. Could not resolve androidx.core:core:1.5.0-alpha05. Required by: project :app Could not resolve androidx.core:core:1.5.0-alpha05. Could not get resource 'https://sdks.instabug.com/nexus/repository/instabug-cp/androidx/core/core/1.5.0-alpha05/core-1.5.0-alpha05.pom'. Could not HEAD 'https://sdks.instabug.com/nexus/repository/instabug-cp/androidx/core/core/1.5.0-alpha05/core-1.5.0-alpha05.pom'. Received status code 503 from server: Service Unavailable: Back-end server is at capacity