-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unable to proceed in trade BUG #4864
Comments
Thanks for opening your first issue here! |
Thanks for reporting this. Logfiles are always helpful and appreciated. Alternatively you could open terminal and use the following command to watch the log file, then press Payment made and see what errors are reported.
|
bisq.log Hey, here are the logfiles out of an new bisq backup, hope they help in finding the issue |
From looking at the logs and recreating this scenario in test, it seems to me that your peer
|
Ok thank you then i will open a mediation if time runs out. But it is unclear to me why it doesnt accept when i press on "Payment made" and switches constantly between trading step 2 and 3, could this be also because the seller is offline or is this a bug? |
In terms of the trading protocol, it appears to be operating properly, i.e. attempting to deliver We can leave this issue open so that it can be addressed when resources become available. |
Yes, the trade has now been fulfilled and the seller could send me the funds even though it looked otherwise on my client, as you say seems like a UI only glitch. Thank you for your help. |
When seller if offline we resend the CounterCurrencyTransferStartedMessage at startup. That caused the trade state set to BUYER_SENT_FIAT_PAYMENT_INITIATED_MSG and then after the msg was stored in mailbox to BUYER_STORED_IN_MAILBOX_FIAT_PAYMENT_INITIATED_MSG. Those 2 msg trigger diff. UI states which led to the UI glitch that the UI moved to step 2 and then to step 3 which was correct but confusing to the user. Now we only apply BUYER_SENT_FIAT_PAYMENT_INITIATED_MSG is trade state ordinal is smaller avoiding that UI glitch.
Fixed with #4885 |
Nice |
Description
I cant proceed in my trade because it doesnt accept when i press "Payment made". It suddenly switches between trading step 2 and 3 and doesnt stay. I think the counterparty (seller) doesnt see the trade as payment done and we arent able to process in the trade. Did SPV resync but it didnt help.
Version
1.5.0
Steps to reproduce
Do sepa trade, press "Payment made" and it switches randomly between step 2 and 3 and doesnt stay. Also when i restart bisq it is always back at step 2 until i press "payment made" several times then it switches between 2 and 3 again.
Expected behaviour
I expected it to go to step 3 so the seller can send me the funds i bought of him.
Actual behaviour
Switches back and forth between step 3 and 2 and we cant complete the trade
Screenshots
Device or machine
Lenovo Laptop with Ubuntu 20.04.1 LTS, Core i7, 8gb ram, 1gbit/s internet connection
Additional info
Can provide log file if it helps
The text was updated successfully, but these errors were encountered: