Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zacharybutler
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant