-
Notifications
You must be signed in to change notification settings - Fork 248
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
[BUG] Wallet GUI crashes after multiple offer submissions #2455
Comments
Is there anything displayed additionally in the developer tools console? Izumi can u take a look at this, maybe there is a global or something shared between multiple submissions. |
I haven’t had this issue repeated, so I don’t have access to the dev tools logs output. I’ll add them to this ticket if/when the bug surfaces again. |
I'm investigating the code to reproduce this issue. |
I tried to reproduce this issue by intentionally rasing an exception in I'm suspecting that actually GUI crashed with successful |
Fixed this issue by #2476 |
Awesome, never occurred to that my offers may have been invalid. Thank you @ChiaMineJP 💪 |
Thanks guys! |
What happened?
Playing around with some cats on Dexie lead me to this situation:
This happened when I posted multiple offers one after another. The GUI keeps crashing on this error after restarting the app, but after a while the the issue goes away. My guess is this is a problem with the wallet not handling an error from the backend correctly.
See logs below.
Version
2.4.3
What platform are you using?
macOS
What ui mode are you using?
GUI
Relevant log output or stacktrace
The text was updated successfully, but these errors were encountered: