Skip to content
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 updater problems on windows #4908

Closed
razvanstatescu opened this issue Apr 28, 2020 · 9 comments
Closed

Auto updater problems on windows #4908

razvanstatescu opened this issue Apr 28, 2020 · 9 comments
Labels

Comments

@razvanstatescu
Copy link

  • electron-builder Version: ^22.5.1
  • electron-updater Version: ^4.3.1
  • Electron Version: ^8.2.2
  • Target: Windows

I have a public repo on GitHub where I publish my updates. In the electron app I just use:
autoUpdater.checkForUpdatesAndNotify();
When I try to update I get:

Cannot parse blockmap "...", error: incorrect header check, raw data: ...

I tried to set
"nsis": { "differentialPackage": false }
in order to disable the generation of blockmap files. But now I get

Cannot download differentially, fallback to full download: Error: Cannot download ".....blockmap", status 404: Not Found

Any idea on how to make this work? Thanks!

@b-zurg
Copy link
Contributor

b-zurg commented May 15, 2020

Yeah same issue.

@codewaseem
Copy link

Same here.

@harshitsilly
Copy link

@codewaseem @b-zurg @razvanstatescu Hi, try this module electron-differential-updater.. it is built on top of electron-builder and help u with the fix.
It also has differential update for mac also.

@undergroundwires
Copy link

Hi, had same issue with vue-cli-plugin-electron-builder in a vue + typescript project. And updating electron-updater to 4.3.4 (prerelease) solved it for me. The fix is there 😀 Working example: privacy.sexy

@stale
Copy link

stale bot commented Sep 24, 2020

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the backlog label Sep 24, 2020
@b-zurg
Copy link
Contributor

b-zurg commented Sep 24, 2020

On the latest release block maps are working for me again

@stale stale bot removed the backlog label Sep 24, 2020
@stale
Copy link

stale bot commented Nov 24, 2020

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the backlog label Nov 24, 2020
@stale stale bot closed this as completed Dec 1, 2020
@marf
Copy link

marf commented Jul 8, 2021

We have the exact same problem. Any solutions?

@harshitsilly
Copy link

hi @marf u can check this module https://github.com/imjsElectron/electron-differential-updater

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants