-
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
My offers (open offers, trade, history) are not displayed. #4844
Comments
Tracked this down to an edge case where at startup the user data files are persisted back to disk before they have been read. The app was closed within 3 seconds of starting, before persisted data had been read. Not sure why or how, perhaps user accidentally clicked close? I've not been able to reproduce this, as data is read extremely quickly at startup, usually before any human actions can be processed. As can be seen from this trimmed down log, ClosedTrades, FailedTrades, OpenOffers, PendingTrades are written before being read (other files were too, but I omitted from this excerpt for brevity).
Thanks to @MwithM for graciously providing logs. Instrumental to finding this issue. |
Thank you for letting me get a workaround to get my offers and its funds back online again. |
Fixed with #4907 |
Description
After Bisq start, there are no offers at open offers, open trades or history. I did not force close Bisq, but performed regular and small update to OS before shutting down laptop. Available funds are displayed, but there's no locked or reserved funds.
Version
v1.4.2
Tested after upgrade to v1.5 without results.
Expected behaviour
Display open offers, and two ongoing trades I have.
Device or machine
OpenSUSE Tumbleweed 20201121
Additional info
Logs are shared at Keybase, this issue is opened for register.
The text was updated successfully, but these errors were encountered: