-
Notifications
You must be signed in to change notification settings - Fork 365
stdout maxBuffer exceeded #126
Comments
After looking through the source I found the options object was passed through allowing the user to specify a maxBuffer size with
I'm going to leave this open as I didn't see it in the readme or info example. |
yes, |
@EstebanFuentealba i didn't see that in the relevant example or readme, where was it? |
not mentioned, i read the code |
@EstebanFuentealba Ahh... Yea I mentioned that it is possible to specify the maxBuffer in the commend directly above that, and that I'm leaving this open as it's not documented while being necessary to fetch info for some you-tube videos. |
I recommend maxBuffer: Infinity |
What is the drawback to specifying maxBuffer infinity? |
@Mochlate Umm.. I has not faced yet... |
Fixed in 3bb3e4d |
youtube-dl error, by increasing size to Infinity as sudgested in this issue przemyslawpluta/node-youtube-dl#126
issue cased by calling
where youtube-dl is the object provided by requiring this library
The text was updated successfully, but these errors were encountered: