holochain-proto icon indicating copy to clipboard operation
holochain-proto copied to clipboard

Clarify "hash rejected" error

Open artbrock opened this issue 6 years ago • 3 comments

Provide a clearer message like: "Requested hash failed validation and is marked as rejected in DHT."

artbrock avatar Apr 02 '18 00:04 artbrock

I'm getting this error using the hash of a just created entry to read it (using get(hash)) and I have no idea why it's getting rejected since it's the hash commit() returns.

delroh avatar Sep 22 '18 07:09 delroh

i am also getting issue, any ideas on why? i see that the hash is available in the DHT but i keep getting the error.

image

sodaheng avatar Oct 09 '18 20:10 sodaheng

Seems like the issue was it was failing some validation somewhere even though we're just reading. I set all of my validations to return true and now it works...

sodaheng avatar Oct 09 '18 21:10 sodaheng