-
Notifications
You must be signed in to change notification settings - Fork 123
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
Panic: Response JSON should have an id #9314
Comments
Do we know what lightwalletd sent to zebra to cause the panic? |
Not yet, I can try to add some logging and track it down but it will be in around two weeks out once my schedule opens up a bit. |
I can't seem to reproduce this. Do you have the lightwalletd version and logs? |
I have reproduced this in Zallet's JSON-RPC (which was based on zebra/zebra-rpc/src/server/rpc_call_compatibility.rs Lines 54 to 62 in f0140a4
|
This is ZcashFoundation/zebra#9314 (the code in question was reused in Zallet).
One of our Zebra v2.2.0 mainnet servers is panicking in production. Lightwalletd is its only client.
The crash only occurs if lightwalletd is running before Zebra starts, pointed at Zebra's RPC. If lightwalletd is started after Zebra is running the panic does not occur.
It is crashing over and over again with the following logs:
Error
Metadata
Backtrace
The text was updated successfully, but these errors were encountered: