thomaslule / twitch-channel

an event emitter for your twitch channel
8 stars 2 forks source link

Event stream-begin sometimes not sent #11

Closed thomaslule closed 2 years ago

thomaslule commented 2 years ago

It seems that under certain conditions, the stream-begin event is not sent (stream-end and follow are okay so its not a misconfigured webhook problem).

We need to collect info on that, like the conditions to make it happen, or logs.

channel.on("debug", (msg) => console.log(msg));
channel.on("info", (msg) => console.log(msg));
channel.on("error", (err) => console.error(err));
thomaslule commented 2 years ago

v1 released, it should not happen anymore