file ls
command returning 0 size on requested hash
#3232
Labels
kind/bug
A bug in existing code (including security flaws)
status/deferred
Conscious decision to pause or backlog
Version information:
go-ipfs version: 0.4.3-rc4-
Repo version: 4
System version: amd64/linux
Golang version: go1.7
Type: bug
Priority: P4
Description:
When running
ipfs file ls
(NOTipfs files ls
), the resulting information on the requested hash (NOT the objects it links to) includes a size which is always 0. For example:$ ipfs file ls --enc=json <hash>
Note "Size" being 0.
Also note that this issue might become irrelevant depending on how listing commands will eventually be sorted out as part of #3056.
The text was updated successfully, but these errors were encountered: