I'm using discord.js v. 11.3.0 and node-opus v. 0.2.7 and Ubuntu 16.04 from MS Store.
The problem is here:
var stream = ytdl(link, { filter : 'audioonly' });
var dispatcher = connection.playStream(stream);
Also, it doesn't output an error, even with dispatcher.on('error', console.error).
I tried it with opusscript, but nothing changed.
Thanks in advance.
The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please ask it in the Discord server instead of opening an issue – you will get redirected there anyway.
Most helpful comment
The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please ask it in the Discord server instead of opening an issue – you will get redirected there anyway.