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
I am encountering a recurring error with Samourai Server when it attempts to interact with Bitcoin Core. The error log shows the following message repeatedly:
2024-11-03T22:15:46Z ERROR Bitcoind RPC : LatestBlock.onBlockHash()
{ code: -32600, message: 'jsonrpc field must be a string' }
Start Samourai Server and Bitcoin Core. Observe the error messages in the Samourai Server logs.
Expected Behavior:
Samourai Server should interact with Bitcoin Core without JSON-RPC field errors.
Actual Behavior:
The server logs an error indicating that the jsonrpc field must be a string, preventing normal operation.
Troubleshooting Attempts:
Checked configuration files for JSON-RPC formatting issues.
Ensured jsonrpc field is set to "2.0" in any relevant configurations.
Restarted both Samourai Server and Bitcoin Core.
Additional Information:
This error may indicate an incompatibility between the versions of Samourai Server and Bitcoin Core, or a possible configuration issue with JSON-RPC fields.
The text was updated successfully, but these errors were encountered:
Hey @nmfretz , I understand you probably have a lot on your plate. I just wanted to gently remind you about this issue in case it got overlooked. The app has been broken for over two weeks, and I’d greatly appreciate an update when you have the chance. Thank you for your time and effort!
Description:
I am encountering a recurring error with Samourai Server when it attempts to interact with Bitcoin Core. The error log shows the following message repeatedly:
See also here:
https://community.umbrel.com/t/samourai-broken-after-upgrade-bitcoin-core-to-28-0/19811
Steps to Reproduce:
Start Samourai Server and Bitcoin Core. Observe the error messages in the Samourai Server logs.
Expected Behavior:
Samourai Server should interact with Bitcoin Core without JSON-RPC field errors.
Actual Behavior:
The server logs an error indicating that the
jsonrpc
field must be a string, preventing normal operation.Troubleshooting Attempts:
Additional Information:
This error may indicate an incompatibility between the versions of Samourai Server and Bitcoin Core, or a possible configuration issue with JSON-RPC fields.
The text was updated successfully, but these errors were encountered: