Erk
Erk
> In conclusion, there are two possible solutions: > > 1. Patch all `tokio::spawn` or `tokio::task::spawn` with `Handle::current().spawn()` in stream_lib and update the crate version in songbird I don't believe...
Oh I see the issue now, if the task gets moved to a thread that does not have a executor in by the mixer it might fail. I am not...
I think #262 should fix it, you are welcome to try it out if you have some time.
I have been rather annoyed that I had to use it every time I develop on Songbird. Since my editor/rust-analyzer wants to do it one way and the CI wants...
I did look a bit into setting lints in the cargo.toml file so we only had to change them one place, this is a bit of a pain as we...
The best would be to guess the bucket and the major minor parts of the url, in a lot of cases this should be possible. And then probably global ratelimit...
@Alexendoo Do you have some time to have a second look at this pr?
Do you have any other logs? The log in the screenshot is not very useful to figure out the problem here.
This is still relevant as the implementation done in #1508 got reverted since it caused #1511.
This could probably be done on current without breaking backwards compatibility.