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

Bug: #493

Closed
coco66688 opened this issue Dec 15, 2020 · 3 comments · May be fixed by misike12/evobot#1 or misike12/evobot#20
Closed

Bug: #493

coco66688 opened this issue Dec 15, 2020 · 3 comments · May be fixed by misike12/evobot#1 or misike12/evobot#20
Labels
suspected bug Suspected bugs but not confirmed

Comments

@coco66688
Copy link

/home/container/node_modules/miniget/dist/index.js:196
let err = new Miniget.MinigetError('Status code: ' + res.statusCode, res.statusCode);
^

MinigetError: Status code: 403
at ClientRequest. (/home/container/node_modules/miniget/dist/index.js:196:27)
at Object.onceWrapper (node:events:483:26)
at ClientRequest.emit (node:events:376:20)
at HTTPParser.parserOnIncomingClient (node:_http_client:660:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:126:17)
at TLSSocket.socketOnData (node:_http_client:526:22)
at TLSSocket.emit (node:events:376:20)
at addChunk (node:internal/streams/readable:305:12)
at readableAddChunk (node:internal/streams/readable:280:9)
at TLSSocket.Readable.push (node:internal/streams/readable:219:10) {
statusCode: 403
}
cont

@coco66688 coco66688 added the suspected bug Suspected bugs but not confirmed label Dec 15, 2020
@coco66688
Copy link
Author

Path to main file
File: /home/container/index.js:4
const { Client, Collection } = require("discord.js");
^

SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:413:25)
at Object.Module._extensions..js (module.js:448:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:471:10)
at startup (node.js:117:18)
at node.js:951:3

@yalinn
Copy link

yalinn commented Dec 19, 2020

Please Update your ytdl-core to lastest.

@coco66688
Copy link
Author

coco66688 commented Dec 19, 2020

node_modules/miniget/dist/index.js:196
let err = new Miniget.MinigetError('Status code: ' + res.statusCode, res.statusCode);
^

MinigetError: Status code: 403
at ClientRequest. (/home/container/node_modules/miniget/dist/index.js:196:27)
at Object.onceWrapper (node:events:483:26)
at ClientRequest.emit (node:events:376:20)
at HTTPParser.parserOnIncomingClient (node:_http_client:660:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:126:17)
at TLSSocket.socketOnData (node:_http_client:526:22)
at TLSSocket.emit (node:events:376:20)
at addChunk (node:internal/streams/readable:305:12)
at readableAddChunk (node:internal/streams/readable:280:9)
at TLSSocket.Readable.push (node:internal/streams/readable:219:10) {
statusCode: 403

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suspected bug Suspected bugs but not confirmed
Projects
None yet
2 participants