You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo and run the main file and got the below error.
The error:
PS C:\Users\admin\trolli> & C:/Python311/python.exe c:/Users/admin/trolli/trolli/src/main.py
Unhandled error processing page session : Traceback (most recent call last):
File "C:\Users\admin\AppData\Roaming\Python\Python311\site-packages\flet_runtime\app.py", line 363, in on_session_created
session_handler(page)
File "c:\Users\admin\trolli\trolli\src\main.py", line 207, in main
app.initialize()
File "c:\Users\admin\trolli\trolli\src\main.py", line 87, in initialize
self.page.go("/")
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'go'
The text was updated successfully, but these errors were encountered:
Jawangana1
changed the title
AttributeError: 'NoneType' object has no attribute 'go'
AttributeError: 'NoneType' object has no attribute 'go' [Trillo app]
Nov 23, 2023
flet 0.12.1
Python 3.11
Windows
IDE vscode
I cloned the repo and run the main file and got the below error.
The error:
The text was updated successfully, but these errors were encountered: