[UnexpectedValueException]
 The checksum verification of the file failed (downloaded from https://repo.
 magento.com/archives/magento/google-shopping-ads/magento-google-shopping-ad
 s-3.0.1.0.zip)
Everything was running smooth untill I got this error and cannot install composer
Autoload error
Vendor autoload is not found. Please run 'composer install' under application root directory.
 asked Mar 20, 2020 at 14:00
 
 
 
 Anonymous Record 
 
 1491 silver badge16 bronze badges
 
 - 
 did you run the composer install in the magento 2 root directory?Enrico Thrasher Monzeglio– Enrico Thrasher Monzeglio2020年03月20日 14:04:32 +00:00Commented Mar 20, 2020 at 14:04
- 
 yes in root directoryAnonymous Record– Anonymous Record2020年03月21日 13:08:24 +00:00Commented Mar 21, 2020 at 13:08
1 Answer 1
The original issue is this
https://github.com/magento/magento2/issues/25028
 - Installing magento/google-shopping-ads (3.0.1): Downloading (100%) 
 [UnexpectedValueException] 
 The checksum verification of the file failed (downloaded from https://repo. 
 magento.com/archives/magento/google-shopping-ads/magento-google-shopping-ad 
 s-3.0.1.0.zip) 
Solution
sed -i 's/5f5929ef9f2ec4ca048a2add261d22c92807630f/ce31e720d60451784b9fdb3769e43e149f50d436/g' composer.lock
Then run composer install
However your second issue I'm unsure. Looks like composer is broken.
Have you tried composer dump-autoload in web root
 answered Mar 20, 2020 at 15:37
 
 
 
 Dominic Pixie 
 
 7,7134 gold badges21 silver badges64 bronze badges
 
 - 
 Thanks bro you saved meAnonymous Record– Anonymous Record2020年03月21日 13:54:25 +00:00Commented Mar 21, 2020 at 13:54
default