apm icon indicating copy to clipboard operation
apm copied to clipboard

Checksum mismatch on Windows

Open mwelk opened this issue 2 years ago • 17 comments

I get very often a checksum mismatch on Windows like the following one:

[2022-07-07T14:36:30.359Z] Installing package : [email protected]
[2022-07-07T14:36:30.359Z] V::ProcessQueue::checkAndStartNextProcess(): 2
[2022-07-07T14:36:30.359Z] Downloading package : [email protected]
[2022-07-07T14:36:30.359Z] D::ChecksumProcess::start: com.distriqt.Core_6.4.6.airpackage
[2022-07-07T14:36:30.359Z] D::ChecksumWindowsProcess::start: com.distriqt.Core_6.4.6.airpackage
[2022-07-07T14:36:30.359Z] D::ChecksumWindowsProcess::start: com.distriqt.Core_6.4.6.airpackage
[2022-07-07T14:36:31.682Z] D::ChecksumWindowsProcess::Process exited with: 0 cs 'CertUtil:-hashfilecommandcompletedsuccessfully.'
[2022-07-07T14:36:31.682Z] V::DownloadPackageProcess::CHECKSUM: provided:   20030c5ad1e48eb72878f10faf7eecc0fb9541480e306449522278badddd1fd0
[2022-07-07T14:36:31.682Z] V::DownloadPackageProcess::CHECKSUM: calculated: CertUtil:-hashfilecommandcompletedsuccessfully.
[2022-07-07T14:36:31.682Z] D::PackageRequestUtils::generateURLRequestForPackage( https://github.com/distriqt/ANE-Core/releases/download/v6.4.6/com.distriqt.Core_6.4.6.airpackage ... )
[2022-07-07T14:36:31.682Z] D::PackageRequestUtils::generateURLRequestForPackage(): GITHUB ASSET URL
...
[2022-07-07T14:36:31.682Z] D::PackageRequestUtils::generateURLRequestForPackage(): NORMAL URL
[2022-07-07T14:36:31.682Z] D::PackageRequestUtils::generateURLRequest(): Attaching github auth token.
[2022-07-07T14:36:33.242Z] 0% Downloading package : [email protected]
...
[2022-07-07T14:36:33.243Z] 100% Downloading package : [email protected]
[2022-07-07T14:36:33.243Z] D::DownloadPackageProcess::loader_statusHandler(): 200
[2022-07-07T14:36:33.243Z] D::ChecksumProcess::start: com.distriqt.Core_6.4.6.airpackage
[2022-07-07T14:36:33.244Z] D::ChecksumWindowsProcess::start: com.distriqt.Core_6.4.6.airpackage
[2022-07-07T14:36:33.244Z] D::ChecksumWindowsProcess::start: com.distriqt.Core_6.4.6.airpackage
[2022-07-07T14:36:33.244Z] D::ChecksumWindowsProcess::Process exited with: 0 cs ''
[2022-07-07T14:36:33.244Z] V::DownloadPackageProcess::CHECKSUM: provided:   20030c5ad1e48eb72878f10faf7eecc0fb9541480e306449522278badddd1fd0
[2022-07-07T14:36:33.244Z] V::DownloadPackageProcess::CHECKSUM: calculated: 
[2022-07-07T14:36:33.244Z] ? Downloaded file failed checks - retry install again later! checksum does not match
[2022-07-07T14:36:33.244Z] V::ProcessQueue::process_eventHandler( process_failed )
[2022-07-07T14:36:33.244Z] ERROR :: Failed to install package : [email protected]
[2022-07-07T14:36:33.244Z] V::ProcessQueue::process_eventHandler( process_failed )
[2022-07-07T14:36:33.244Z] install :: Downloaded file failed checks: checksum does not match

Versions: AIR: 33.1.1.889 APM: 1.17 Windows: Windows Server 2019 Build 1809 PowerShell: 5.1.17763.1007

mwelk avatar Jul 07 '22 14:07 mwelk