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
{{ message }}
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
Unhandled error processing page session HzOzQxNQk2phflRB: Traceback (most recent call last):
File "L:\projects\testes\venv\Lib\site-packages\flet_web\fastapi\flet_app.py", line 138, in __on_session_created
await self.__session_handler(self.__page)
File "L:\projects\testes\scr4.py", line 54, in main
await page.update_async()
File "L:\projects\testes\venv\Lib\site-packages\flet\core\control.py", line 332, in update_async
self.__page
AssertionError: Page Control must be added to the page
And I noticed that start_recording_async, which is invoked in the example, does not exist anywhere in the repository at all.
The example:
results:
And I noticed that
start_recording_async, which is invoked in the example, does not exist anywhere in the repository at all.