JamesKyburz/youtube-audio-stream

Maximum call stack size exceeded

Closed this issue · 1 comments

It seems like I am running into similar errors seen previously after trying to pipe the audio stream.

RangeError: Maximum call stack size exceeded
at PassThrough.output.on.error (...\Documents\Project\node_modules\youtube-audio-stream\index.js:36:13)
at PassThrough.emit (events.js:182:13).....

I've also ran the module with the most recent dependencies as well (ytdl-core 0.29.7). Trying to understand what's going on but I'm hitting a wall. What is the issue?

Solved my own issue. Had to add ffmpeg to PATH otherwise dependencies i.e. ytdl-core will not work. Sorry about the quick to post but hopefully someone else is helped by this info!