Difference between revisions of "Failed trades"

From Bisq Wiki
Jump to navigation Jump to search
(Trades can't be unfailed anymore, redirected)
Tag: New redirect
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Certain conditions make it so that a trade can fail when using Bisq. Prior to [https://github.com/bisq-network/bisq/releases/tag/v1.3.2 v1.3.2] it was not possible to unfail a trade.
+
#Redirect[[Failed_Trades_-_Reimbursement_of_Trade_Fees_and_Miner_Fees]]
 
 
== Unfail a failed trade ==
 
 
 
In many cases a failed trade can be unfailed by doing the following(v1.3.2):
 
 
 
# Select the failed trade in the <code>Failed trade</code> tab.
 
# Press <code>ctrl+y</code> or <code>cmd+y</code> on a Mac.
 
# Bisq will verify certain parameters and re-open the trade if possible.
 
# If the trade cannot be unfailed (see errors below) you can submit a fee reimbursement request [https://github.com/bisq-network/support/issues here]
 
 
 
 
 
=== Errors for trades which <ins>can</ins> be unfailed ===
 
 
 
Error 1:
 
<nowiki>An error occurred at task: BuyerVerifiesFinalDelayedPayoutTx
 
  DelayedPayoutTx is not spending depositTx correctly</nowiki>
 
 
 
Error 2:
 
<nowiki>An error occurred at task: BuyerVerifiesPreparedDelayedPayoutTx
 
  Donation address is invalid.
 
  Address used by BTC seller: 3EtUWqsGThPtjwUczw27YCo6EWvQdaPUyp
 
  Recent donation address:3A8Zc1XioE2HRzYfbb5P8iemCS72M6vRJV
 
  Default donation address: 1BVxNn3T12veSK6DgqwU4Hdn7QHcDDRag</nowiki>
 
 
 
Error 3:
 
<nowiki>This trade cannot be moved back to open trades at the moment.
 
  Try again after completion of trade(s)
 
  17879-0009-98484393-2394924</nowiki>
 
 
'''Note: Caution must be used when dealing with ERROR 3. This is generated when an open trade is using the same bitcoin address as a failed trade. If the failed trade has locked funds then    you must first cancel the open trade, you may then attempt to unfail the failed trade, complete it and re-open a new trade if wanted.'''
 
 
 
 
 
=== Errors for trades which <ins>cannot</ins> be unfailed ===
 
 
 
 
 
* <code>No valid deposit tx</code> - To verify if your <code>Deposit transaction ID</code> is valid click [https://bisq.wiki/Deposit_tx here]
 
* <code>Null delayedpayout tx</code> - It may be possible to unfail a trade with this error by starting Bisq with the following argument: <code>--allowFaultyDelayedTxs=true</code>
 
                                        ''For more information on how to run Bisq from the command line click [https://bisq.wiki/Dump_Delayed_Payout_Txs here]''
 

Latest revision as of 11:04, 27 November 2023