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

Request failed with status code 503 for EOA test mode. #217

Open
kyonRay opened this issue Apr 24, 2024 · 2 comments
Open

Request failed with status code 503 for EOA test mode. #217

kyonRay opened this issue Apr 24, 2024 · 2 comments

Comments

@kyonRay
Copy link

kyonRay commented Apr 24, 2024

Hi, I encountered a 503 error when testing the local chain. Can you tell me why?

pandoras-box -url http://127.0.0.1:8545 -m "erupt oven loud noise rug proof sunset gas table era dizzy vault" -t 100 -b 5000 -o ./myOutput.json

💸 Fund distribution initialized 💸

Cycle Cost Table:
┌──────────────────────────┬──────────────────────┐
│ Name                     │ Cost [eth]           │
├──────────────────────────┼──────────────────────┤
│ Required acc. balance    │ 0.0100000000021      │
├──────────────────────────┼──────────────────────┤
│ Single distribution cost │ 0.000000000000000001 │
└──────────────────────────┴──────────────────────┘

Fetching sub-account balances...
progress [████████████████████████████████████████] 100% | ETA: 0s | 10/10
✅ Accounts are fully funded for the cycle

Gathering initial account nonces...
progress [████████████████████████████████████████] 100% | ETA: 0s | 10/10
✅ Gathered initial nonce data

Chain ID: 0
Avg. gas price: 0x5208

Constructing value transfer transactions...
progress [████████████████████████████████████████] 100% | ETA: 0s | 100/100
✅ Successfully constructed 100 transactions

Signing transactions...
progress [████████████████████████████████████████] 100% | ETA: 0s | 100/100
✅ Successfully signed 100 transactions

⚡️ EOA to EOA transfers initialized ️⚡️

Sending transactions in batches...
progress [████████████████████████████████████████] 100% | ETA: 0s | 1/1⛔️ Request failed with status code 503

✅ 1 batch sent
⚠️️ No stat data to display

💾 Saving run results initialized 💾

✅ Run results saved to ./myOutput.json
@kyonRay
Copy link
Author

kyonRay commented Apr 24, 2024

By the way, the last HTTP request and response is this, which captured by wireshark.

request:

image

response:

image

@Vitomir2
Copy link

Vitomir2 commented Jul 4, 2024

Hi @kyonRay,

You should be seeing also the response on the node's end, right? I realized that when encountering an error using the
tool, it will usually come from the node, so, check when your node returns error 503.

Anything else you can try is to clone the repo locally and build it. Then, just run and debug it :)

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