-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
appIsRunning applescript function no longer working in Catalina #47
Comments
Thanks for the feedback. I'll look into this and push a new update. Need to remember why that condition check was there :) |
can you elaborate if you moved that function entirely or just from those browsers. |
- Address issue #47 - Add Microsoft Edge support - Don't use 'sed' hack to set user name
Enabling Full Disk Access for "System Events" in System Preferences -> Privacy -> Full Disk Access then restart seems to fix the issue. |
can you disable that option and try the latest release I pushed recently and see if you get any errors? |
Yep, the new version also works with |
I seem to have this problem with workflow version 0.15.12 on macOS 10.15.5. I don't see System Events in the Full Disk Access permissions list either. |
are you get the same exact error message? |
Strangely enough, trying it today after the 10.15.5 Supplemental Update I no longer have the issue. Will keep an eye out for it, but please ignore for now. 😄 |
I'm on OS 10.15.3 and I was getting
'Error: osascript error: code exit code: 1
errors when trying to post urls.I tracked down the issue to the
appIsRunning
function call inget-current-url.applescript
. I removed that conditional for my browser and it works again.I suspect this is an issue with oascript permissions that has been effecting a lot of Catalina users lately. We need to find the correct permissions to grant or just remove that conditional.
The text was updated successfully, but these errors were encountered: