FreeosDAO / freeoscontracts

Freeos Smart Contract Code
0 stars 1 forks source link

Unknown key : freeos333333 and freeostokens #4

Closed judytan21 closed 3 years ago

judytan21 commented 3 years ago

18/2/21 3:28pm - emailed Tom regarding the following issue. While testing, the following cleos commands failed with errors as shown below: gitpod /workspace $ cleos push action freeostokens reguser '["vannavestin","e"]' -p vannavestin@active error 2021-02-18T02:20:49.270 cleos main.cpp:3940 main ] Failed with error: unspecified (0) unknown key (eosio::chain::name): freeostokens

gitpod /workspace $ cleos push action freeos333333 getuser '["vannavestin"]' -p vannavestin@active error 2021-02-18T02:23:38.734 cleos main.cpp:3940 main ] Failed with error: unspecified (0) unknown key (eosio::chain::name): freeos333333

gitpod /workspace $ cleos push action freeos333333 getuser '["vannavestin"]' -p freeos3333333@active error 2021-02-18T02:24:50.169 cleos main.cpp:3940 main ] Failed with error: unspecified (0) unknown key (eosio::chain::name): freeos333333

judytan21 commented 3 years ago

18/2/21 4:22pm Got the same error when running Claim action. gitpod /workspace $ cleos push action freeos333333 claim '["vannavestin"]' -p vannavestin3@active error 2021-02-18T03:17:03.940 cleos main.cpp:3940 main ] Failed with error: unspecified (0) unknown key (eosio::chain::name): freeos333333

tommccann777 commented 3 years ago

@judytan21 This is because you are using cleos without the -u parameter specified. I will close this issue.