-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Auto-update fails with ENOENT: no such file or directory, rename #7063
Comments
Hi ! Same for me more information here : |
Hmm. I'm having a similar issue...
|
I'm noticing that this logs twice even though I'm only calling it once...
And then it appears to be downloading everything twice basically... |
FYI I had a similar symptom appearing in our application, turns out we were initiating |
I think this can be closed. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. |
Here in 2024 and I can 100% confirm that this was my exact problem. I manually handle downloading the new version with Electron Builder's provided methods, and my code was clashing with the |
This is the same exact issue as #3622, which was ignored and then closed.
This is the error I get on macOS:
And on Windows:
The error is also non deterministic: retrying to update several times usually works after the 3rd tentative.
I'm using the autoUpdater as follows:
The text was updated successfully, but these errors were encountered: