-
```
const Discord = require('discord.js');
const client = new Discord.Client();
client.once('ready', () => {
console.log('Ready!');
});
const ytdl = require("ytdl-core")
const queue = new…
-
Hi @fent,
Currently the library doesn't support sending custom user-agent because of:
https://github.com/fent/node-ytdl-core/blob/4d5858e20ae29e2a7764f7d66d0916614a0174b8/lib/info.js#L40
And if…
-
Hi!
I'm trying to use this module for developing a web extension. The problem appears when I use Webpack, the error code that appears on the browser is:
`Error: Error parsing info: JSON.parse(..…
-
LogFile
```
Error: Error parsing config: Unexpected token ; in JSON at position 67262
at gotConfig (C:\Users\theild\Desktop\Repo\uwuBot\node_modules\ytdl-core\lib\info.js:123:21)
at C:\Use…
-
Requirements for the Watch page (where you will typically view a video)
- Page should accept an ID sent from vue-router
- The video player should use the ft-video-player created from #5
- Most el…
-
Is there a way I could output stderr of ffmpeg. I am fairly new to node.
```
vagrant@beat:/var/www/html/node$ node app.js
Example app listening at http://0.0.0.0:3000
events.js:72
throw er;…
-
Hello,
I am having a problem with your library, the application is blocking 30 th music in a playlist, here is the error. But I don't understand the error ?
```
✔ Metadata Merged!
ℹ 30. Song: …
-
- [x] ran `brew update` and can still reproduce the problem?
- [x] ran `brew doctor`, fixed all issues and can still reproduce the problem?
- [x] ran `brew config` and `brew doctor` and included the…
-
```js
events.js:173
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
at doWrite (_stream_writable.js:413:19)
…
-
Please help me I am getting this error I don't know how do I fix this
`Error: Cannot find module 'm3u8stream/lib/parse-time'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js…