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 have previously created an app without any issue. However when I tried to do the same today, I am getting this error.
Traceback (most recent call last):
File "", line 40, in
File "", line 229, in run_module
File "", line 88, in _run_code
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/main.py", line 424, in
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/app.py", line 91, in app
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/app.py", line 128, in __app_sync
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/app.py", line 385, in __connect_internal_sync
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/sync_local_socket_connection.py", line 72, in connect
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/sync_local_socket_connection.py", line 158, in __connection_loop
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/sync_local_socket_connection.py", line 82, in __on_message
TypeError: RegisterWebClientRequestPayload.init() missing 1 required positional argument: 'media'
I am new to git and coding. Please let me know if you require more info
The text was updated successfully, but these errors were encountered:
Hello,
I have previously created an app without any issue. However when I tried to do the same today, I am getting this error.
Traceback (most recent call last):
File "", line 40, in
File "", line 229, in run_module
File "", line 88, in _run_code
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/main.py", line 424, in
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/app.py", line 91, in app
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/app.py", line 128, in __app_sync
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/app.py", line 385, in __connect_internal_sync
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/sync_local_socket_connection.py", line 72, in connect
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/sync_local_socket_connection.py", line 158, in __connection_loop
File "/var/folders/2v/_cn0vsc92ss3fvq34ndm1nk00000gn/T/serious_python_tempz9FFEv/pypackages/flet_runtime/sync_local_socket_connection.py", line 82, in __on_message
TypeError: RegisterWebClientRequestPayload.init() missing 1 required positional argument: 'media'
I am new to git and coding. Please let me know if you require more info
The text was updated successfully, but these errors were encountered: