Liam

Results 8 comments of Liam

Are you able to share a sample sheet? ```c++ #include #include int main() { xlnt::workbook wb; wb.load("test.xlsx"); auto ws = wb.active_sheet(); for (const auto& row : ws.rows()) for (const auto&...

Certainly! [librespot.log](https://github.com/librespot-org/librespot/files/9379929/librespot.log) Not sure if this is a factor but when I was recording that log, the first run it worked (as in the next song autoplayed) it was only...

I've attached a full log, but this appears to be the only message when I toggle autoplay in the client `[2022-08-21T02:09:20Z TRACE librespot_connect::spirc] Received attribute mutation for autoplay but key...

Bizzare. I've attached a log with the `apresolve.spotify.com` block removed, still fails the same way. I'd initially blocked that as I was having the same issue as #972 but I...

Confirmed that's working a treat! Thanks for the fix

I think this is resolved now? I can't reproduce it.

I've plugged this code in and it seems to pass all the tests, feel free to raise a PR if you want.

I'm not sure that it's always around 3 hours? but it's happened a few times and always seems to have issues after an extended period of listening. How long do...