Post
Share your knowledge.
0xduckmove3014
Jun 30, 2025
Expert Q&A
Is the testnet server down?
0|pictor-node | SuiHTTPStatusError: Unexpected status code: 503
0|pictor-node | at SuiHTTPTransport.request (/home/ubuntu/pictor-backend-nodejs/node_modules/@mysten/sui/src/client/http-transport.ts:113:10)
0|pictor-node | at processTicksAndRejections (node:internal/process/task_queues:105:5)
0|pictor-node | at SuiClient.getNormalizedMoveFunction (/home/ubuntu/pictor-backend-nodejs/node_modules/@mysten/sui/src/client/client.ts:397:10)
0|pictor-node | at /home/ubuntu/pictor-backend-nodejs/node_modules/@mysten/sui/src/experimental/transports/json-rpc-resolver.ts:267:17
0|pictor-node | at async Promise.all (index 0)
0|pictor-node | at normalizeInputs (/home/ubuntu/pictor-backend-nodejs/node_modules/@mysten/sui/src/experimental/transports/json-rpc-resolver.ts:264:3)
0|pictor-node | at resolveTransactionData (/home/ubuntu/pictor-backend-nodejs/node_modules/@mysten/sui/src/experimental/transports/json-rpc-resolver.ts:33:3)
0|pictor-node | at /home/ubuntu/pictor-backend-nodejs/node_modules/@mysten/sui/src/transactions/resolve.ts:68:3
0|pictor-node | at /home/ubuntu/pictor-backend-nodejs/node_modules/@mysten/sui/src/transactions/Transaction.ts:764:5
0|pictor-node | at _Transaction.runPlugins_fn (/home/ubuntu/pictor-backend-nodejs/node_modules/@mysten/sui/src/transactions/Transaction.ts:786:3) {
0|pictor-node | status: 503,
0|pictor-node | statusText: 'Service Unavailable'
0|pictor-node | }
- Sui
- Architecture
1
3
Share
Comments
Answers
3MoonBags2467
Jun 30 2025, 18:50Yes it is, check this website https://status.sui.io/
8
Best Answer
Comments
Kenshi770
Sep 7 2025, 21:46A 503 error means the Sui RPC node you're connecting to is temporarily unavailable, likely due to overload, maintenance, or a temporary outage. You should try retrying the request after a short delay, or consider using a different RPC endpoint if the issue persists.
10
Comments
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
1279Posts4408Answers
Bounty Posts
- How to Maximize Profit Holding SUI: Sui Staking vs Liquid Staking616
- Why does BCS require exact field order for deserialization when Move structs have named fields?65
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution55
- Sui Move Error - Unable to process transaction No valid gas coins found for the transaction419
- Sui Transaction Failing: Objects Reserved for Another Transaction410