When the bot is started with "svg-to-img", I get this error, without "svg-to-img" there is no error.
FetchError: request to https://api.vk.com/method/groups.getById failed, reason: connect ECONNREFUSED ::1:443
at ClientRequest.<anonymous> (file:///C:/Users/USER/123/123/node_modules/node-fetch/src/index.js:95:11)
at ClientRequest.emit (node:events:402:35)
at TLSSocket.socketErrorListener (node:_http_client:447:9)
at TLSSocket.emit (node:events:390:28)
at emitErrorNT (node:internal/streams/destroy:164:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
type: 'system',
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
erroredSysCall: 'connect'
}
Hi all, I had a problem when using the "svg-to-img" library.
When the bot is started with "svg-to-img", I get this error, without "svg-to-img" there is no error.