We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the 4.11.4 version patched as #1216
When executing ytdl.downloadFromInfo(info, downloadOptions).pipe(file);
ytdl.downloadFromInfo(info, downloadOptions).pipe(file);
Sometimes I am getting ERROR TypeError: req.prependListener is not a function
ERROR TypeError: req.prependListener is not a function
It only happens Why running my Angular Electron app by npm start, not on the built app.
The text was updated successfully, but these errors were encountered:
I cant reproduce but i ran into a slightly similar issue with something else.
Try enabling the nodeintegration arg
i.e.
const win = new BrowserWindow({ webPreferences: { nodeIntegration: true, }, width: 1920, height: 1080 });
Sorry, something went wrong.
Thanks, but I already got that flag up.
No branches or pull requests
I have the 4.11.4 version patched as #1216
When executing
ytdl.downloadFromInfo(info, downloadOptions).pipe(file);
Sometimes I am getting
ERROR TypeError: req.prependListener is not a function
It only happens Why running my Angular Electron app by npm start, not on the built app.
The text was updated successfully, but these errors were encountered: