Oreoezi / behance-like-bot

Bot that likes a post on Behance from multiple proxies.
GNU General Public License v3.0
6 stars 4 forks source link

Error #114

Open aleksivink opened 2 months ago

aleksivink commented 2 months ago

After typing "npm install" and "npm start" I get this error:

behance-like-bot@1.0.0 start node master.js

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

at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:95:16)

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?

Oreoezi commented 1 month 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.