Open pyinto opened 4 years ago
got execution error: Error: Error: An error occurred. (-1743) on this row: const frontmost_app_name = Application('System Events').applicationProcesses.where({ frontmost: true }).name()[0]
execution error: Error: Error: An error occurred. (-1743)
const frontmost_app_name = Application('System Events').applicationProcesses.where({ frontmost: true }).name()[0]
hey, there might be more error log statements before/after the ones you posted here? Possible to post those? I can't tell what went wrong on your machine with these, sorry.
got
execution error: Error: Error: An error occurred. (-1743)
on this row:const frontmost_app_name = Application('System Events').applicationProcesses.where({ frontmost: true }).name()[0]