-
Notifications
You must be signed in to change notification settings - Fork 94
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
add hostname or IP to error message from RPC nodes #914
Comments
collected more possible errors from BEP20 RPC nodes:
|
found this: https://community.binance.org/topic/4556/change-the-public-node-if-you-meet-issues-of-accessing-bsc |
we have the problem again with slow public RPC nodes, this time on Polygon |
I'll try to add the URL to as many places as possible today. |
* Refactor common crate * Add SlurpError * Refactor slurp_req, slurp_url so they return SlurpResult * Replace slurp functions into native/wasm common::transport * Replace native executor mod into native_executor.rs * Rename executor.rs into wasm_executor.rs * Replace wio mod from common.rs into wio.rs * Sync changes with 'telegram_bot_notification' * Return fetch_json, post_json to transport.rs * Add slurp_post_json in WASM and native * Log warning if a Web3 request timed out * Add an RPC url to a Web3 transport parsing error
i started to get "403 Forbidden" errors from some BEP20 RPC nodes, but i can't see from which one, the error message on mm2 does not contain the hostname or IP:
can it be added to the error message, so i can replace the "faulty" server?
i use
\"urls\":[\"https://bsc-dataseed.binance.org\",\"https://bsc-dataseed1.defibit.io\",\"https://bsc-dataseed1.ninicoin.io\"]
The text was updated successfully, but these errors were encountered: