SmeetaBot / smeetabot

Repository for reporting Issues
0 stars 0 forks source link

Live notification sometimes not working #8

Closed DopiGFX closed 9 months ago

DopiGFX commented 9 months ago

Describe the bug Sometimes the live-notification is not sent.

To Reproduce Twitch-API is not fast enough... should be awaited in code

Expected behavior Should always be sent when a streamer gets online

Screenshots If applicable, add screenshots to help explain your problem.

DopiGFX commented 9 months ago

Error: Cannot read properties of undefined reading 'viewers'

Solution: If Stream is undefined retry after 5 seconds for 5 times.

DopiGFX commented 9 months ago

Fixed