-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Private Repositories Fail Silently on Auth Errors #2576
Comments
How did you know that it was authentication problem? I'm having a similar issue here, but even with -vvv, i hadn't any point on it. |
I actually attached a debugger to discover it. I also added the PR here #2577 which adds logging for that case, so I was able to verify in that branch that the return status was 403. |
The problem is the same to me. I got an 401 that failed silently. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
If using a private repository to install external dependencies, it currently fails silently if that private repository rejects the request due to authentication issues. It would be good to instead at least log a warning to inform the user that the server didn't accept the request. Otherwise, it seems to indicate a problem with the packages actually being present.
If
mypackage
is only present in the private repo, but they don't have credentials set properly, it should indicate to the user that there was auth error on that repo.The text was updated successfully, but these errors were encountered: