Finally got around to trying some of the things we talked about for running this in AWS and now the bot isn't receiving any voice events. I tried pulling from my fork, this repo, in the Docker container, on my etc. but nothing seems to be working. Is a fresh pull of this working for you?
For the record, this is what isn't working, line 119:
voiceReceiver.on('opus', (user, data) => {
console.log('Holy shit, I got stuff!!!');
Finally got around to trying some of the things we talked about for running this in AWS and now the bot isn't receiving any voice events. I tried pulling from my fork, this repo, in the Docker container, on my etc. but nothing seems to be working. Is a fresh pull of this working for you?
For the record, this is what isn't working, line 119: