RocketChat / Rocket.Chat.ReactNative

Rocket.Chat mobile clients
https://rocket.chat
MIT License
2.01k stars 1.17k forks source link

Jitpack is now private, build failed 401 #2727

Closed C1ean closed 3 years ago

C1ean commented 3 years ago

Recently, an error occurred while building - there is no access to the maven repository

Could not GET 'https://www.jitpack.io/org/jitsi/react/jitsi-meet-sdk/2.10.2-rc/jitsi-meet- sdk-2.10.2-rc.pom '. Received status code 401 from server: Unauthorized authorization required ...

* What went wrong:
Could not determine the dependencies of task ':react-native-jitsi-meet:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':react-native-jitsi-meet:debugCompileClasspath'.
   > Could not resolve org.jitsi.react:jitsi-meet-sdk:2.10.2-rc.
     Required by:
         project :react-native-jitsi-meet
      > Could not resolve org.jitsi.react:jitsi-meet-sdk:2.10.2-rc.
         > Could not get resource 'https://www.jitpack.io/org/jitsi/react/jitsi-meet-sdk/2.10.2-rc/jitsi-meet-sdk-2.10.2-rc.pom'.
            > Could not GET 'https://www.jitpack.io/org/jitsi/react/jitsi-meet-sdk/2.10.2-rc/jitsi-meet-sdk-2.10.2-rc.pom'. Received status code 401 from server: Unauthorized

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 34s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: Command failed: ./gradlew app:installExperimentalPlayDebug -PreactNativeDevServerPort=8081
C1ean commented 3 years ago

Found a bug in my edits.

Boby commented 3 years ago

@C1ean can you let me which bugs as I am having the same issues at the moment

C1ean commented 3 years ago

@C1ean can you let me which bugs as I am having the same issues at the moment

https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/2721

yarn remove react-native-jitsi-meet
yarn add RocketChat/react-native-jitsi-meet
ydhnwb commented 2 years ago

doesnt work. still getting

FAILURE: Build failed with an exception.

shabanov-krl commented 1 year ago

same error, any solutions?