【问题标题】:Error loading repositories加载存储库时出错
【发布时间】:2017-10-23 11:35:35
【问题描述】:

在 Azure 门户中,当我转到我的容器注册表并单击存储库(在服务下)时,我的存储库未加载并且我收到错误消息 Error loading repositories

Chrome 的控制台包含以下错误消息:

GET https://REMOVED.azurecr.io/v2/_catalog 401 (Unauthorized) - REMOVED.azurecr.io/v2/_catalog:1

[Microsoft_Azure_ContainerRegistries] 1:20:06 PM - efe5474C39B089216811DEA68B8392644A0C676A067.js:24(附正文:)

MsPortalFx.Base.Diagnostics.ErrorReporter 1 MsPortalFx.Base.Diagnostics.ErrorReporter: _errorData: undefined  
_sourceErrorLevel: undefined  
baseTypes: ["MsPortalFx.Errors.AjaxError","MsPortalFx.Errors.Error"]  
code: undefined  
data: {"type":"GET","sessionId":"9e259d2b5dab4ad2972a1e6b76e844d2","status":401,"statusText":"Unauthorized","duration":28.5}  
errorLevel: 2  
errorThrown: Unauthorized  
extension: Microsoft_Azure_ContainerRegistries  
handled: undefined  
innerErrors: []  
jqXHR: {"readyState":4,"responseText":"{\"errors\":[{\"code\":\"UNAUTHORIZED\",\"message\":\"authentication required\",\"detail\":[{\"Type\":\"registry\",\"Name\":\"catalog\",\"Action\":\"*\"}]}]}\n","responseJSON":{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"registry","Name":"catalog","Action":"*"}]}]},"status":401,"statusText":"Unauthorized"}  
message: ajaxExtended call failed  
name: Error  
source: undefined  
stack: null  
textStatus: error  
timestamp: 1567.8750000000002  
type: MsPortalFx.Errors.AjaxError  

错误表明我未经授权,但我拥有Owner 角色,所以这应该是不可能的。拥有者的其他用户不会收到此错误。

有什么办法可以解决这个问题吗?

【问题讨论】:

    标签: azure-container-registry


    【解决方案1】:

    几天后错误自行解决。

    我尝试使用不同的浏览器和不同的计算机。两种方法仍然显示错误。所以我认为这可能是一个错误。

    【讨论】:

      【解决方案2】:

      刚刚上传了我的 AKS,需要从 ACR 中提取大量图像。之后由于负载也出现错误:

      {"type":"MsPortalFx.Errors.FetchDataError","baseTypes":["MsPortalFx.Errors.FetchDataError","MsPortalFx.Errors.DataError","MsPortalFx.Errors.Error"],"_errorData":{"readyState":4,"responseText":"","status":500,"statusText":"Internal Server Error"},"extension":"Microsoft_Azure_ContainerRegistries","errorLevel":2,"timestamp":10180.93499999668,"source":"DataCache:2:3","message":"","name":"Error","innerErrors":[],"dataSetName":"DataCache:2:3"}
      

      【讨论】:

        猜你喜欢
        • 2019-10-28
        • 1970-01-01
        • 2016-08-07
        • 2015-01-11
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2017-07-12
        • 2021-08-21
        相关资源
        最近更新 更多