You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have launched aptos localnet and tried funding my local account with aptos account fund-with-faucet --account localnet_default --faucet-url http://127.0.0.1:8081/
after about 30 seconds, I get this error
{
"Error": "API error: Faucet issue: FaucetClientError { inner: Inner { kind: Unknown, source: Some(Unknown(Transaction expired, without being seen in mempool. It is guaranteed it will not be committed on chain.)) } }: Unknown error Transaction expired, without being seen in mempool. It is guaranteed it will not be committed on chain."
}
But when I check the explorer, the account is funded. It works so not complaining but wondering if this is a bug!
What error, if any, are you getting?
{
"Error": "API error: Faucet issue: FaucetClientError { inner: Inner { kind: Unknown, source: Some(Unknown(Transaction expired, without being seen in mempool. It is guaranteed it will not be committed on chain.)) } }: Unknown error Transaction expired, without being seen in mempool. It is guaranteed it will not be committed on chain."
}
What have you tried or looked at? Or how can we reproduce the error?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
pigbearr
Describe your question in detail.
I have launched aptos localnet and tried funding my local account with
aptos account fund-with-faucet --account localnet_default --faucet-url http://127.0.0.1:8081/
after about 30 seconds, I get this error
But when I check the explorer, the account is funded. It works so not complaining but wondering if this is a bug!
What error, if any, are you getting?
What have you tried or looked at? Or how can we reproduce the error?
To reproduce this error:
aptos node run-local-testnet --with-indexer-api
aptos init --profile localnet_default --network local
aptos account fund-with-faucet --account localnet_default --faucet-url http://127.0.0.1:8081/
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
Aptos CLI
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions