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 am currently building a video conversion app using Flet. Internally, I am using a Python module that calls ffmpeg.
The app works perfectly when I run it with flet run, but after building it with flet build macos and running the generated app, it seems to encounter an error and does not function properly.
I would like to check the logs (such as print statements) from the code, but is there a way to view the logs of the app after it has been built?
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
I am currently building a video conversion app using Flet. Internally, I am using a Python module that calls ffmpeg.
The app works perfectly when I run it with flet run, but after building it with flet build macos and running the generated app, it seems to encounter an error and does not function properly.
I would like to check the logs (such as print statements) from the code, but is there a way to view the logs of the app after it has been built?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions