RPC call failed: ErrorObject { code: MethodNotFound, message: "method not found", data: Some(RawValue("getAccount")) } / soroban-rpc (exit status 1; not expected) #29
Labels
bug
Something isn't working
What version are you using?
cargo: 1.68.0
rustup: 1.25.2
rustc: 1.68.0
Docker: 23.0.2
Operating System:
What did you do?
I am testing the "Getting Starting" guide for Soroban Smart Contract and I am stuck when doing the deployment to the Local Network:
These steps: https://soroban.stellar.org/docs/getting-started/deploy-to-a-local-network
I run the docker image to run the local network like this:
I got this output:
Notice that the soroban-rcp exit with status 1. It seems that soroban-rcp can't start
When trying to deploy the contract with:
I got:
What did you expect to see?
After deploying the contract: The output should be the contract ID. Also, the soroban-rcp should start successfully
What did you see instead?
I get this error :
error: jsonrpc error: RPC call failed: ErrorObject { code: MethodNotFound, message: "method not found", data: Some(RawValue("getAccount")) }
The text was updated successfully, but these errors were encountered: