You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially was getting the updates then have been getting same error repeatedly and seems there is no fix. This Github issue is same issue which doesn't appear to have been resolved: #4736
Below is my full error where it shows I cannot download differentially:
Cannot download differentially, fallback to full download: Error: Cannot parse blockmap
error: Error: incorrect header check
Then it tries the full download which also fails due to
Trying to use the https://github.com/ArekSredzki/electron-release-server as it comes with a UI which makes it easier to manage version control and updates but this error has me bogged down for weeks. If someone can provide assistance would be much appreciated.
The text was updated successfully, but these errors were encountered:
The issue I believe is due to the ReverseProxy I'm using for the service which is changing the header. Do you know how to maintain the header electron-updater uses if using something like ReverseProxy or ProxyPassReverse in Apache so the header isnt impacted?
electron-builder version: ^24.9.1
node version: v19.9.0
electron version: ^28.2.0
electron-updater version: ^6.2.1
Have followed tutorial shown in electronjs.org for creating electron update server (https://github.com/ArekSredzki/electron-release-server).
Initially was getting the updates then have been getting same error repeatedly and seems there is no fix. This Github issue is same issue which doesn't appear to have been resolved: #4736
Below is my full error where it shows I cannot download differentially:
Cannot download differentially, fallback to full download: Error: Cannot parse blockmap
error: Error: incorrect header check
Then it tries the full download which also fails due to
UnhandledPromiseRejectionWarning: Error: sha512 checksum mismatch, expected yODslm/lssAJ/Cbm3Y8gFib7rNmmtBjFATa/V4/z25Efl782vFpF9CWwRKXtguDiRGP20hTnxVdBzKRTNoJtDA==, got 8caLXdBUlgNo5JkwfhZ1I3POGV/M7rAqRLidcCBv3hroz4mrRG9BnM0jEqDxm1Qr8I/oBRuHQbkv/arrppHOiw==
Trying to use the https://github.com/ArekSredzki/electron-release-server as it comes with a UI which makes it easier to manage version control and updates but this error has me bogged down for weeks. If someone can provide assistance would be much appreciated.
The text was updated successfully, but these errors were encountered: