Auto Twitch Clip Scanner keeps pulling the same clip over and over

This extension was working fine until this morning. Yesterday I created 2 clips on my Twitch channel, and a few minutes later those clips posted to Discord as expected. However, this morning I noticed it posted them again. And then it posted them a third time a few minutes ago.

Seems to happen when I close Streamer.bot and reopen it.

The processedClipIds is saved as a temporary global variable, so meaning if Streamer.bot restarts, it will possibly grab posted clips if the clips are still within the postClipsWithinLast threshold. By default, this threshold is set to 1d (1 day).

As a workaround, you can reduce postClipsWithinLast to something like 1h (1 hour), so that it’ll only post clips that were made in the last hour.

I wasn’t sure if anyone was going to run into this problem, so it was an expected possibility.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.