[ISSUE] Please wait while the application is re-connecting... #3227
Unanswered
kitoheedong
asked this question in
Q&A
Replies: 1 comment
-
first, try updating your Flet package to the latest version using |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I made flet based GUI program for windows local application.
[code for running the flet]
if name == 'main':
flet.app(target=main, assets_dir="assets")
Everythings working fine at the beginning. However, at some point, it shows below window and stops working.

[versions]
python version: 3.7
flet version: 0.7.4
What am I supposed to do?
Beta Was this translation helpful? Give feedback.
All reactions