Closed jordanmack closed 7 months ago
can you share your PC info, operating system, arch, etc?
can you share your PC info, operating system, arch, etc?
Host: Windows 11 Pro 64-bit, Intel 64, 32GB RAM VM: Ubuntu v20.04 LTS, Intel 64, 4GB RAM
If you look closely at the error, you will see it tried to download the following:
https://github.com/nervosnetwork/ckb/releases/download/v0.113.1/ckb_v0.113.1_x86_64-unknown-linux-gnu.zip
The extension is wrong. The correct URL is:
https://github.com/nervosnetwork/ckb/releases/download/v0.113.1/ckb_v0.113.1_x86_64-unknown-linux-gnu.tar.gz
If you look closely at the error, you will see it tried to download the following:
https://github.com/nervosnetwork/ckb/releases/download/v0.113.1/ckb_v0.113.1_x86_64-unknown-linux-gnu.zip
The extension is wrong. The correct URL is:
https://github.com/nervosnetwork/ckb/releases/download/v0.113.1/ckb_v0.113.1_x86_64-unknown-linux-gnu.tar.gz
ah I see, linux binary ends up with different extension. I will pull a pr to fix this, thank you for your report
@jordanmack can you try if newest version 0.1.0
solve your issue?
Yes, this is fixed in v0.1.0.
The following error is received when trying to use the
offckb node
command.This was observed on Ubuntu v20.04 LTS + Node v20.12.0 LTS via NVM v0.39.7.