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 searched the opened issues and there are no duplicates
Describe the bug
Task exception was never retrieved
future: <Task finished name='Task-104' coro=<__run_socket_server..on_event() done, defined at D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_runtime\app.py:217> exception=JSONDecodeError('Expecting value: line 1 column 1 (char 0)')>Traceback (most recent call last):
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_runtime\app.py", line 219, in on_event
await conn.sessions[e.sessionID].on_event_async(
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_core\page.py", line 905, in on_event_async
await handler(ce)
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_core\event_handler.py", line 18, in fn
ce = self.__result_converter(e)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_core\dismissible.py", line 122, in
self._on_confirm_dismiss = EventHandler(lambda e: DismissibleDismissEvent(e))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_core\dismissible.py", line 295, in init
d = json.loads(e.data)
^^^^^^^^^^^^^^^^^^
File "D:\program\python\Lib\json_init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\program\python\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\program\python\Lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Duplicate Check
Describe the bug
Task exception was never retrieved
future: <Task finished name='Task-104' coro=<__run_socket_server..on_event() done, defined at D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_runtime\app.py:217> exception=JSONDecodeError('Expecting value: line 1 column 1 (char 0)')>Traceback (most recent call last):
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_runtime\app.py", line 219, in on_event
await conn.sessions[e.sessionID].on_event_async(
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_core\page.py", line 905, in on_event_async
await handler(ce)
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_core\event_handler.py", line 18, in fn
ce = self.__result_converter(e)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_core\dismissible.py", line 122, in
self._on_confirm_dismiss = EventHandler(lambda e: DismissibleDismissEvent(e))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\workspace\code\account_center_h5.venv\Lib\site-packages\flet_core\dismissible.py", line 295, in init
d = json.loads(e.data)
^^^^^^^^^^^^^^^^^^
File "D:\program\python\Lib\json_init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\program\python\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\program\python\Lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Code sample
Logs
To reproduce
This bug is inevitable
Expected behavior
No response
Screenshots / Videos
Screenshots / Video demonstration
[Upload media here]
Operating System
Windows
Operating system details
window10
Flet version
0.23.2
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: