-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Preflight Checklist
- I have installed the latest version of Storage Explorer.
- I have checked existing resources, including the troubleshooting guide and the release notes.
- I have searched for similar issues.
Storage Explorer Version
1.31.2
Regression From
No response
Architecture
x64
Storage Explorer Build Number
No response
Platform
Linux (tar.gz)
OS Version
Fedora 38
Bug Description
I tried Azure Storage Explorer for the first time.
Downloaded it and launch it.
It wants me to signin to an azure via the browser that it launch.
But it didn't launch any browser or opened up a page.
It also doesn't say which URL. Because if it isn't able to open the page by itself. Why don't I do it instead.
If I wait the prompt out it tells me to try another option.
Well I have a Azurite docker container. I fill in the credentials and voila
It crashes immediatly. It works in on Windows with the same container.
[2023-10-13T09:53:00.844Z] (blob-extension:285642) <ERRO> HttpClient threw while making API call for BlobService.getAccountInfo
GET http://127.0.0.1:10000/devstoreaccount1?comp=properties&restype=account
Credential used: Account name and key - account name: devstoreaccount1, account key: ******, keyName: undefined
RequestId: 0b97cef3-eec6-4584-b016-547b19305f37, Date sent: Fri, 13 Oct 2023 09:53:00 GMT, ApiVersion: 2019-07-07, ProxySettings: undefined
Error: {"name":"Node Fetch Error","cause":{"cause":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":10000}},"code":"ECONNREFUSED","errno":-111}
[2023-10-13T09:53:00.849Z] (blob-extension:285642) <INFO> API call for BlobService.getAccountInfo succeeded
GET http://127.0.0.1:19900/devstoreaccount1?comp=properties&restype=account - 200
Credential used: Account name and key - account name: devstoreaccount1, account key: ******, keyName: undefined
RequestId: 2927cd53-cc86-423f-bfea-c6ae5bbf3b7c, Date sent: Fri, 13 Oct 2023 09:53:00 GMT, ApiVersion: 2021-10-04, ProxySettings: undefined
[2023-10-13T09:53:00.853Z] (blob-extension:285642) <INFO> API call for BlobService.getAccountInfo succeeded
GET http://127.0.0.1:19900/devstoreaccount1?comp=properties&restype=account - 200
Credential used: Account name and key - account name: devstoreaccount1, account key: ******, keyName: undefined
RequestId: becfd02d-1a94-4869-9d2d-b3252f3a5e51, Date sent: Fri, 13 Oct 2023 09:53:00 GMT, ApiVersion: 2021-10-04, ProxySettings: undefined
[2023-10-13T09:53:00.853Z] (blob-extension:285642) <INFO> API call for BlobService.getAccountInfo succeeded
GET http://127.0.0.1:19900/devstoreaccount1?comp=properties&restype=account - 200
Credential used: Account name and key - account name: devstoreaccount1, account key: ******, keyName: undefined
RequestId: acdfad5c-01d7-4663-919b-0e1861688668, Date sent: Fri, 13 Oct 2023 09:53:00 GMT, ApiVersion: 2021-10-04, ProxySettings: undefined
[2023-10-13T09:53:00.857Z] (blob-extension:285642) <ERRO> HttpClient threw while making API call for BlobService.getAccountInfo
GET http://127.0.0.1:10000/devstoreaccount1?comp=properties&restype=account
Credential used: Account name and key - account name: devstoreaccount1, account key: ******, keyName: undefined
RequestId: 0b97cef3-eec6-4584-b016-547b19305f37, Date sent: Fri, 13 Oct 2023 09:53:00 GMT, ApiVersion: 2019-07-07, ProxySettings: undefined
Error: {"name":"Node Fetch Error","cause":{"cause":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":10000}},"code":"ECONNREFUSED","errno":-111}
[2023-10-13T09:53:04.870Z] (blob-extension:285642) <ERRO> HttpClient threw while making API call for BlobService.getAccountInfo
GET http://127.0.0.1:10000/devstoreaccount1?comp=properties&restype=account
Credential used: Account name and key - account name: devstoreaccount1, account key: ******, keyName: undefined
RequestId: 0b97cef3-eec6-4584-b016-547b19305f37, Date sent: Fri, 13 Oct 2023 09:53:04 GMT, ApiVersion: 2019-07-07, ProxySettings: undefined
Error: {"name":"Node Fetch Error","cause":{"cause":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":10000}},"code":"ECONNREFUSED","errno":-111}
[2023-10-13T09:53:16.894Z] (blob-extension:285642) <ERRO> HttpClient threw while making API call for BlobService.getAccountInfo
GET http://127.0.0.1:10000/devstoreaccount1?comp=properties&restype=account
Credential used: Account name and key - account name: devstoreaccount1, account key: ******, keyName: undefined
RequestId: 0b97cef3-eec6-4584-b016-547b19305f37, Date sent: Fri, 13 Oct 2023 09:53:16 GMT, ApiVersion: 2019-07-07, ProxySettings: undefined
Error: {"name":"Node Fetch Error","cause":{"cause":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":10000}},"code":"ECONNREFUSED","errno":-111}
Steps to Reproduce
- Download latest version. On linux
- Make sure your linux has no Azure signin other azure apps whats so ever. Make it clean vanilla as possible
- try to run it
Actual Experience
I tried Azure Storage Explorer for the first time.
Downloaded it and launch it.
It wants me to signin to an azure via the browser that it launch.
But it didn't launch any browser or opened up a page.
It also doesn't say which URL. Because if it isn't able to open the page by itself. Why don't I do it instead.
If I wait the prompt out it tells me to try another option.
Well I have a Azurite docker container. I fill in the credentials and voila
It crashes immediatly. It works in on Windows with the same container.
Expected Experience
Launch the browser for me to signin
Or provide a URL that I can manually do it myself
Or work without requiring to sign in (for emulator use only)
Additional Context
No response
