Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.
This repository was archived by the owner on May 21, 2026. It is now read-only.

Unable to start the queue handler: "Unhandled 'error' event" #231

@genericbar

Description

@genericbar

Hi, I'm running seven other stacks with no issues but I seem to be having trouble with this one. It's setup the same way as the others but it keeps getting stuck in this error:

[Fri, 13 Sep 2024 20:35:36 GMT] - [bsky.rss QUEUE] Starting queue handler. Running every 3600 seconds
node:events:496
      throw er; // Unhandled 'error' event
      ^
MinigetError: Status code: 403
    at ClientRequest.<anonymous> (/build/node_modules/miniget/dist/index.js:206:27)
    at Object.onceWrapper (node:events:633:26)
    at ClientRequest.emit (node:events:518:28)
    at ClientRequest.emit (node:domain:488:12)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:698:27)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    at TLSSocket.socketOnData (node:_http_client:540:22)
    at TLSSocket.emit (node:events:518:28)
    at TLSSocket.emit (node:domain:488:12)
    at addChunk (node:internal/streams/readable:559:12)
Emitted 'error' event on FeedSub instance at:
    at PassThrough.error (/build/node_modules/feedsub/dist/feedsub.js:107:22)
    at PassThrough.emit (node:events:518:28)
    at PassThrough.emit (node:domain:488:12)
    at ClientRequest.<anonymous> (/build/node_modules/miniget/dist/index.js:211:28)
    at Object.onceWrapper (node:events:633:26)
    [... lines matching original stack trace ...]
    at TLSSocket.socketOnData (node:_http_client:540:22) {
  statusCode: 403
}
Node.js v20.12.0

Any chance you could please help debugging this issue? Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions