botasaurus icon indicating copy to clipboard operation
botasaurus copied to clipboard

Proxy not working when i compile

Open Raptune opened this issue 5 months ago • 0 comments

When i start my program without any compilation it's working well, but when i compile and try to use proxy my exe start adding packages and never works

_added 12 packages, and audited 13 packages in 3s

found 0 vulnerabilities
[JSE] node:internal/modules/cjs/loader:1228

[JSE]   throw err;

[JSE]
  ^

[JSE]


Timed out get 0 console <Thread(Thread-3 (loop), started daemon 5856)>
Error initializing driver: Timed out accessing 'console'
Tentative de récupération avec proxy obligatoire...
Timed out get 0 require <Thread(Thread-3 (loop), started daemon 5856)>
Échec de la récupération: Timed out accessing 'require'
Dernière tentative avec proxy seulement...
Timed out get 0 require <Thread(Thread-3 (loop), started daemon 5856)>
Échec total de l'initialisation du driver: Timed out accessing 'require'_

Raptune avatar Jul 06 '25 18:07 Raptune