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
let err = new Miniget.MinigetError(Status code: ${res.statusCode}, res.statusCode);
^
MinigetError: Status code: 429
at ClientRequest. (/home/tentaclesama/Bots/rAqua/node_modules/miniget/dist/index.js:204:31)
at Object.onceWrapper (node:events:434:26)
at ClientRequest.emit (node:events:327:20)
at HTTPParser.parserOnIncomingClient (node:_http_client:652:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:126:17)
at TLSSocket.socketOnData (node:_http_client:518:22)
at TLSSocket.emit (node:events:327:20)
at addChunk (node:internal/streams/readable:304:12)
at readableAddChunk (node:internal/streams/readable:279:9)
at TLSSocket.Readable.push (node:internal/streams/readable:218:10)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:192:23) {
statusCode: 429
}
The text was updated successfully, but these errors were encountered:
you are probaly sending too many requests in a giving time frame, try to use proxies or something else, to "trick" the server into thinking you are another person
let err = new Miniget.MinigetError(
Status code: ${res.statusCode}
, res.statusCode);^
MinigetError: Status code: 429
at ClientRequest. (/home/tentaclesama/Bots/rAqua/node_modules/miniget/dist/index.js:204:31)
at Object.onceWrapper (node:events:434:26)
at ClientRequest.emit (node:events:327:20)
at HTTPParser.parserOnIncomingClient (node:_http_client:652:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:126:17)
at TLSSocket.socketOnData (node:_http_client:518:22)
at TLSSocket.emit (node:events:327:20)
at addChunk (node:internal/streams/readable:304:12)
at readableAddChunk (node:internal/streams/readable:279:9)
at TLSSocket.Readable.push (node:internal/streams/readable:218:10)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:192:23) {
statusCode: 429
}
The text was updated successfully, but these errors were encountered: