加载存储库时出错

时间:2017-10-23 11:35:35

标签: azure-container-registry

在Azure门户中,当我转到Container Registry并单击Repositories(在Services下)时,我的存储库无法加载,我收到错误消息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角色,所以这是不可能的。所有者的其他用户不会收到此错误。

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

2 个答案:

答案 0 :(得分:0)

错误在几天后自行解决。

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

答案 1 :(得分:0)

刚刚上传了我的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"}