Replies: 4 comments
-
I reposted because the issue was transfered to discussion which to me is not the right place for bug |
Beta Was this translation helpful? Give feedback.
-
I added logging locally and I can see the freeze started right here, when the first error appeared. |
Beta Was this translation helpful? Give feedback.
-
@FeodorFitsner can you take a look at it please? |
Beta Was this translation helpful? Give feedback.
-
Honestly, I'm a bit concerned of running a code using shutil and subprocess on my machine. I don't have a sandbox environment though. I see What command do you use to run your program? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in #2175
Description
Hello there, Few weeks ago I created an issue about this but I was unable to isolate the issue, I created a repository containing just enough code to create my use case.
Very easy, there's few rows, clicks on the "start" buttons that will start fake jobs that only aims to fill the logs and create timers.
Click on the gear, wait few minutes and see that the apps suddenly stops refreshing and NO exception are raised.
Note: if you don't click on the gear, the application will never freeze.
Code example to reproduce the issue:
https://github.com/Soif2Sang/flet_bug
Describe the results you received:
The application stops refreshing, page.update() does not work anymore
Describe the results you expected:
page.update() to keep working
Flet version (
pip show flet
):This bug occurs for all flet above 0.7 (I did not test bellow)
Operating system:
Windows & mac suffers from this
Beta Was this translation helpful? Give feedback.
All reactions