r/streamerbot 7d ago

Releases πŸŽ‰ Going to TwitchCon Rotterdam?

Thumbnail x.com
6 Upvotes

I'll be attending TwitchCon Rotterdam this year! If you see me, say hi, or have a chat about Streamer.bot things.

Any companies looking to have integrations? If you're there, come say hi, or tell me about your service!

I might have SB swag, stay tuned!


r/streamerbot Jan 23 '26

Twitch EventSub Update

18 Upvotes

Twitch finally ended access to HypeTrain v1 events in EventSub and v2 events are the only supported version moving forward.

This means any versions of streamer.bot older than 1.0.4 & speaker.bot versions older than 0.1.6 will no longer work with Twitch.

Make sure you update to current versions!

Not only do you benefit from bug fixes and general improvements, as newer versions are introduced, support in general for older versions ends.


r/streamerbot 5h ago

Question/Support ❓ How to make a "redemption pause" for Kick?

1 Upvotes

I am trying to set up a jump scare Redemption for my stream. Twitch has a way to pause redemptions for a few minutes so you don't get spammed, but Kick has no such feature. Is there a way in Streamerbot to pause one action from redeeming again until after a time limit?

I saw pausing the queue but I worry about it messing with other redeems that come through, unless you can give it a separate queue? I'm not the most avid coder so this is quite difficult.

My base thought is to prevent people wasting their points if it's paused, it queues it and will start the next one after a timer is done, but I have no idea how to do that


r/streamerbot 12h ago

Question/Support ❓ Streamer.bot chat feed URL returning error in OBS but not native Browser

1 Upvotes

Using Streamer.bot to have combined chat feed from YT and Twitch and was working fine until today when it started returning ERR_TOO_MANY_REDIRECTS error in its dock. Checked the URL for the dock as well as in browser, works fine in browser, but refuses to work in OBS dock. Open to suggestions. Running OBS 32.1.2 and Streamer.bot 1.04.


r/streamerbot 17h ago

Question/Support ❓ Voice recognition not working/getting bad input

1 Upvotes

hello guys,

guess its kinda a noob question but either I couldnt find a similar problem or I dont know what exactly to look for.

When I speak the log gives me really bad input. Not recognizing my voice at all. It used to work until it didn't, couldn't get it running and now I am trying my luck again but I still have the same issue.

In my log in Voice Control it says something like "ffaaaaff". lots of F's (but not a single one given lol).

Long story short: How do I fix it? I am using an hyperx microphone. I tried using my headset and it works a little better but still far from the first time I set it up

Thanks in advance,
Nabot


r/streamerbot 1d ago

Question/Support ❓ Does anyone know what happened?

1 Upvotes
I was using my chat during a stream as usual, when this popped up and now it won't reload? I tried reinstalling Webview but it says its already installed, so what do I do?

r/streamerbot 3d ago

Question/Support ❓ Can’t get a peak viewership tracker to work. Need help!

Post image
2 Upvotes

Let me explain the logic of this action before I get to my question. This is meant to check the current viewers of my stream every 30 seconds through a timer trigger. It then compares that number to the current sessions peak and my all time peak. Depending on the results it outputs a certain message. I have a β€œstream start” action that creates the temp global variable of SessionViewerPeak and sets it to 3. I have a persistent global variable for all Time viewer peak I created in the global var tab. This program grabs those and sets them to a local var for use in arguments.

I’ve redone this a couple of times and can’t get it to work. It’s also hard for me to test it because I need to be live and the peaks to get broken for me to trigger the messages. Maybe I’m using global variables incorrectly? Any advice is welcome, thank you!!

Edit: after I posted this I noticed when I Get the global variable AllTimeViewerPeak I don’t have it checked as a persistent variable. But shouldn’t it still run and trigger the False of the 2nd if statement?


r/streamerbot 6d ago

Resources πŸ“– Any interest in a Streamer.bot companion plugin that adds additonal button/dial interactions, image changes for the touchstrip, and button/dial gif support?

1 Upvotes

I've designed a plugin companion to Streamer.bot that pulls from Streamer.bot actions but includes the following additions:

  • Double and triple button presses, dial presses, and touchstrip taps
  • A long hold for buttons and dials
  • A rapid clockwise and counterclockwise dial motion (more than seven dial clicks within a quick time frame)
  • Image changes for the touchstrip
  • Gif support for buttons and touchstrip

I don't know if this is something that would be of interest, and if so, I don't know how the Streamer.bot team would feel about a companion plugin that uses their app. I would hate to offend them in any way. I've just found it to be a useful addition to my setup.


r/streamerbot 6d ago

Question/Support ❓ Event feed Broken?

1 Upvotes

Ive tried multiple times clicking delete cookies and refreshing but still wont work, anyone have a idea what to do?


r/streamerbot 7d ago

Question/Support ❓ Help with Daily Check In Redeem

Post image
4 Upvotes

Hello~! I am trying to set up a Daily Check In redeem for Twitch but I fear i've done one part of it wrong as it never goes up for users. Could anyone take a squiz and tell me what i'm missing to make it work? Thankyou!


r/streamerbot 8d ago

Discussion πŸ’¬ Tikfinity to streamerbot integration

3 Upvotes

Now that this exists, would you be excited for a streamerbot native chat for TikTok streams? I’d love to get rid of a bot, and streamerbot already has a chat widget….anyone else hoping for this?


r/streamerbot 8d ago

Question/Support ❓ chat.streamer.bot redirected you too many times - error

Post image
1 Upvotes

Hello,

I've had an error for a few days now with the Event Feed (Chat is fine).

When I launch the event feed window I get this error;

-- I've tried deleting cookies
-- I've tried refreshing
-- This is over multiple sessions so I have shut down / restarted the app as well as my system.

I saw someone had a similar issue in OBS, but this is just when I launch the Streamer.bot Event Feed.

Anyone had this issue and been able to resolve it?

EDIT - Nevermind, it was actually solved in this post and I just misunderstood the issue.


r/streamerbot 9d ago

Question/Support ❓ %targetUserType% affiliate variable overwriting %targetUser% variable

1 Upvotes

Hello! I'm trying to make a shoutout widget that has a visual element which changes depending on if the person being shouted out is an affiliate, partner, or neither. However, I'm encountering what appears to be a bug when handling affiliates. I have the program get %targetUserType%, which seems to update the variable just fine in the action log for those who are partner or neither, but affiliates appear to have this value saved not to the targetUserType but to the targetUser and targetUserName variables.

Variable assigned using get %targetUserType% for a Twitch Affiliate

I've only just started learning this program, so please let me know if I'm missing something I can try on my end! Not certain why this is working as expected with partners and neither but not affiliates. I tried searching the Reddit but didn't see this mentioned anywhere.

Overall path using %targetUser% variable for affiliates to circumvent issue

r/streamerbot 10d ago

Question/Support ❓ Post most recent Twitch VOD to Discord after stream

1 Upvotes

Hi! Just curious if anyone knows how to get my most recent Twitch vod to post automatically on discord after my stream ends.

Is there a built-in variable for VODs or anything like that? Thanks!


r/streamerbot 10d ago

Question/Support ❓ New to Streamer Bot, any good up to date tutorials? Setting up and learning the basics.

3 Upvotes

So recently I began to look into using a stream bot, originally I was just looking for a plug in that shows a merged chat (I now dual stream to YT & Twitch) and after not being happy with trying social stream ninja, I learned streamer bot does that and more. I managed to get an on stream merged chat + OBS dock showing the chat for me (its basic but once I learn more I can tweak it) I next want to have a dock in OBS to show my view count for both platforms individually side by side.

Looking up tutorials for streamer bot is a bit tricky because whatever I want to learn either isn’t specifically there and many of the youtube tutorials show the software looking outdated. The entire UI has radically changed it looks like and some options are named differently.

I PNGTube currently but I have a VTuber model in the works so I’m looking to make my streams more interesting and engaging and streamer bot has so much to offer and I’m looking to learn more of it. Are there any up to date tutorials online somewhere? Eventually I will wanna setup alerts and notifications for stuff like followers and subscribers too, it looks like such a versatile software


r/streamerbot 11d ago

Question/Support ❓ Any "Error Too Many Redirects" Fixes for OBS?

10 Upvotes

I was on a small break from streaming and recording, and when I opened up OBS, my Streamerbot chat/event docks said it couldn't load the page from too many redirects. Are there any fixes? or Is this not a known issue? I tried for a few minutes to find anything like it, and the only thing I can think of is the servers being down.

Would appreciate some help.

This is the error I have

UPDATE! I FIGURED IT OUT BY CHECKING DISCORD!

And now, I will grant you all the knowledge!

Basically, Clear most of the caches in the show settings folder.

So Files -> Show Settings Folder -> Plugin Config -> OBS Browser -> Delete the following caches:

Cache, Code Cache, DawnGraphiteCache, DawnWebGPUCache, GPUCache GraphiteDawnCache, GrShaderCache, and ShaderCache.

Now I don't know what caches you have in your obs settings, but deleting these ones is what fixed it for me.


r/streamerbot 11d ago

Question/Support ❓ Hide and seek redeem

4 Upvotes

Hey! I have a tavern/medieval theme on my stream where I have !order to get lore accurate meals or !bed to rent a place to sleep or not getting one etc, I'm using lists with random prompts that my bot Barmaiden will give out. I want chatters to play hide and seek where the redeemer of the channel point hides and other people can use !desk or !table to try to find them and the winner gets loyalty points from streamelements from barmaiden. Is this possible?


r/streamerbot 11d ago

Question/Support ❓ Alerts with Streamer.bot

2 Upvotes

Hi, seeing what can happen with StreamElements, I'm looking to create alerts for my streaming platforms (Twitch, YouTube, and Kick) using Streamer.bot. How can I do this? Is there a tutorial or something similar?


r/streamerbot 11d ago

Question/Support ❓ Raid start trigger and subaction not working

1 Upvotes

I'm trying to trigger a raid start from my channel to other channels through streamerbot chat as I have it integrated into obs. I created a command !raid and had it set as the first trigger, then another trigger to do raid start (screenshots below). Created a subaction that is start raid (%raidUser%). Based on the streamerbot variable/help pages https://docs.streamer.bot/api/triggers/twitch/raid/start should be an accepted variable. I'm not sure what I'm missing or not understanding at this point. Tried this last night and can see it's not getting called.

Side note: I have the !raid command set up to be for moderators and myself as the streamer, to be at the start of the message. etc. and set to ignore bot account.


r/streamerbot 13d ago

Question/Support ❓ Discord and Streamerbot

0 Upvotes

I have been messing about and teaching myself a little about with streamerbot. I have some cool ones so far, and are branching out to new things. The new actions I am trying to create requires getting the ID of the discord VC channel I am in. Is there a way to do this?


r/streamerbot 13d ago

Question/Support ❓ Tiered Multiplatform Bit & Superchats Progress/Goal Bar

2 Upvotes

Howdy! New to streamerbot and had a wacky idea that I can't seem to figure out.

I'm looking to create a "Mystery Drink Progress Bar" to display on stream that tracks viewer donations from two platforms (Twitch Bits, & YouTube Superchats) and performs an action when $10 is met, $25 is met, $50 is met, and the final total goal of $100 is met throughout the duration of the stream.

Action would be some added screen text that says something simple like, "Drink 1 Reached".

OBS/Streamlabs has widgets that can grab both of those donation values separately, but can't group them together into one single progress bar (nor can it add conditions or actions, like reaching $10, $25, etc.) so something like streamerbot makes more sense here.

How would I go about making a progress bar like this? Is something like this possible?

Not a coder by any means, but one time I did change a website's header text from red to blue and felt like a wizard.


r/streamerbot 13d ago

Question/Support ❓ Custom Twitch power up redeems

1 Upvotes

Is there a way to get it so that custom power ups(bit redeems) automatically trigger actions on stream?

I've looked at the automatic reward redemption but that only allows default ones from twitch which isn't ideal for what i want

Any ideas/suggestions or extensions that could help make this work?


r/streamerbot 15d ago

Question/Support ❓ Problems with fetching latest Twitch subscriber.

2 Upvotes

I have added the built in sub-action for fetching the latest sub on twitch, and I then use the variable %latestSubscriber.userName% (listed in the Wiki) to update a text source, but when I test the trigger it instead outputs "%latestSubscriber.userName%", instead of the name or the latest subscriber.

I have also tried making a global variable for %user% and that does seem to work, but every time I test the trigger it gives me a different username from a list of past subscribers.

I checked the variables through the actions history when testing the trigger with no sub-actions and there was one just called "userName", and that also outputs a random past subscriber once I use that variable.

What confuses me is that nothing like this happens when using the intended arguments when fetching the latest follower. Using %latestFollower.userName% does output the latest follower every time, which makes it easier to update when triggering the sub-action and updating it automatically when I start stream.

I found someone had a similar problem, but this was years ago.

Is using the %user% method the current intended way to fetch the latest sub? Am I using the wrong variable for the built in sub-action?


r/streamerbot 16d ago

Question/Support ❓ Streamer Bot and PiShock

1 Upvotes

I am hoping maybe someone can help me. I do gaming LIVES and I had my Pishock linked to my streamer bot, recently Pishock either updated things or broke something.. or maybe Streamerbot broke something.. I can't figure out which but now these two programs aren't playing nice and I am trying to add funnies to my gaming lives for people to remotely access the pishock through chat commands or by following me.. it used to work,, until it didn't. Does anyone know how to get pishock to work with like Tik Tok for example? I'm trying to figure out why it's not working anymore and pishock's discord is anything but helpful. the only YouTube video that helped set this all up is now entirely outdated because both pishock and streamer bot updated and the UI is vastly different than what is in the video.


r/streamerbot 16d ago

Question/Support ❓ Streamerbot (1.0.4) won't connect with OBS (32.1.12)

Post image
0 Upvotes

I tried reinstalling

Firewall exceptions to streamer bot and OBS

Port opening

Connecting with and without Authentication.

For a bit more context. last time I used StreamerBot it was around version 0.2.4 and OBS needed a plugin for websockets but it worked just fine back then.

edit: tried 127.0.0.1 in StreamerBot