John Lindquist
John Lindquist
@crazyxhz in your `~/Library/Logs/Kit/main.log` do you see `using proxy`? It should log that out if it detected a proxy env var. You could also try `export HTTPS_PROXY=your proxy open /Applications/Kit.app`...
@crazyxhz just to be clear, you replaced "your proxy" with your actual proxy, right? 😅 Also, quit and remove the ~/.kit and ~/.knode directories before attempting to open it again
@crazyxhz hmm... ``` Error: EPERM: operation not permitted, mkdir '/Users/crazyxhz/.knode' ``` Curious why the account wouldn't have permission to create the ~/.knode dir 🤔
Btw, I really appreciate you taking the time to report all of this. It's super useful. I think we're at the point I need to set up a proxy and...
@crazyxhz Alright, so I set up a proxy on my mac mini with "squid" on my local network at `http://192.168.1.50:3128`, then tested with this command: ```bash HTTPS_PROXY=http://192.168.1.50:3128 open /Applications/Kit.app ```...
@crazyxhz 3 reasons: 1. The `Kit.app` "forks" a node process that loads the script. The app node version and process node version need to match or any packages with native...
Hi @Emiltayeb , sorry, no ideas here. The scrapeSelector is a wrapper around Playwright: https://playwright.dev/ In fact, here's the source: ```js global.scrapeSelector = async ( url: string, selector: string, xf?:...
@crazyxhz It doesn't change users 🤔. Maybe because it's running with the `open` command to assign the HTTPS_PROXY env var and `open` is somehow running under a different user? 🤔...
@ljacho I have no experience publishing to chromebook. I'll look into it some day, but I have a lot of other priorities right now and I imagine porting to Chromebook...
@yangkennyk Investigating... I think I call "app.hide()" when the system sleeps which may cause all widget windows to hide as well