Latent Logic

Results 12 comments of Latent Logic

Hitting the same issue with a Pixel 4a and Pebble Time Steel

I downgraded to v2.4.1.0 from github and can confirm that the connection to my Pebble watch works again.

Can confirm that 2.4.3.3 works but 2.4.3.2 does not.

Unfortunately the 2.4.4.0 version does not work with the Pebble watch. I have downgraded back to 2.4.3.3 and it still works.

I'm not super familiar with Android development but I ran `adb logcat` for the `org.runnerup` process on two different versions and here are the logs from launching and then exiting...

I think I found one edge case causing the `Websocket closing: 4003 - Connection unused, you have to create a subscription within 10 seconds` where an error while re-subscribing could...

So my PR is only addressing one failure case when you've already hit a reconnect case and a 2nd issue can cause the library to forget the subscriptions that have...

> Do you think this will fix #291 No, because that issue is talking about a network glitch on the client side, whereas this issue is coming from an problem...

[ws_test.txt](https://github.com/Teekeks/pyTwitchAPI/files/15475174/ws_test.txt) I've created a test file to reproduce this issue. With this file I saw the issue in the logs here: ``` 2024-05-28 10:31:20,607 DEBUG twitchAPI.eventsub.websocket got session keep alive...

Yeah, I was thinking that was the case, unfortunately I didn't have any subs/raids in the shared-chat stream my bot was working in yesterday to verify in debug logs. I'll...