Replies: 1 comment 1 reply
-
|
Hello @steweg. Thanks for the report. I think you got a big one. This appears to be a race-condition where when the Outbox is just about to enqueue the updates into sending, the update is gone because You may use AI tools to help you "bisect" your way into just the offending code. Process goes:
Thank you! CC: @falkoschindler |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Example Code
I don't have exact example of code. I can reproduce the issue on my PC, but I am not able to create simplified version of code to demonstrate the issue and cannot really share whole application code here.
Description
Hi,
I am getting weird errors from nicegui, which I am not sure what can cause this nor how to properly troubleshoot it. Here is and output which I am getting:
I understood what is the issue itself, but this is just a consequence and I wanted to find out the root cause. I have only very limited idea on how it can actually happen, so I would really appreciate some guidance or if you have experience with such a issue, feel free to provide some hints. My best guess was that it is something related multi-threading, where
io_boundthread accidentally triggers something on UI element itself, but I am not yet able to confirm nor deny it.Any ideas? Thanks
NiceGUI Version
3.1.0
Python Version
3.10.12
Browser
Firefox
Operating System
Linux
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions