-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The link to the Trolli live demo in the gallery is broken #1553
Comments
Related issue: flet-dev/examples#87 |
Just a simple debug, app.page was cleared after page.update in main.py (line:83): git diff main.py diff --git a/python/apps/trolli/src/main.py b/python/apps/trolli/src/main.py
(flet1) P:\prj\python\flet\examples\python\apps\trolli\src>python main.py |
i also have same problem
page {'id': 'page', 'route': '/', 'pwa': 'false', 'web': 'false', 'debug': 'false', 'platform': 'windows', 'platformbrightness': 'light', 'width': '0.0', 'height': '0.0', 'windowwidth': '1280.0', 'windowheight': '720.0', 'windowtop': '10.0', 'windowleft': '10.0', 'clientip': '', 'clientuseragent': '', 'title': 'PIPE ALL', 'thememode': 'light', 'fonts': '{"Pacifico":"Pacifico-Regular.ttf"}', 'theme': '{"color_scheme_seed":"blue","visual_density":"standard","page_transitions":{"windows":"cupertino"}}'} suddenly page is changed to none type |
Trolli has been temporarily removed from Gallery for "restoration" 😎 |
This page still links to the demo: https://flet.dev/docs/tutorials/trello-clone same error |
Description
Visiting the Trolli live demo at https://gallery.flet.dev/trolli/#/ results in an error page as shown in the screenshot below.
Code example to reproduce the issue:
N.A.
Describe the results you received:
Describe the results you expected:
The Trolli app should load.
Additional information you deem important (e.g. issue happens only occasionally):
The link in the GH repo works: https://flet-trolli.fly.dev/#
Flet version (
pip show flet
):N.A.
Operating system:
Windows 10 Home
Additional environment details:
Firefox 115
The text was updated successfully, but these errors were encountered: