This repository was archived by the owner on Mar 28, 2023. It is now read-only.
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Empty Error when Accepting Offline Order Leaves Order Broken #1452
Open
Description
An IPFS rebase node made an offline order to a 2.3 node.
When the 2.3 node was started, it detected the order and attempted to accept it (ob/orderconfirmation).
The client showed an empty error, which usually means a status of 500 was returned with no data. I didn't have the dev console up when this happened to see what the exact result was.
When I retried accepting the order with the dev console active, the error became "reason": "No unspent transactions found to fund order"
.
The order is now stuck in that state.