Replies: 1 comment 4 replies
-
Hi @hust93 it seems you're passing an empty string and not an index as an argument, can you send a screenshot of how you're calling the function? That might help me to spot the issue. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i followed lesson 3 exactly as the video, and i even copied and paste the code from git repo to double check my typos, but after i deploy to StorageFactory whenever i try any command i get these :
call to StorageFactory.simpleStorageArray errored: Error encoding arguments: Error: invalid BigNumber string (argument="value", value="", code=INVALID_ARGUMENT, version=bignumber/5.5.0)
call to StorageFactory.sfGet errored: Error encoding arguments: Error: invalid BigNumber string (argument="value", value="", code=INVALID_ARGUMENT, version=bignumber/5.5.0)
transact to StorageFactory.sfStore errored: Error encoding arguments: Error: invalid BigNumber string (argument="value", value="", code=INVALID_ARGUMENT, version=bignumber/5.5.0)
Help please ?
Beta Was this translation helpful? Give feedback.
All reactions