hiqdev / asset-packagist

Asset Packagist
https://asset-packagist.org
BSD 3-Clause "New" or "Revised" License
247 stars 24 forks source link

Content-Length mismatch #104

Closed jomonkj closed 4 years ago

jomonkj commented 4 years ago

while composer update/install

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

DeepinScreenshot_20191025104749

eiriksm commented 4 years ago

Seeing this too.

As a workaround, if you are not actually updating the packages you are requiring from asset-packagist, you can just remove the repo from your composer.json while you are updating.

hiqsol commented 4 years ago

Sorry, we've run out of space on the server. Fixed. Should be ok now.

jomonkj commented 4 years ago

it works now thanks @hiqsol

eiriksm commented 4 years ago

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

kdo70 commented 4 years ago

Today when updating we get this error.

koddistortion commented 4 years ago

I am experiencing the same problem today.

Jelle-S commented 4 years ago

Same problem here

mice-tm commented 4 years ago

Just the same

rhabegger commented 4 years ago

Same problem here ;(

kamarton commented 4 years ago

This link contains an incomplete JSON:

https://asset-packagist.org/p/provider-latest/b5908562564adbe06c4e702fd75e7faa8f6d9e7a08a2f99b551bfdcb1300f79d.json

rhabegger commented 4 years ago

This link contains an incomplete JSON:

https://asset-packagist.org/p/provider-latest/b5908562564adbe06c4e702fd75e7faa8f6d9e7a08a2f99b551bfdcb1300f79d.json

I was just about to post the same thing ...

abdalovalex commented 4 years ago

Just the same

demonking commented 4 years ago

see #105 someone is working on this problem

SilverFire commented 4 years ago

Fixed

My6UoT9 commented 4 years ago

What was the reason? Its not going to happen again next week right?

SilverFire commented 4 years ago

What was the reason?

Insufficient disk space.

Its not going to happen again next week right?

We have purchased additional 60GB of storage, which will be enough for at least 1 year of the DB growth.

webmayak commented 4 years ago

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\\": ""}
    }
}
SilverFire commented 4 years ago

The additional storage was purchased but has not been mounted yet. The reboot is scheduled on this evening

SilverFire commented 4 years ago

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

rhabegger commented 4 years ago

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

kdo70 commented 4 years ago

Today when updating we get this error. (2)

hiqsol commented 4 years ago

Sorry! Should be ok now