1

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

有什么线索我可以解决这个问题吗?

4

2 回答 2

0

几天后错误自行解决。

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

于 2017-10-26T09:28:27.047 回答
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"}
于 2019-06-07T22:53:44.290 回答