#Azure Not Respecting opus.dll

1 messages · Page 1 of 1 (latest)

calm halo
#

Hey all, I'm trying to build a basic audio bot that will join a voice channel, play some audio, then leave. When developing locally I ran into the problem a lot of people have where the bot joins the voice channel then immediately leaves. I fixed this by manually adding the opus.dll and libsodium.dll to my project's /bin. Now, when publishing out to Azure App Service, the problem has returned and the bot leaves the voice channel immediately after joining. Using FTP/Kudu I manually uploaded the opus.dll and libsodium.dll files to the Web Job and can ensure that those dlls are there, but the problem persists. Has anyone encountered a similar issue. Thank you.

daring oak
#

Can you try to publish bot on your PC and then send it to Azure?

calm halo
#

Sorry, can you explain further? Its my understanding that "publishing" is the act of sending the app to Azure. Im not sure how to publish on my local machine