-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update never finishes downloading #2347
Comments
Not sure if related, but when I select |
The same issue occurred for me as well when attempting to upgrade from |
Hello @tonyanziano could you take a look at this? |
@JordyGit We are taking a look into this today. |
I've repro'd this on my end, and I found the following error message which seems to be the culprit:
I'm unclear on why this is an issue now when it never was before. I would assume that it has something to do with the Electron upgrade, but this issue is present in 4.14.0 which is still on the older version of Electron. |
As a workaround for now, you can go to your Emulator installation directory, and create a file called
with the content: updaterCacheDirName: '@bfemulatormain-updater' I just tested an update after adding this file, and it seems to have unblocked the update and everything worked as expected. |
Note to fixer: We need to have this file generated as part of our build pipeline. Either by manually copying it in or by getting |
Still hitting this issue, and it's impacting certification courses on MS Learn. Any updates on a fix? |
@ivorb there is a workaround commented here: #2347 (comment) |
@JordyGit understood, that works or reinstalling with newer version works, but not a good experience for our learners doing labs. Is the idea that future versions won't hit this, and this issue for 4.14.0 is a won't fix? |
Version
V4.14.0
Describe the bug
On startup the emulator asks me to update and gives me 3 options where I selected the option to download/install the new version now. The window with "Downloading..." and a Dismiss button appears. There is no more feedback about the download (no download speed, no progress feedback, nothing) and it keeps this way. I left this for a whole day untouched and it still didn't complete. The only thing I can do is dismissing it with that button.
To Reproduce
Expected behavior
Download window should give feedback about the download, for example the progress as a percentage.
If something is/goes wrong it should give feedback instead of doing nothing.
Screenshots
The text was updated successfully, but these errors were encountered: