PatricNox

Results 15 comments of PatricNox

Any node version below 12 seems to work. I had node 13, and got this error. Used NVM to attempt with 10.19, and it works just fine. So, version compability...

Seems to also be general for Electron and not specifically this project.

@Nyako01 i've been battling this issue with `Error: aborted` all day until I saw your suggestion to try `youtube-dl-exec`. however, I can't get it to work either as when using...

> I have the same issue. I use a USB dongle for EV code signing. It keeps asking for PIN code, at least 6 times during `electron-build` process. I tried...

> I use `certificateSha1` rather than `certificateSubjectName`. > `electron-builder` finds it but always asks for dongle password. If you sign using jSign, you can pass the token pin code in...

> Also running into this issue, I'm currently automating our code signing procedure and this is a huge blocker not being able to sign it without having to physically enter...

> Environment : > > * allow_url_fopen = true > * Laravel 6.x > * PHP 7.4.1 > * php -r "echo file_get_contents('url');" -> worked > * using on development...

I've digged in this since I myself have the very same problem as above. I've found that the issue relies on the PHP file_get_contents getting a timeout whilst trying to...

> Can you try `wsl --update` and `restart`? I updated to Windows 11 and this issue started for me. However, following this quoted post, it then works thankfully!