TimeForANinja

Results 66 comments of TimeForANinja

your usage [here](https://github.com/fent/node-ytdl-core/issues/1067#issuecomment-1053779791) was correct it just might not fix all the problems you're having

i mean it should be enough to replace `new vm.Script(xxx)` in `sig.js` with an `eval(xxx)` call

🤔 stumbled across the same error earlier today in the example/ffmpeg.js running it twice produces the error after crashing since the output file already exists the stack isn't that helpful

> If that's the case, then perhaps this isn't a bug with ytdl but rather improper handling of a stream. > Can you share what you did to fix the...

just wanna let you know that these parameters serve no use with ytdl-core 😉 ```js opusEncoded : false, fmt : "mp3", encoderArgs: ['-af', 'bass=g=10,dynaudnorm=f=200'] ```

> Could it be maybe that the voice support for discord.js cannot handle an m4a stream? depends on how u use it as far as i know you can decide...

🤔 it would be cool to do some modifications to discord.js to check for ffmpeg errors other than that this is pretty unfixable in the current situation... we'd need a...

> TypeError: Cannot read property 'continuationContents' of undefined > > This is the error i get when trying to load comments in the Freetube application. > > Is it related...

Can you access the URL via a webbrowser? And is the script hosted in (at least) the same region?

> any solution? Not without help narrowing down the problem