Kronicaler / markov-bot

A discord chat and music bot written in Rust
MIT License
10 stars 0 forks source link

All voice functionalities in a server stop working if a long enough video plays #29

Closed Kronicaler closed 2 years ago

Kronicaler commented 2 years ago

There is no error and there doesn't seem to be a deadlock cause the bot can queue up more songs.

Kronicaler commented 2 years ago

Seems to be an error in the audio backend on the current branch outlined here https://github.com/serenity-rs/songbird/issues/149.

Updating to the next branch should fix this issue.

Kronicaler commented 2 years ago

It fixed the issue.