asset-packagist: Content-Length mismatch

while composer update/install

[Composer\Downloader\TransportException]                                   
  Content-Length mismatch, received 81664 bytes out of the expected 3936993  

DeepinScreenshot_20191025104749

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 6
  • Comments: 22 (6 by maintainers)

Most upvoted comments

Fixed

Seeing this error again today in our build systems. Same problem? 😃

Meanwhile, the problem is fixed manually again. Sorry, guys, I hope this evening reboot will be the last outage.

the problem still persists… 😢 image

{
    "require": {
        "yiisoft/yii2": "~2.0.0",
        "paulzi/yii2-nested-sets": "^1.1",
        "notamedia/yii2-sentry": "^1.4"
    },
    "require-dev": {
        "codeception/base": "~2.3.0",
        "codeception/verify": "~0.4.0",
        "codeception/specify": "~0.4.6",
        "symfony/browser-kit": ">=2.7 <=4.2.4"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ],
    "autoload": {
        "psr-4": {"app\\": ""}
    }
}

Hi guy, is the new disk mounted ? I still have content-length-mismatch errors this morning …