Error-Flet #4797
Unanswered
softscorpion
asked this question in
Packages
Error-Flet
#4797
Replies: 1 comment
-
Hola - Tienes el código para eso? Es difícil depurar solo con la salida del terminal. Sería genial si pudieras compartir un ejemplo mínimo reproducible. English: Please share a minimal reproducible example, it is difficult to debug from the terminal alone. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hola a todos saludos...
alguien tiene problemas con flet despues de levantar la pagina web como esto:
Necesito una ayuda por favor. A alguien más le aparece este error y sabe como solucionar lo me aparece a cada rato. 😪 No me afecta en la ejecución pero no sé que que quiere decir con esto ya no se que hacer...
Future exception was never retrieved
future: <Future finished exception=AttributeError("'NoneType' object has no attribute '_build_add_commands'")>
Traceback (most recent call last):
File "C:\Users\USUARIO\AppData\Local\Programs\Python\Python311\Lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USUARIO\Documents\proyectos\EasyPro\env\Lib\site-packages\flet_core\page.py", line 944, in wrapper
handler(*args)
File "C:\Users\USUARIO\Documents\proyectos\EasyPro\env\Lib\site-packages\flet_route\routing.py", line 151, in change_route
self.page.update()
File "C:\Users\USUARIO\Documents\proyectos\EasyPro\env\Lib\site-packages\flet_core\page.py", line 719, in update
r = self.__update(self)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\USUARIO\Documents\proyectos\EasyPro\env\Lib\site-packages\flet_core\page.py", line 833, in __update
commands, added_controls, removed_controls = self.__prepare_update(*controls)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USUARIO\Documents\proyectos\EasyPro\env\Lib\site-packages\flet_core\page.py", line 849, in __prepare_update
control.build_update_commands(
File "C:\Users\USUARIO\Documents\proyectos\EasyPro\env\Lib\site-packages\flet_core\control.py", line 480, in build_update_commands
innerCmds = ctrl._build_add_commands(
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute '_build_add_commands'
Beta Was this translation helpful? Give feedback.
All reactions