flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
9.43k stars 360 forks source link

[ISSUE] Please wait while the application is re-connecting... #3198

Closed heedongrichrich closed 1 week ago

heedongrichrich commented 2 weeks ago

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. image

[versions] python version: 3.7 flet version: 0.7.4

What am I supposed to do?

vv2006-mc commented 2 weeks ago

first, try updating your Flet package to the latest version using pip install --upgrade flet and try again