Can a flet application only work "sometimes"? #1253
Unanswered
mmartinortiz
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Sorry, you are running on Ubuntu. I've deleted my comment. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I am developing a very small application using
flet
. My systems looks like:On Saturday I was writing some code. It worked, I committed it and pushed it. You can find it here. Switched off the computer. On Monday, I started working again but the following situation happened:
FilePicker
dialog never showed upFilePicker
showed up but the selected folder was never returnedOn Tuesday (today) I tried again without changes in my code and then:
This is a situation that I do not understand. When running the application with
flet -vv
nothings is shown in the terminal. Moreover, I discovered another difference regarding Saturday:initial_directory
property is ignoredinitial_directory
property works as expectedThere have been other updates on the system, but those are normal updates from Ubuntu.
What would be the reasons for this situation to happen?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions