Kai N.

Results 43 comments of Kai N.

`electron-builder install-app-deps` is part of my `postinstall` script and that's where it's failing. I think at that point it hasn't even read any config flags yet. The same command runs...

I've installed electron-builder 25.0.5, applied the changes to that file `node_modules/app-builder-lib/out/util/yarn.js` and ran `yarn electron-builder install-app-deps`, but still the same error message. ``` $ yarn electron-builder install-app-deps yarn run v1.22.22...

Just for testing I've added a console log at that spot but it's not even executed. Here's the stack trace again: ``` Exit code: 1 failedTask=installAppDeps stackTrace=Error: /home/user/code/project/node_modules/app-builder-bin/linux/x64/app-builder process failed...

Found the issue! When I remove `crypto-browserify` (v3.12.0) it works. When I install it again, it fails.

Hey, I'm having a similar issue when refreshing the auth0 access token. I'm calling `setUserSession` with the new tokens. They get sent to the client correctly, but it seems like...

> Most likely your runner server type is too small and does not have enought resources? Can you try using a bigger server type? Hmm, I kinda doubt it. All...

> Ok, thanks for checking. Then we might have some race condition. I will check how used time is being calculated. Thank you, if I can provide you with any...

@vzakaznikov I will try my best to catch it. Just to be sure, you mean the log output from `github-hetzner-runners cloud log`, right?

It has been pretty stable today, so I wasn't able to gather any further logs so far.

Every now and then but not as often anymore as when I reported the issue. I’m currently on holiday so I’m not much at my pc but when I’m back...