Lukas Jagemann
Lukas Jagemann
The bot currently provides no functions to upload music files. If you want to upload something you will need access to your vps with ssh, ftp or similar. You can...
Unfortunately that wont work since the bot cannot see how the network folder is structured. You could either upload a m3u playlist file containing all absolute links, or mount a...
There is no internal limitation. So it must be something else. You could try adding `/` between the merge parameters. I'm suprised this even works. ` /api/json/merge/(/bot/use/0/(/json/merge/(/bot/info)/(/info/%40-1/5)/(/song)/(/repeat)/(/random)/(/volume)))/(/bot/use/1/(/json/merge/(/bot/info)/(/info/%40-1/5)/(/song)/(/repeat)/(/random)/(/volume)))/(/bot/use/2/(/json/merge/(/bot/info)/(/info/%40-1/5)/(/song)/(/repeat)/(/random)/(/volume)))/(/bot/use/3/(/json/merge/(/bot/info)/(/info/%40-1/5)/(/song)/(/repeat)/(/random)/(/volume)))/(/bot/use/4/(/json/merge/(/bot/info)/(/info/%40-1/5)/(/song)/(/repeat)/(/random)/(/volume)))/(/bot/use/5/(/json/merge/(/bot/info)/(/info/%40-1/5)/(/song)/(/repeat)/(/random)/(/volume)))/(/bot/use/6/(/json/merge/(/bot/info)/(/info/%40-1/5)/(/song)/(/repeat)/(/random)/(/volume)))/(/bot/use/7/(/json/merge/(/bot/info)/(/info/%40-1/5)/(/song)/(/repeat)/(/random)/(/volume)))/(/json/merge/(/bot/info/template/952046650))/(/json/merge/(/bot/info/template/561090329)) `
Which AudioBot version are you running?
I'd recommend using a reverse proxy like nginx, apache or caddy. The ASP server would support https but getting it running with certificates is rather cumbersome so I haven't bothered...
If I'm reading your request correctly, most of your suggested solutions kinda feel like workarounds for the basic problem that the api endpoint `/song` is bugged and doesn't swich back...
Your code accessing the book collection is running from the threadpool > at System.Threading.ThreadPoolWorkQueue.Dispatch() the system is built to have one thread per bot scheduled by the dedicatetaskscheduler, so your...
The second code part you posted doesn't even access the book, so it seems like something else is wrong
I thought I had that fixed. If you check with `!whisper list` does it actually whisper to the wrong people, or does it for e.g. whisper to the channel?
You cannot tell wheter you are whispered directly or your channgel is whispered to. The only way to check is either with the `!whisper list` command, or by switching out...