dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
265 stars 132 forks source link

[main] VMR sync failing with `error 401 - Unauthorized` #4708

Closed Winniexu01 closed 3 weeks ago

Winniexu01 commented 3 weeks ago

Failing build (internal Microsoft link)

fail: A '401 - Unauthorized' status was returned for a HTTP request. We'll set the retries amount to 0. Error details: {"message":"Bad credentials","documentation_url":"[https://docs.github.com/graphql","status":"401"}](https://docs.github.com/graphql%22,%22status%22:%22401%22%7D)
fail: Non-continuable HTTP 401 error encountered while making request against URI 'https://api.github.com/graphql'
      System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
         at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
         at Microsoft.DotNet.DarcLib.HttpRequestManager.ExecuteAsync(Int32 retryCount)
fail: Pushing to the VMR failed. 
      Failure to authenticate: Response status code does not indicate success: 401 (Unauthorized).
mthalman commented 3 weeks ago

A newer pipeline run has passed. This is resolved.