You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2026. It is now read-only.
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
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:
Any chance you could please help debugging this issue? Thanks