You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: JitPack dependency resolution error for debug-db
Description:
The CI workflow is failing to build the project due to a dependency resolution error for the debug-db library. The build logs show a 401 Unauthorized error when trying to download the dependency from JitPack.
Steps to reproduce:
Trigger the pull-request.yaml workflow.
Observe the build logs.
Expected behavior:
The debug-db dependency should be resolved successfully.
Actual behavior:
The build fails with the following error:
Could not resolve com.amitshekhar.android:debug-db:1.0.6.
Required by:
project :app
Could not resolve com.amitshekhar.android:debug-db:1.0.6.
> Could not get resource 'https://jitpack.io/com/amitshekhar/android/debug-db/1.0.6/debug-db-1.0.6.pom'.
> Could not GET 'https://jitpack.io/com/amitshekhar/android/debug-db/1.0.6/debug-db-1.0.6.pom'. Received status code 401 from server: Unauthorized
Solution:
Updating the dependency to com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:v1.0.6 resolves the issue.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. Techno F?-)]
OS: [e.g. Android Version: ]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Bug: JitPack dependency resolution error for debug-db
Description:
The CI workflow is failing to build the project due to a dependency resolution error for the
debug-db
library. The build logs show a 401 Unauthorized error when trying to download the dependency from JitPack.Steps to reproduce:
pull-request.yaml
workflow.Expected behavior:
The
debug-db
dependency should be resolved successfully.Actual behavior:
The build fails with the following error:
Solution:
Updating the dependency to
com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:v1.0.6
resolves the issue.Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: