aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[Bug] failed to fill whole buffer

Open icodezjb opened this issue 3 years ago • 3 comments

🐛 Bug

To reproduce

$ aptos move download --package arb   --url https://fullnode.mainnet.aptoslabs.com --account 0x8150d1f99683d92ce5b9eff5251705dd65988efdafa7e9bf8a3044b339d2ddb1
{
  "Error": "Unexpected error: Failed to save package: failed to fill whole buffer"
}

Expected Behavior

download success

System information

Please complete the following information: Aptos CLI Version: v1.0.0 Rust Version: 1.64.0-x86_64-unknown-linux-gnu OS: ubuntu 20.04

icodezjb avatar Oct 24 '22 02:10 icodezjb

The guy 0x8150d1f99683d92ce5b9eff5251705dd65988efdafa7e9bf8a3044b339d2ddb1 doesn't seem to upload the code.

icodezjb avatar Oct 24 '22 03:10 icodezjb

Do you have any relationship with that package? Any idea why that one might fail?

davidiw avatar Oct 24 '22 05:10 davidiw

Do you have any relationship with that package? Any idea why that one might fail?

Maybe he run aptos move publish --included-artifacts none.

Here is the fix: https://github.com/aptos-labs/aptos-core/pull/5234

icodezjb avatar Oct 24 '22 06:10 icodezjb