Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error causes webserver to crash #17

Open
freQniK opened this issue Dec 2, 2024 · 0 comments
Open

Error causes webserver to crash #17

freQniK opened this issue Dec 2, 2024 · 0 comments

Comments

@freQniK
Copy link

freQniK commented Dec 2, 2024

I'm using: https://github.com/pinheadmz/handout to server a webpage on an HNS domain. However, after a day, the webserver crashes.

here is the output:

[debug] (webserver) undefined req: index.html (200)
Server 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 TLSSocket.emit (node:events:525:35)
    at node:net:757:14
    at Socket.done (node:_tls_wrap:584:7)
    at Object.onceWrapper (node:events:628:26)
    at Socket.emit (node:events:513:28)
    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 TLSSocket.emit (node:events:525:35)
    at node:net:757:14
    at Socket.done (node:_tls_wrap:584:7)
    at Object.onceWrapper (node:events:628:26)
    at Socket.emit (node:events:513:28)
    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'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant