Replies: 1 comment 2 replies
-
I just noticed this yesterday with some tests I was running as well by mistake. Thanks for the callout! Should be fixed to remove the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
No response
Describe your question in detail.
The facuet api on testnet is not correct, it seems, spec is out of date. Can you help to clarify faucet api spec?
Also when I looking into
FaucetClient
in CLI it use another url spec. Which one is correct?What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
e.g.
heathcheck api, I call it accordign to https://faucet.testnet.aptoslabs.com/spec#/operations/root, and it returns 404, if I remove

/v1
, then it returnstap:ok
, indicating the spec is incorrect vs deployed one.fund api https://faucet.testnet.aptoslabs.com/spec#/operations/fund
It returns error
{'message': 'not found', 'error_code': 'WebFrameworkError', 'rejection_reasons': [], 'txn_hashes': []}
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
REST API
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions