Replies: 1 comment 1 reply
-
I see a similar behavior in my app. Especially right after the OAuth login redirects, which happen in the same browser tab using the following command.
Occasionally, the TimeoutError occurs, other times everything works out smooth. Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I have an async Flet app and I've noticed that sometimes
TimeoutError
occurs.For example, on
await page.client_storage.set_async(...)
, error:Timeout waiting for invokeMethod clientStorage:set
What does this error mean? Is it safe to be ignored? If not, how should it be handled?
Since I need to access the value being stored later on in the app, the absence of the value might break my app.
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions