EOSIO / welcome

Documentation that covers EOSIO Overview, Getting Started and Protocol documents
38 stars 54 forks source link

Add troubleshooting steps for Error 3090003 when pushing action to contract #202

Open bobgt opened 4 years ago

bobgt commented 4 years ago

The following error message can be encountered after executing the cleos push action hello hi '["bob"]' -p bob@active command:

Error 3090003: Provided keys, permissions, and delays do not satisfy declared authorizations
Ensure that you have the related private keys inside your wallet and your wallet is unlocked.
Error Details:
transaction declares authority '${auth}', but does not have signatures for it.

Identify and add troubleshooting steps in the 2.1 Hello World Contract of the docs

https://developers.eos.io/welcome/latest/getting-started/smart-contract-development/hello-world

dixia commented 4 years ago

hi @bobgt , did you have the required private key for the bob account in your wallet?

bobgt commented 4 years ago

hi @bobgt , did you have the required private key for the bob account in your wallet?

Let me confirm that. Thanks for the pointer.

bobgt commented 4 years ago

Ref: https://github.com/EOSIO/eos/issues/4154

dixia commented 4 years ago

if I read this correctly, it is an issue on cleos side?

dixia commented 4 years ago

closed as the new issue has been created

bobgt commented 4 years ago

Reopening as this needs to be documented in the docs. Issue #4154 was an old eos issue used for reference.