John Lindquist

Results 181 comments of John Lindquist

Thanks @GastroGeek . I'll dig in and get it sorted. If you're interested in digging more into the project, we've just set up a Discord and I've helped a few...

Can you grab the latest version 1.30.22? That issue should be fixed https://www.scriptkit.com/

Few things to check: Do you see any "Kit" processes in your activity monitor? Did it create a '~/.kit' directory? Is there a '~/.kit/logs/kit.log'?

@cynthiateeters Thanks for the log! Do you see the Kit icon in the menubar or any "Kit" processes running in activity monitor? The logs look like everything is set up...

@cynthiateeters thx, do you see the icon in the menubar? Does the `cmd+;` shortcut work for you?

I think I found it. Looks like someone pushed a change to an @octokit package which is silently causing the dependency install step to fail. I'll figure it out and...

@cynthiateeters If you'd like to fix it or just curious: 1. Open `~/.kit/package.json`, a remove the `^` from this line: Before: ```json "@octokit/plugin-paginate-rest": "^2.17.0", ``` After: ```json "@octokit/plugin-paginate-rest": "2.17.0", ```...

Alright, I pushed out the new build on scriptkit.com. It the auto-updater might still work, but if not, here's direct links for convenience. (Please make sure to end and running...

@cynthiateeters Hmm, that log looks fine. 1. Can you post this log? ~/Library/Logs/Kit/main.log 2. Is the menubar icon still visible? 3. Are there any "Kit" processes running in the activity...

If you run: ```bash tail -f ~/.kit/logs/kit.log ``` Then hit `cmd+;` or `Open Kit.app prompt` ![CleanShot 2022-07-09 at 12 49 06](https://user-images.githubusercontent.com/36073/178119071-200e4255-0c76-49fe-96d1-369068b64cf8.png) Do you see the kit.log updating?