-
Notifications
You must be signed in to change notification settings - Fork 64
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
Laravel Error Monero Issue #13
Comments
the true error in the stack trace; "fail timeout json_rpc Error: Operation timed out after 8001 milliseconds" im going to suspect a default timeout of 8 set in CURLOPT_CONNECTTIMEOUT => 8, as the culprit. and adjust accordingly. RPC server seems to be taking 30 + seconds with the intensive logging on. this type of issue could end up being the solution to intermittent RPC connectivity between site and node. will close issue if successful. |
Correct solution; |
closed |
Hi.
Monero-integration
When I attempt to finalize transactions by pressing the purchase "mark as delivered" on order page the site returns
"error happened, try again later"
But The funds go through and all is correctly transferred and the error persists.
log/laravel
[TIME/DATE] local.ERROR: Purchase xxx :Request have return error: not enough money;
Request: {"jsonrpc":"2.0","method":"transfer","params":{"destinations":[{"amount":31543530000,"address":"4XXX"}],"mixin":6,"get_tx_key":true,"payment_id":"","account_index":0,"subaddr_indices":"","priority":2,"do_not_relay":false},"id":1};
Purchase wont finalize and mark delivered but the funds are sent. Cant mark sale as delivered on the site even though funds are sent to vendor successfully.
The text was updated successfully, but these errors were encountered: