syncthing-hooks icon indicating copy to clipboard operation
syncthing-hooks copied to clipboard

can not start hook

Open frankenstein91 opened this issue 1 year ago • 5 comments

node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

GotError: connect ECONNREFUSED ::1:8384
    at onError (/usr/lib/node_modules/syncthing-hooks/node_modules/got/dist/source/request-as-event-emitter.js:140:29)
    at handleRequest (/usr/lib/node_modules/syncthing-hooks/node_modules/got/dist/source/request-as-event-emitter.js:173:17)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16) {
  name: 'RequestError',
  code: 'ECONNREFUSED'
}

Node.js v18.10.0

get this error on start

frankenstein91 avatar Oct 01 '22 20:10 frankenstein91