-
Notifications
You must be signed in to change notification settings - Fork 804
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 403: Forbidden #1299
Comments
Same, even with cookie |
Same here guys |
same |
Got the same issue 🥲 |
Still discussing this same issue on #1295 |
Get same issue when attempting to get a URL from the library |
same issue here |
hi is there any solution on this |
There's a quick fix for this, here. But not a few people either to choose another similar module, like @distube/ytdl-core. |
@
Thank you so much !❤️❤️ |
@distube/ytdl-core worked thanks for the help legend |
The error message AudioPlayerError: Status code: 403 indicates that the HTTP request made by the miniget module (used internally by ytdl-core to fetch YouTube video information or audio streams) received a 403 Forbidden response from the server.
AudioPlayerError: Status code: 403
at ClientRequest. (/home/DCBot/node_modules/miniget/dist/index.js:206:27)
at Object.onceWrapper (node:events:632:26)
at ClientRequest.emit (node:events:517:28)
at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:700:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
at TLSSocket.socketOnData (node:_http_client:541:22)
at TLSSocket.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:368:12)
at readableAddChunk (node:internal/streams/readable:341:9)
at Readable.push (node:internal/streams/readable:278:10) {
resource: AudioResource {
playStream: OggDemuxer {
_readableState: [ReadableState],
_events: [Object: null prototype],
_eventsCount: 6,
_maxListeners: undefined,
_writableState: [WritableState],
allowHalfOpen: true,
_remainder: null,
_head: null,
_bitstream: null,
[Symbol(kCapture)]: false,
[Symbol(kCallback)]: null
},
edges: [ [Object], [Object] ],
metadata: null,
volume: undefined,
encoder: undefined,
audioPlayer: AudioPlayer {
_events: [Object: null prototype],
_eventsCount: 3,
_maxListeners: undefined,
_state: [Object],
subscribers: [Array],
behaviors: [Object],
debug: [Function (anonymous)],
[Symbol(kCapture)]: false
},
playbackDuration: 0,
started: false,
silencePaddingFrames: 5,
silenceRemaining: -1
}
}
Failed to follow up: The reply to this interaction has not been sent or deferred.
The text was updated successfully, but these errors were encountered: