ic-rocks icon indicating copy to clipboard operation
ic-rocks copied to clipboard

Fix candid decoding for canister queries

Open FloorLamp opened this issue 3 years ago • 1 comments

Some canister function queries return candid errors:

Screen Shot 2021-11-09 at 21 28 37

Sometimes, re-querying will return valid results.

FloorLamp avatar Nov 10 '21 02:11 FloorLamp

if there's a method with signature `(null) -> (...)` then I can't call from ic.rocks. It says "Invalid null argument: undefined"

FloorLamp avatar Nov 16 '21 14:11 FloorLamp