Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect to jungle net exception:unsatisfied_authorization #7

Closed
bbboyjan opened this issue Nov 12, 2018 · 1 comment
Closed

connect to jungle net exception:unsatisfied_authorization #7

bbboyjan opened this issue Nov 12, 2018 · 1 comment

Comments

@bbboyjan
Copy link

bbboyjan commented Nov 12, 2018

eosjs_python.Exceptions.PushContractTransactionException: {"code":500,"message":"Internal Service Error","error":{"code":3090003,"name":"unsatisfied_authorization","what":"Provided keys, permissions, and delays do not satisfy declared authorizations","details":[{"message":"transaction declares authority '{"actor":"abcdefg11111","permission":"active"}', but does not have signatures for it under a provided delay of 0 ms, provided permissions [], provided keys ["EOS69aDAmavZ4oXn4ssFKba3UtHNAqCYv4ccG7xLBE5LhMf7Md65p"], and a delay max limit of 3888000000 ms","file":"authorization_manager.cpp","line_number":517,"method":"check_authorization"}]}}

========MY CODE ========
EOS = Eos({
'http_address': 'http://jungle.cryptolions.io:38888',
'key_provider': '5Jig3se9FxQQTaWLBEMmKxovdR9mw4bUYBJq4GCxLTbVnvk3KpA',
'chainId': '038f4b0fc8ff18a4f0842a8f0564611f6e96e8535901dd45e43ac8691a1c4dca'
})

EOS.push_transaction(CONTRACT, 'reveal', CONTRACT, 'active', {
"od":id
})

@bbboyjan
Copy link
Author

Fix it!! need chainId in PushContractTransaction.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant