Node-opus bindings file not found

I am having this problem again @cori if you could take a look, no solution works for me so far.

Bindings error only appeared when I started using this code:

var voiceChannel = client.channels.get('566773835026923531')

voiceChannel.join().then(connection =>{

const dispatcher = connection.playStream('https://r.justfm.net/radio/8030/radio.mp3?1555670237');


})

Hey @Callum-OKane I’ve moved this to a different topic, since I think it’s with a different package than the original topic was for - node-opus rather than better-sqlite3.

Aside from the error message you’re seeing in the console what are the other side effects of this failure? Have you tried this on Node 10.x instead of 12? When I run "/opt/nvm/versions/node/v12.0.0/bin/node" "/opt/nvm/versions/node/v10.15.3/lib/node_modules/pnpm/lib/node_modules/node-gyp/bin/node-gyp.js" "rebuild" from within /rbd/pnpm-volume/2aae3560-c7d1-4c22-8c96-9d911419476a/node_modules/.registry.npmjs.org/node-opus/0.3.1/node_modules/node-opus as shown in the error message I see a bunch of possibly-node-related errors which might be a place to start troubleshooting it.

I have solved the problem by lowering my node version to 11.14.0

Well same issue. I will try it in node:11.x