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

$$$ #845

Closed
Lippertt opened this issue Apr 6, 2022 · 1 comment · Fixed by #816
Closed

$$$ #845

Lippertt opened this issue Apr 6, 2022 · 1 comment · Fixed by #816

Comments

@Lippertt
Copy link

Lippertt commented Apr 6, 2022

I am using a light node v1.1.7, when sending requests to GetBalance, the following error occurs:
WARN [01-06|17:29:47.817] Served eth_getBalance reqid=1 t=3.0091902s err="getDeleteStateObject (295e26495cef6f69dfa69911d9d8e4f3bbadb89a) error: no suitable peers available"

before that there were such errors:
WARN [01-06|14:33:28.035] Served eth_call reqid=1 t=21.046081163s err="execution aborted (timeout = 5s)" X-Forwarded-For=nil

net.peerCount returns 16.
firewall is inactive.

started geth with arguments:
--config=D:\config.toml --metrics --metrics.addr 0.0.0.0 --cache 8192 --syncmode light --diffsync

@madhan5447
Copy link

madhan5447 commented Apr 20, 2023

@Lippertt

I am using a light node v1.1.7, when sending requests to GetBalance, the following error occurs: WARN [01-06|17:29:47.817] Served eth_getBalance reqid=1 t=3.0091902s err="getDeleteStateObject (295e26495cef6f69dfa69911d9d8e4f3bbadb89a) error: no suitable peers available"

before that there were such errors: WARN [01-06|14:33:28.035] Served eth_call reqid=1 t=21.046081163s err="execution aborted (timeout = 5s)" X-Forwarded-For=nil

net.peerCount returns 16. firewall is inactive.

started geth with arguments: --config=D:\config.toml --metrics --metrics.addr 0.0.0.0 --cache 8192 --syncmode light --diffsync

are you fix this issue now am also facing this issue how to rectify this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment