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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
I've released a new package to appcenter. After the users (not all, just 10% of them) have downloaded the package and installed it (not applied yet), an Error occurs, the error message is below: "The update contents failed the data integrity check"
I think the process was interrupted when the package was being unzip so that the computedHash (under cordova-plugin-code-push/localPackage.js/) was wrong? It happens to both ios and Android such as iOS 14.4, Android 11. I checked the logs and I found some stacktrace as below. Any help would be appreciated!
Error 1
Stacktrace:
Error: An error has occurred while performing the operation. Error code: 6
at Function.FileUtil.fileErrorToError (file:///android_asset/www/plugins/cordova-plugin-code-push/bin/www/fileUtil.js:22:16)
at fail (file:///android_asset/www/plugins/cordova-plugin-code-push/bin/www/fileUtil.js:107:31)
at fail (file:///android_asset/www/plugins/cordova-plugin-file/www/Entry.js:153:9)
at Object.callbackFromNative (file:///android_asset/www/cordova.js:297:52)
at <anonymous>:1:9
Some extra logs before the error occurs:
[CodePush] Applying full update
[CodePush] Install succeeded.
Error 2
Stacktrace
It's very similar to the first one, except the Error code
Error: An error has occurred while performing the operation. Error code: 1
at Function.FileUtil.fileErrorToError (file:///android_asset/www/plugins/cordova-plugin-code-push/bin/www/fileUtil.js:22:16)
at fail (file:///android_asset/www/plugins/cordova-plugin-code-push/bin/www/fileUtil.js:107:31)
at fail (file:///android_asset/www/plugins/cordova-plugin-file/www/Entry.js:153:9)
at Object.callbackFromNative (file:///android_asset/www/cordova.js:297:52)
at <anonymous>:1:9
Some extra logs before the error occurs:
[CodePush] Applying full update
[CodePush] Install succeeded.
I've released a new package to appcenter. After the users (not all, just 10% of them) have downloaded the package and installed it (not applied yet), an Error occurs, the error message is below:
"The update contents failed the data integrity check"
I think the process was interrupted when the package was being
unzip
so that thecomputedHash
(under cordova-plugin-code-push/localPackage.js/) was wrong? It happens to both ios and Android such as iOS 14.4, Android 11. I checked the logs and I found some stacktrace as below. Any help would be appreciated!Error 1
Stacktrace:
Some extra logs before the error occurs:
[CodePush] Applying full update
[CodePush] Install succeeded.
Error 2
Stacktrace
It's very similar to the first one, except the
Error code
Some extra logs before the error occurs:
[CodePush] Applying full update
[CodePush] Install succeeded.
My packages are:
Another issue created by me that relates to this one #660
The text was updated successfully, but these errors were encountered: