Cannot parse blockmap when auto updating
See original GitHub issue-
Electron Builder Version: 22.4.0
-
Electron Updater Version: 4.2.4
-
Target: NSIS
My app is updating from a private github repo and when the update check starts it never downloads differentially because of the following error.
Cannot download differentially, fallback to full download: Error: Cannot parse blockmap "https://api.github.com/repos/VitruxPT/w-assistant/releases/assets/18470277.blockmap", error: incorrect header check, raw data:...
The publish command always works fine and all the files (exe, blockmap, latest.yml) are being sent to the repo sucessfully so I’m not sure if this is on my end.
This is how my main.log looks like:
Thanks in advance
Issue Analytics
- State:
- Created 4 years ago
- Reactions:27
- Comments:31 (6 by maintainers)
Top Results From Across the Web
Unanswered 'electron-updater' Questions - Stack Overflow
I am trying to add auto update support to my electrom-app using ... electron-updater unable to parse latest.yml in artifacts of gitlab private...
Read more >Auto Update - electron-builder
macOS application must be signed in order for auto updating to work. ... Mac, otherwise latest-mac.yml cannot be created, which causes autoUpdater error....
Read more >Electron-Differential-updater
For differential updates to work, the module needs a blockmap. The blockmap can be generated after the successful build of mac ( zip...
Read more >electron-updater | Yarn - Package Manager
... to package and build a ready for distribution Electron, Proton Native app for macOS, Windows and Linux with “auto update” support out...
Read more >3 Common Tasks — The Yocto Project ® 4.1.999 documentation
common.test_parse : Tests to make sure that BitBake can parse the files without error (i.e. bitbake -p ). ... When AUH cannot complete...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I made a PR to fix this issue.
To fix it immediately on your release computer do the following
node_modules/electron-updater/out/NsisUpdater.js
@VitruxPT @Jarinha99 @subh261096 @shellcodesniper @dnorth @StebneRuslan PR https://github.com/electron-userland/electron-builder/pull/5025 Guys, can you try commenting on my PR so that it gets merged quickly?