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

Movement Labs Testnet Faucet Error #654

Closed
hien17 opened this issue Oct 3, 2024 · 1 comment
Closed

Movement Labs Testnet Faucet Error #654

hien17 opened this issue Oct 3, 2024 · 1 comment

Comments

@hien17
Copy link

hien17 commented Oct 3, 2024

**Description**
Unable to fund new account on Movement Labs testnet due to a 403 Forbidden error from the faucet service.

To Reproduce

aptos init --network custom \
  --rest-url https://aptos.testnet.suzuka.movementlabs.xyz/v1 \
  --faucet-url https://faucet.testnet.suzuka.movementlabs.xyz/

Actual Result


{
  "Error": "API error: Faucet issue: FaucetClientError { 
    inner: Inner { 
      kind: HttpStatus(403), 
      source: None 
    } 
  }"
}

Screenshots
image

Expected behavior

Account should be created and funded with 100000000 Octas.

Environment

Aptos CLI version: 4.2.3

@l-monninger
Copy link
Collaborator

The faucet endpoint is not intended to be publicly available.

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