Lena During
Lena During
Is there any way to work around this then? Maybe use a diffrent font or something? Thanks for the tip with ^, I am already using that somewhere else and...
oh thats interesting, do you have any more detail in what way your setup is broken?
Did you manage to fix your previous network problems? These errors do not look like they are directly related to this library but again to something going on with weird...
Does this problem still exist in the current versions?
@scojosmith can you please provide a code example which triggers this bug?
And do you get EventSubSubscriptionTimeout or do you get a KeyError?
oh that's helpful, looks like the internal webserver is not started up at the time of the first subscription. temporary fix: add a `await asyncio.sleep(1)` after the `event_sub.start()`
A potential fix should be available. @scojosmith, @TFori and @Daenara please update to version 3.6.0 and see if this has been fixed
I was finally able to reproduce this
Please update to 3.6.1 and test again. This fixed it at least for me.