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

Error: invalid character 'k' looking for beginning of value #385

Open
xwmdev opened this issue Jul 29, 2022 · 1 comment
Open

Error: invalid character 'k' looking for beginning of value #385

xwmdev opened this issue Jul 29, 2022 · 1 comment

Comments

@xwmdev
Copy link

xwmdev commented Jul 29, 2022

dcld tx auth propose-add-account --address=cosmos18g40ky73s28sa3p9s52af8e97g0yq7kthfjcpa --pubkey={"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Ah9z3iNx3Z+IQgBg8rgkGqy6ZmvM8wzaDUZ6gWFN+5j9"} --roles=Vendor,NodeAdmin --vid=4563 --from=jack

Error: invalid character 'k' looking for beginning of value

@ashcherbakov ashcherbakov added bug Something isn't working size: S maintenance and removed bug Something isn't working size: S labels Oct 25, 2022
@ashcherbakov ashcherbakov removed this from the v1.5: Post Main Net Launch milestone Feb 14, 2023
@svenehlers
Copy link

svenehlers commented Nov 2, 2023

I had the same issue and it was solved for me by adding ' around the pubkey parameter:

--pubkey='{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Ah9z3iNx3Z+IQgBg8rgkGqy6ZmvM8wzaDUZ6gWFN+5j9"}'

But after doing this i had this issue:
https://github.com/zigbee-alliance/distributed-compliance-ledger/issues/375

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

No branches or pull requests

3 participants