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 403: Forbidden #1299

Open
c377um opened this issue Jul 10, 2024 · 11 comments
Open

Error 403: Forbidden #1299

c377um opened this issue Jul 10, 2024 · 11 comments

Comments

@c377um
Copy link

c377um commented Jul 10, 2024

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.

@DanielBUBU
Copy link

Same, even with cookie

@Lampropoulosss
Copy link

Same here guys

@kevinmnm
Copy link

same

@phucngo2
Copy link

Got the same issue 🥲

@mitsuki31
Copy link

Still discussing this same issue on #1295

@nasserakhter
Copy link

Get same issue when attempting to get a URL from the library

@marcinheniborg
Copy link

same issue here

@solcabz
Copy link

solcabz commented Jul 16, 2024

hi is there any solution on this

@mitsuki31
Copy link

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.

@yuvrajSingh-rajput
Copy link

@

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 !❤️❤️

@ggamingx
Copy link

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.

@distube/ytdl-core worked thanks for the help legend

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