pinheadmz / handout

A combination authoritative nameserver and webserver for Handshake.
https://medium.com/@matthewzipkin/building-a-secure-website-on-your-handshake-tld-a8922a950a4f
72 stars 11 forks source link

Constant Crash When Running #17

Open freQniK opened 10 months ago

freQniK commented 10 months ago

Hi -

Thank you so much for this handy tool to host a static page on an HNS domain. However, the server quits on me after a few days running. Here is the output from the console:

Redirect error: Error: aborted
    at connResetException (node:internal/errors:704:14)
    at abortIncoming (node:_http_server:625:17)
    at socketOnClose (node:_http_server:619:3)
    at Socket.emit (node:events:525:35)
    at TCP.<anonymous> (node:net:757:14)
node:events:491
      throw er; // Unhandled 'error' event
      ^

Error: aborted
    at connResetException (node:internal/errors:704:14)
    at abortIncoming (node:_http_server:625:17)
    at socketOnClose (node:_http_server:619:3)
    at Socket.emit (node:events:525:35)
    at TCP.<anonymous> (node:net:757:14)
Emitted 'error' event on Request instance at:
    at IncomingMessage.<anonymous> (/home/sentinel/handout/node_modules/bweb/lib/request.js:64:12)
    at IncomingMessage.emit (node:events:525:35)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'ECONNRESET'
}

Right now I do not know of another easy way to host a static page on an HNS domain. I'd like to continue using this tool and would be happy to donate some HNS to the cause.

Thank you!

pinheadmz commented 10 months ago

I think this is an issue with bcoin-org/bweb