Open aleksivink opened 2 months ago
Sorry for the late reply. I was not able to replicate the bug, unfortunately. What node.js version are you running and what openssl version do you happen to have installed? At first glance it seems like the bug was caused by openssl (suggested by alert internal error:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1590:SSL alert number 80
). It also seems like you are on Windows, which I am not particularly experienced with.
After typing "npm install" and "npm start" I get this error:
node:events:497 throw er; // Unhandled 'error' event ^
Error: write EPROTO 083A0000:error:0A000438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1590:SSL alert number 80
Emitted 'error' event on ClientRequest instance at: at emitErrorEvent (node:_http_client:108:11) at TLSSocket.socketErrorListener (node:_http_client:511:5) at TLSSocket.emit (node:events:519:28) at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -4046, code: 'EPROTO', syscall: 'write'
Is there any way to fix it?