-
Notifications
You must be signed in to change notification settings - Fork 79
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
CI Build: Could not resolve cardinalmobilesdk: Received status code 403 from server: Forbidden #325
Comments
Thank you for reporting this issue. Those credentials are correct, so it does seem like this is an intermittent failure from the hosting repository. We will report this issue to Cardinal. In the meantime, if you (and anyone else experiencing this issue) could continue to comment here when you are experiencing problems accessing the Cardinal Mobile SDK, that would be helpful to determine how widespread the issue is. |
@ersen-lw, Cardinal is wondering if you are still experiencing these issues and, if so, what the frequency is. |
Apologies for the late reply. Haven't encountered this issue in a long time now. Most likely was just server instability at the time. I will close this. |
@jplukarski I am experiencing the issue at the moment, could it be that the user is being temporarily locked? |
@JHFarrant I don't believe those are login credentials. They should be used only for authentication with Cardinal's Maven repository via Gradle. |
Hello, I've been experiencing the same issue since today. I had dependency cached locally since last week, but today ran on CI and this issue popped up on latest SDK version (6.14.0). |
Seemed to be intermittent after all. The access to repository works again. |
From last week, my CI builds have been failing with 403 from the cardinalcommerceprod.jfrog repo.
|
Hello, we are currently experiencing the same issue today. Our CI builds are failing with the same error (status 403). |
Hmm, still happen (but I comment it in different project): paypal/android-checkout-sdk#239 (comment) |
Hello folks, we are also getting same issue today on our CI. Our drop-in sdk version is 5.4.2 and cardinal version is 2.2.7-5
|
It fixed on our CI |
Closing this issue as it has been resolved by JFrog and Cardinal - please re-open if you continue to experience this issue! |
Hi @sarahkoop We started to see this issue again today
|
General information
Issue description
This issue occurs when our CI builds our application. Locally, do not have this issue because I guess the dependency is cached.
The repository that hosts the
cardinalcommerce
dependency appears to be unstable lately.This is the error:
I double checked the credentials here https://developer.paypal.com/braintree/docs/guides/3d-secure/migration/android/v4 which is correct.
This is a snippet from the
build.gradle
file from theapp
module.The text was updated successfully, but these errors were encountered: