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
When an application was started before Phoenix's start, I receive events (ex. 'windowDidOpen') as expected.
When I restart the application, I lose the ability to receive further events for the application. In Phoenix's logs appears: Error: Could not get process identifier for accessibility element (null). (-25201).
I think, at the moment when the application starts, some Phoenix logic can not properly acquire permissions from tccd and therefore attach observer for AX events.
If I restart Phoenix, I get back the ability to receive events for the application.
The text was updated successfully, but these errors were encountered:
@kasper Sorry for the delay. At the moment of the issue, I was working with the VS Code. Since then, because of lack of time, no made tests with other apps. Will come back, with more information ASAP.
@varp Thanks for reporting this! The root cause for this was actually a pretty substantial issue. Phoenix was trying to register the window events too early for newly launched apps. This should now be fixed.
When an application was started before Phoenix's start, I receive events (ex. 'windowDidOpen') as expected.
When I restart the application, I lose the ability to receive further events for the application. In Phoenix's logs appears:
Error: Could not get process identifier for accessibility element (null). (-25201)
.I think, at the moment when the application starts, some Phoenix logic can not properly acquire permissions from
tccd
and therefore attach observer for AX events.If I restart Phoenix, I get back the ability to receive events for the application.
The text was updated successfully, but these errors were encountered: