monero-lws icon indicating copy to clipboard operation
monero-lws copied to clipboard

Impossible to send Monero: Key "relayed" missing from object.

Open serhack opened this issue 4 years ago • 4 comments
trafficstars

I'm still testing lightwallet server daemon and via a workaround (yes, now it's totally a workaround, aka commenting the error) for #15 issue, I tried to send some Monero to another address from stagenet. I'm using OpenMonero frontend with a custom configuration.

The problem is that when daemon receives the transaction from the call submit_raw_tx, the following error appeared: E Exception at [connection<t_protocol_handler>::handle_read], what=Key "relayed" missing from object.

serhack avatar Feb 26 '21 15:02 serhack

The daemon is returning an error response that wasn't being properly handled. The latest version should provide the error message that the server was sending. The daemon logs may also have the issue.

Most likely its a double-spend due to the other issue you are having.

vtnerd avatar Mar 04 '21 04:03 vtnerd

Server returned RPC error: invalid output with code 1 called from rest_server.cpp:643

At least now API throws an error! Last time, the call went into timeout and it was not possible to see if the action was performed successfully from the frontend.

serhack avatar Mar 05 '21 14:03 serhack

This is likely an issue on the wallet side. Run set_log 2 on the daemon to get some detailed info on why the daemon is rejecting it. There will be lots of stuff spammed to console, so look for an error involving an output. Most likely the wallet you are using has not been upgraded to create CLSAG outputs, which monero-lws can't resolve.

vtnerd avatar Apr 16 '21 16:04 vtnerd

Is this resolved?

vtnerd avatar Jun 01 '22 23:06 vtnerd

I think this was resolved, if not ping to re-open.

vtnerd avatar Nov 07 '23 20:11 vtnerd