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
One other addition to this problem.
I realized that when premiere runs under a different user on windows, it will be picked up too...
Is this sth that could be avoided to check for the current user and only use the pids from him ?
I am getting a lot of
<class 'IndexError'>: list index out of range
Errors when using the is_premiere_running() check.
in exe_utils line 124 onward I changed the current state to this
to overcome the issue that the findall fails and then no index [0] can be pulled.
I can make a PR if this is wanted.
The text was updated successfully, but these errors were encountered: