textileio / powergate

Multitiered file storage API built on Filecoin and IPFS
MIT License
385 stars 93 forks source link

ffs log error could be improved #648

Open andrewxhill opened 4 years ago

andrewxhill commented 4 years ago

Saw the below error:

▶ pow ffs log bafybeibto42reineyi4uuc7hgjs66jx6fetldzhx5riquy7ppvz3eianbe -t b776xdda-3195-4230-bbc4-5ea2af200a46
> Error! Rpc error: code = Unknown desc = stored item not found

stored item not found perhaps we could say instead here StorageConfig does not exist for CID or similar

andrewxhill commented 4 years ago

i think the confusion might be that, the cid could perhaps exist, staged on ipfs. but this error might lead you to think you need to go back and fix that.

or that's the right conclusion and i'm all off