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
Instead, I expect more information on why it fails. It seems that the underlying error is not passed to the error printed.
In my scenario, the API returns {"error":{"code":-32601,"message":"method 'header.Subscribe' not supported in this mode (no out channel support)"},"id":1,"jsonrpc":"2.0"} because the node was not fully synced.
Forwarding the error is important for the user of prism to be able to debug issues properly.
The text was updated successfully, but these errors were encountered:
distractedm1nd
changed the title
Uninformative Error When DA Node Connection Fails
docs: improve Error When DA Node Connection Fails
Jan 20, 2025
prism/crates/node_types/prover/src/prover/mod.rs
Line 148 in 2666b43
When starting the prover and the connection with the DA node fails the logs show the following:
Instead, I expect more information on why it fails. It seems that the underlying error is not passed to the error printed.
In my scenario, the API returns
{"error":{"code":-32601,"message":"method 'header.Subscribe' not supported in this mode (no out channel support)"},"id":1,"jsonrpc":"2.0"}
because the node was not fully synced.Forwarding the error is important for the user of prism to be able to debug issues properly.
The text was updated successfully, but these errors were encountered: