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

Unable to publish post: account does not exist #33

Open
waymobetta opened this issue Oct 7, 2023 · 1 comment
Open

Unable to publish post: account does not exist #33

waymobetta opened this issue Oct 7, 2023 · 1 comment

Comments

@waymobetta
Copy link
Contributor

waymobetta commented Oct 7, 2023

Storing my notes here for context as further investigation is needed; it's possible my tx is improperly formatted.

Command:

gnoblog-cli main README.md \
-debug \
-chainid dev \
-publish \
-gas-fee "1000000ugnot" \
-gas-wanted "10000000" \
-insecure-password-stdin \
-remote localhost:26657

Account (test)

Added to genesis_balances.txt and sufficiently loaded.

gnokey list
0. main (local) - addr: g138wmv0rgz5yka464spv7hyjzg9f0etcgsvu5ve pub: gpub1pgfj7ard9eg82cjtv4u4xetrwqer2dntxyfzxz3pqffr3ym8fyulmqyak4kdk6zhapkfsdwvt4e7vhy9qwzgardexymcyrve7n7, path: <nil>

Error:

error: runtime error: check transaction failed &{CheckTx:{ResponseBase:{Error:unknown address error Data:[] Events:[] Log:--= Error =--
Data: std.UnknownAddressError{abciError:std.abciError{}}
Msg Traces:
    0  /opt/build/tm2/pkg/std/errors.go:86 - account g138wmv0rgz5yka464spv7hyjzg9f0etcgsvu5ve does not exist
Stack Trace:
    0  /opt/build/tm2/pkg/errors/errors.go:20
    1  /opt/build/tm2/pkg/std/errors.go:86
    2  /opt/build/tm2/pkg/sdk/auth/ante.go:176
    3  /opt/build/tm2/pkg/sdk/auth/ante.go:121
    4  /opt/build/gno.land/pkg/gnoland/app.go:97
    5  /opt/build/tm2/pkg/sdk/baseapp.go:800
    6  /opt/build/tm2/pkg/sdk/baseapp.go:564
    7  /opt/build/tm2/pkg/bft/abci/client/local_client.go:90
    8  /opt/build/tm2/pkg/bft/proxy/app_conn.go:114
    9  /opt/build/tm2/pkg/bft/mempool/clist_mempool.go:283
   10  /opt/build/tm2/pkg/bft/mempool/clist_mempool.go:211
   11  /opt/build/tm2/pkg/bft/rpc/core/mempool.go:230
   12  /usr/local/go/src/reflect/value.go:596
   13  /usr/local/go/src/reflect/value.go:380
   14  /opt/build/tm2/pkg/bft/rpc/lib/server/handlers.go:158
   15  /opt/build/tm2/pkg/bft/rpc/lib/server/handlers.go:182
   16  /usr/local/go/src/net/http/server.go:2136
   17  /usr/local/go/src/net/http/server.go:2514
   18  /go/pkg/mod/github.com/rs/[email protected]/cors.go:281
   19  /usr/local/go/src/net/http/server.go:2136
   20  /opt/build/tm2/pkg/bft/rpc/lib/server/http_server.go:216
   21  /opt/build/tm2/pkg/bft/rpc/lib/server/http_server.go:189
   22  /usr/local/go/src/net/http/server.go:2136
   23  /usr/local/go/src/net/http/server.go:2938
   24  /usr/local/go/src/net/http/server.go:2009
   25  /usr/local/go/src/runtime/asm_amd64.s:1650
--= /Error =--
@leohhhn
Copy link
Collaborator

leohhhn commented Nov 8, 2023

Ran into this while doing #20. Trying to figure this out now.

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

2 participants