You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For us this reproduces 100% reliably, but we know of others who are running this gateway where the call does work; it’s unclear what the problem is, but I don’t know how to narrow this down any further.
This could be related to #161 as well, which looks like a similar hang.
ACTUAL RESULTS
Nothing happens. With a websocket, there is still no response after 5 minutes. With Curl without --speed-time (which specifies a timeout in seconds), it also just hangs indefinitely, until I kill it after ~10 minutes.
Describe what actually happened. If possible run with extra verbosity (-vvvv)
If I run emerald-web3-gateway with -vvvv, it just prints its version. But we do run with
log:
level: debugformat: json
in the config.
EXPECTED RESULTS
We get a response to the RPC call within a few seconds. Or at least some log message about what is going on.
The text was updated successfully, but these errors were encountered:
SUMMARY
The following call hangs indefinitely. This happens both on the http RPC port, and when using a websocket.
In the logs, we can see this immediately after initiating the call:
Afterwards it also logs this, but I’m not sure it is related:
Our log level is set to
debug
.ISSUE TYPE
STEPS TO REPRODUCE
For us this reproduces 100% reliably, but we know of others who are running this gateway where the call does work; it’s unclear what the problem is, but I don’t know how to narrow this down any further.
This could be related to #161 as well, which looks like a similar hang.
ACTUAL RESULTS
Nothing happens. With a websocket, there is still no response after 5 minutes. With Curl without
--speed-time
(which specifies a timeout in seconds), it also just hangs indefinitely, until I kill it after ~10 minutes.If I run
emerald-web3-gateway
with-vvvv
, it just prints its version. But we do run within the config.
EXPECTED RESULTS
We get a response to the RPC call within a few seconds. Or at least some log message about what is going on.
The text was updated successfully, but these errors were encountered: