criticus icon indicating copy to clipboard operation
criticus copied to clipboard

Fix issue where filepicker and directorypicker buttons were not working on macos

Open zacharybutler opened this issue 8 months ago • 0 comments

After adding a try/except statement in the on_running function, the buttons worked as expected, but I got the same error message in the terminal. With the help of chatgpt/Claude, I learned that the result of the getTask() function was returning Null, and so the .get wasn't able to access any of the properties it was looking for. I added a couple more edge cases for the if statement to wait for. The buttons and app seem to be working ok now without the continuous error messages due to my try/except addition.

zacharybutler avatar Apr 21 '25 21:04 zacharybutler