SoundFlow can't display a dialog - Filed by AScheps
System Information
SoundFlow 5.10.4
OS: darwin 22.6.0
ProductName: macOS
ProductVersion: 13.6.1
BuildVersion: 22G313
Steps to Reproduce
- use sf.interaction.displayDialog to display a dialog
Expected Result
Should display a dialog
Actual Result
Error -1743
Workaround
None
Other Notes
Example code below
Links
User UID: iJ88MwOGPeZuBO4xwzr3X2pKONJ3
Feedback Key: sffeedback:iJ88MwOGPeZuBO4xwzr3X2pKONJ3:-OTXy9YzGtg-BQ63IWi7
Feedback ZIP: h6zZaBgbNQJz+/hqt/FMJEUaTWv3xJBcirTHiI8/ZHW3KWpKrPYztxwFccgIK08EhJW/oaMLkgiTuAduCDQC6atWoGk1lonp88p1u5/GeeF9l0BKV7BnvM+VazRzOuL+NXZUXJwj3h9m+bjKyzj+WkyBSPfTM8Kq6JHMp1umWSNmhrqnH7SdHqPHZpZN89g4gLO1kDfeD1ESKzqyxXZ65if3/wNNF2hUbFni2QElnjDB14wCo1PnJW2Jg+8sgjZS0WhmUcAOfNnpeRgsYwg64EsAE/c1VDa/VFHMkKH2xisABXx+CrP4yuGTkU+tn3wBFMnuUy/N0m1wDHii4omwGRcACh7+tuq+cBjITFWUw3E=
- BBjarne Stensli @Bjarne_Stensli
sf.interaction.displayDialog({ title: 'Dialog', prompt: 'Hello', buttons: ['Cancel', 'OK'], defaultButton: 'OK', cancelButton: "Cancel", });
- In reply toBjarne_Stensli⬆:Christian Scheuer @chrscheuer2025-06-24 17:31:35.753Z
This is likely a macOS permissions issue since the implementation uses AppleScript to control System Events. If this is never accepted or denied at any point, displaying dialogs will currently fail.
Andrew Scheps @Andrew_Scheps
That's what I thought. I looked at all of the system settings for SoundFlow and couldn't find anything wrong and toggled them anyway. How would you reset them completely?
Christian Scheuer @chrscheuer2025-06-24 18:02:36.184Z
Search for
tccutil
on the forum or try this:Andrew Scheps @Andrew_Scheps
@Bjarne_Stensli , check these out and hopefully that should fix it!
Thanks @chrscheuer !
- BIn reply toBjarne_Stensli⬆:Bjarne Stensli @Bjarne_Stensli
Hi
Yes, it works.
THANK YOU SO MUCH!!Have a nice summer
Bjarne Stensli
Andrew Scheps @Andrew_Scheps
Hooray!!!