frozen application in flet #4060
Replies: 3 comments 4 replies
-
Have you tried updating flet? Would you mind sharing your code for better understanding? |
Beta Was this translation helpful? Give feedback.
-
What Flet version are you on? Could you share some code? It looks like something might be trying to navigate to a value that doesn't exist (likely a page in whatever array you have setup). It is unusual that navigation seems to work, and then suddenly stop. Is there a particular page that you can't navigate to? Or a particular sequence that is breaking it? Normally I have my page change logic wrapped up in a class and I haven't noticed this problem.. but I would suspect that based solely on that error message, and without knowledge of your code, that you may be trying to hardcode navigate to page 25 and that that page doesn't exist? |
Beta Was this translation helpful? Give feedback.
-
Please read this: #1922 (comment) |
Beta Was this translation helpful? Give feedback.
-
Question
Good afternoon. I'm develop a app with flet, using a NavigationRail and multiple pages, to have many interfaces for the user. I'm using a lot of custom controls, and all the pages work fine, but recently, the app is freezing when switching between pages multiple times, but no obvious errors appear. Using the flet debug, the error message shown below appeared. What does this message mean and how can I resolve it? Thank you
Code sample
No response
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions