Error in app-launcher.js
ScriptKit seems awesome so far! ...but when open the ScriptKit app (with "Cmd ;") and then hit the semicolon key again for the app launcher, it waits for a few seconds as if it's searching my apps, and then it give me an "Error in app-launcher.js" message that says 'Command failed: /Users/username/.kit/node_modules/file-icon/file-icon[{"appOrPID":"System/Applications/Stocks.app","size":48,"destination":"/Users/username/.kit/assets/app-launcher/icons/Stocks.app.png"}, .... It then goes on to list many other apps such as News.app, etc. The error message is too long to read and I can't seem to scroll or copy and paste it.
Any help you can provide?
Thanks!
@uniphonic What version of Mac are you on?
That error is probably due to trying to convert an icon, but the Stocks.app doesn't have something configured in its list. (This seems to happen on the latest versions of Mac releases)
All of the app pngs should end up in ~/.kit/assets/app-launcher/icons.
Kit uses this lib for the icon conversion: https://www.npmjs.com/package/file-icon Could you try writing a script to convert the Stocks.app icon and see if it errors in the script?
I'm on a Macbook Air M1, MacOS Monterey 12.6.3 version.
I'll see if I can try writing a script a bit later. Thanks!