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
State changed: AudioState.COMPLETED
Unhandled error in'on_click' handler
Traceback (most recent call last):
File "C:\Users\31264\Desktop\Qyeai_flet0.7\.venv\Lib\site-packages\flet\messaging\session.py", line 193, in dispatch_event
await control._trigger_event(event_name, event_data)
File "C:\Users\31264\Desktop\Qyeai_flet0.7\.venv\Lib\site-packages\flet\controls\base_control.py", line 316, in _trigger_event
await event_handler()
File "c:\Users\31264\Desktop\Qyeai_flet0.7\Y_组件\音频播放示例.py", line 9, in play
await audio.play()
File "C:\Users\31264\Desktop\Qyeai_flet0.7\.venv\Lib\site-packages\flet_audio\audio.py", line 111, in play
await self._invoke_method(
...<2 lines>...
)
File "C:\Users\31264\Desktop\Qyeai_flet0.7\.venv\Lib\site-packages\flet\controls\base_control.py", line 271, in _invoke_method
return await self.page.session.invoke_method(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self._i, method_name, arguments, timeout
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "C:\Users\31264\Desktop\Qyeai_flet0.7\.venv\Lib\site-packages\flet\messaging\session.py", line 232, in invoke_method
raise RuntimeError(err)
RuntimeError: TimeoutException after 0:00:30.000000: Future not completed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
经过测试稳定版(0.28)没有这个问题,有问题的是0.7版本,第一次点击播放等待播放完毕,第二次点击就会报错。
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions