microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 87 forks source link

Can't access blobs any longer #8277

Open piskovvx opened 1 week ago

piskovvx commented 1 week ago

Preflight Checklist

Storage Explorer Version

1.36.2

Regression From

No

Architecture

x64

Storage Explorer Build Number

No response

Platform

Windows

OS Version

No response

Bug Description

Unable to retrieve child resources

ProducerError:{
  "name": "Electron Net Error",
  "message": "{\"name\":\"Electron Net Error\",\"cause\":{}}"
}

Steps to Reproduce

  1. Launch Storage Explorer
  2. Expand Blob Containers

Actual Experience

It throws the error message

Unable to retrieve child resources

ProducerError:{
  "name": "Electron Net Error",
  "message": "{\"name\":\"Electron Net Error\",\"cause\":{}}"
}

Expected Experience

Shows blobs containers

Additional Context

No response

huffmajd-LN commented 1 week ago

I am seeing this issue as well

craxal commented 1 week ago

For anyone experiencing this issue, to help us diagnose the problem, please try the following:

cBashTN commented 6 days ago

I’m not sure if we're experiencing the same issue, but we’ve encountered the following:

This is quite troublesome, as even our self-hosted Azure DevOps pipelines started to fail (##[error]Failed to download or parse releases-index.json with error: getaddrinfo ENOTFOUND dotnetcli.blob.core.windows.net)

My problem was irrelevant to this issue as IT admitted that they had tampered with the DNS.

craxal commented 6 days ago

Is it possible to try connecting from a different network?

Also related to #7992.