#helpdesk-twitch
1 messages · Page 796 of 1
Alerts delayedd again
gonna remove obs live and retake the regular obs
Hi guys i have a question about "Use optimized encoder settings"
I'd love to change my chatbot name on ground control. How can I do this??
Does this option actually override any settings i make myself on x264 etc, while streaming to twitch??
@stark sparrow Obs.live is a plugin for OBS Studio for the best OBS support, please join their Official Discord @ discord.gg/obsproject
hey, i have over 30 dollars of merch sales and i withdrawed it about 2 weeks ago and it still hasn't shown up in my paypal. can u help me
ooop
I'm not using OBS live plugin for OBS, i'm using streamlabs OBS
@stark sparrow We're not able to troubleshoot issues with using our overlays in StreamLabs OBS (SLOBS) as we don't have the tools to support their software. We recommend using OBS Studio or OBS Studio with our plugin OBS.Live.
hey can someone help me? im trying to link one of my friends twitch accounts to stream elements on my computer but it keeps signing me into my own stream
Log out of Twitch's website.
I'm sorry, I don't understand why you are talking about overlays, I'm talking about a setting on SLOBS!
im trying to use one of the themes for my twitch but i dont know how to put it into obs i was using stream labs but i got recomended stream elements but im just confused on how to put the theme
i got the dark matter theme and it gave me links but i dont know how to make it actually show up on my stream or anything like that can anyone like tell me?
@golden python To add your overlays to OBS, add a new browser source in your scene. Paste your overlay URL in the browser source properties, set the dimensions to 1920x1080 (unless you changed them on the website) and check Shutdown source when not visible. https://youtu.be/KDvLynUqXI4
My commands don’t work on my class
Hello
I'm having an Issue
I'm running my first giving and every time someone trys to submit a ticket it says they don't have enough?
While im streaming how do i select which theme to be showing like when im starting stream how do i make that show then make the started stream show
@golden python New to StreamElements?
Check out our YouTube channel https://www.youtube.com/c/streamelements/videos
with tutorial videos from setting up the basics, to in-depth details on how to use our product.
New to OBS? Here is a 4 step quick start guide
https://obsproject.com/wiki/OBS-Studio-Quickstart
Want to learn even more? Here is an in-depth overview
https://obsproject.com/wiki/OBS-Studio-Overview
Can anyone help me?
@near iris Please provide your account ID found at the top of this page: https://streamelements.com/dashboard/account/channels This ID is public info and safe to share here.
5ef2c662e37a29c7b821eed4
@near iris Nobody has any Loyalty points and you have Loyalty disabled in your account. Loyalty points are not channel points.
Oh 🤦🏽♂️ @strong kernel what do I do just Activate them?
Yes, you need to activate Loyalty in your account, and then people need to earn enough points to buy a ticket, based on the price you set.
Okay, one last question what are the Loyalty points under and thank you so much @strong kernel
Loyalty settings.
🙏🏽
Is someone able to assist me please?
@hearty condor Welcome to the helpdesk! Please let us know how we can assist you today and a support volunteer or staff member will assist you as soon as they are available. Thank you for your patience.
Is there any updates on when the Extra Life feature for Stream Elements will work again? It has been broken now for many weeks. I appreciate the help.
So I am trying to get alerts when I recieve donations via SE, I currently get donations from SL but moving my payment source over to here.
@calm grail Should be working as of today. Delete and remake the widget(s) if you're still having trouble.
and currently use SL to stream and have the alerts set up through there.
I will give it a try now @strong kernel. Thank you.
@hearty condor New to StreamElements?
Check out our YouTube channel https://www.youtube.com/c/streamelements/videos
with tutorial videos from setting up the basics, to in-depth details on how to use our product.
New to OBS? Here is a 4 step quick start guide
https://obsproject.com/wiki/OBS-Studio-Quickstart
Want to learn even more? Here is an in-depth overview
https://obsproject.com/wiki/OBS-Studio-Overview
am I able to still use SL and get alerts if I use SE.pay?
@hearty condor StreamElements tips go through a StreamElements alertbox. Streamlabs donations go through a Streamlabs alertbox. There's no mix and match.
So I can't use SL and then use SE donations and get alerts?
Correct
You will need to use a StreamElements overlay with an alertbox. It will not go through Streamlabs.
Looks like I might have to switch to OBS. :(
it’s better
I'm sure, just not use to it but I will learn with the videos.
Thanks guys, and is there any type of membership you offer for premium items?
Streamlabs took the source code for obs and dumbed it down.
Nope. We're 100% free.
Wish I didn't buy SL Prime but oh well, lesson learned. Already removed my payment info from them. Looks like I'm joining the dark side.
We're all jedi here
Any recommendations on where to get a good custom theme?
Have you checked the Themes gallery?
@strong kernel, I have deleted and added the Extra Life Donation Tracker but everything still shows $0. Not sure what else to do.
@calm grail Can you double check your participant ID number?
We utilize this and our Team ID is still the same. Nothing has changed and I have double checked it.
Then it probably needs to be looked at further.
Yeah, its been down and not working for our team for almost a month now. I am not sure what else to do to correct it at this point. It could be the API, but I am not certain. How do we proceed to get it looked at?
There's nothing you can do, and it's been the API all this time.
It's an ongoing issue we've been working with Extra Life to resolve.
So at this point there is an ETA for a fix and we should look for another backup solution?
We never provide ETAs.
oooh, I can import all my stuff. That's clutch.
I understand @strong kernel and I just wanted to bring it to the support teams attention. I hope at some point it can be resolved.
I can tell you from experience that donor drive who does the CMN backend for extra life is pretty shit. They had to develop their own backend api for extra life and had too much pride to admit their stuff sucked. As a program within CMN it doesn’t get nearly the support it needs for what they do.
hi, so; i hope someone can help me with this issue i am currently having- creating a custom command...
i'm trying to make a counter command so it adds a number argument provided when the command is used, but i cant figure out how to get it to actually work...
this is what i have for the command's success/update response:
Successfully updated! New Total Subathon Subs: ${count subathonSubs +${1}}
and this is what the bot outputs in chat when the command is run:
Successfully updated! New Total Subathon Subs: ${count subathonSubs +${1}}
Did you forget a closing bracket?
Can you screenshot your command inside the dashboard?
remove curly brackets for +1
gg
should be Successfully updated! New Total Subathon Subs: ${count subathonSubs +1}
no but i want the number provided in the triggering command to increase the counter by whatever number is provided which is why i used the ${1} variable in it
not just increase by one
ummm
like for example
idk aboot that one
if someone gifts 5 subs
i would put 5
instead of having to run it 5 times
i’ve seen it done with se in another chat i just can’t figure out why it’s not working for me because the syntax is correct as far as i know and lines up entirely with the variable guide..
${count subathonSubs "+${1}"}
the space was throwing it off right?
Well, it needs the quotes anyway.
thanks nethyr
Thanks for the feedback @dry hare
@cedar rock To add your overlays to OBS, add a new browser source in your scene. Paste your overlay URL in the browser source properties, set the dimensions to 1920x1080 (unless you changed them on the website) and check Shutdown source when not visible. https://youtu.be/KDvLynUqXI4
is there anywhere i can download PNG images of twitch bit icons?
I'm a moderator for a twitch stream that just switched over to the streamelements chatbot. However, I can't find any good documentation on the syntax for the moderator chatbot commands. For example, there is supposedly a !command, but I don't know how it's supposed to be used. Can anyone point me to the documentation?
@proper narwhal are you asking if there is somewhere that you can download someone else's artwork for your own purposes? no. There is not a way to download twitch bit icons unless twitch explicitly gives you permission.
@marsh jacinth you can check the documentation here https://support.streamelements.com/hc/en-us/articles/115000373852-Chat-Commands-
and there are some variable examples in the commands section of your dashboard https://streamelements.com/dashboard/bot-commands/default-commands
@dry hare thanks for replying. I already read that, but it doesn't explain the syntax of the chat commands that require inputs.
sorry, maybe I just don't get it. For example, what is the syntax for using !command from twitch chat to add a new command or add a new alias?
ok, thanks. they really need to add those types of things to the documentation.
Agreed
question I have my stream set up the way I want but it doesn't take up the entire space given on twitch, on obs it does but when I stream on twitch I have space on the top and bottom
Your canvas and output resolution are wrong in obs
how would I fix that
Set it to correct values. Sorry I’m driving rn
so should they be matching? this is pretty new to me
I have a 2560x1080 monitor
Ok set your canvas to that
Fixing those numbers helped but I still have space above and below
escuse me, is anyone able to help me out? i dont know why but none of my overlays will show up when i press start stream in the obs app
Keep output to 1280x720 then? And just change canvas
Could be the resolution as it’s a 21:9 monitor and twitch hates ultra wide
You could ask in the obs discord but idk if they can help
😔
@lament blade To add your overlays to OBS, add a new browser source in your scene. Paste your overlay URL in the browser source properties, set the dimensions to 1920x1080 (unless you changed them on the website) and check Shutdown source when not visible. https://youtu.be/KDvLynUqXI4
Ok
I’m driving to work or if help more
Ty for your input
Np
Hey guys. Can anyone tell me how to deactivate and reactivate the streamelements bot for twitch? I tried an different bot and deleted mod-permission for streamelements. Already gave back permission but SE bot isnt working anymore
um so my chat comands are not working anymore
espacially my timers not working anymore
@uncut whale Go to the Dashboard > Right side > Part channel > Join channel(https://streamelements.com/dashboard)
thanks, already found it. But how to make my bot timers running again?
Someone from staff who can help me? I'm setting up my subscriber alerts but in variations I don't get the option to change the font size and text location
I've tried to the fixes posted above and I cannot get my chat commands to work at all!
blurry text in the chat and activity feed docks
@fickle herald Please provide a proper screenshot with the issue visible. If not sure how to take a screenshot, you can check here: https://www.take-a-screenshot.org
cant read text while streaming
@fickle herald "Please follow these steps:
- Close OBS
- Open the NVIDIA Control Panel
- In the left menu select Manage 3D settings and then under the list of options (right panel) press Restore default settings
- Start OBS"
Thank you!
@thorn path Welcome to the helpdesk! The regular helpdesk channels are in English but we do provide multi-language support in the following channels: #🇩🇪︱deutsch | #🇫🇷︱français | #🇪🇸︱español | #🇵🇹︱português | #🇳🇱︱nederlands | #🇮🇹︱italiano | #🇵🇱︱polski | #🇨🇳︱中文語言服務區-chinese | #🇯🇵︱日本語-japanese | #🇭🇺︱magyar | #🇰🇷︱한국어-korean | #🇹🇭︱ไทย-thai | #🇷🇺︱русский | #🇺🇦︱українська | #🇨🇿︱czech
@drifting crescent All fixed. !socials and !discord were set to only work while you were live.
@primal mantle Please provide your account ID found at the top of this page: https://streamelements.com/dashboard/account/channels This ID is public info and safe to share here.
@uncut whale The bot needs to be in your channel for timers to be sent.
5a30f3e992eef200016bd0c4
@primal mantle Did you scroll down far enough?
I found it, it was on the Advanced settings of each Variation :3 Thanks!
it is active in my channel. It worked perfectly before i deleted mod permission but not now anymore
hey can someone tell me how you get media share to play on your screen where do I get the link?
is there a way we can import watch time from another bot? I can provide the time database or a csv or something if thats what's needed
this is for one of the streamers in the dream team section if that helps
@lament blade New to StreamElements?
Check out our YouTube channel https://www.youtube.com/c/streamelements/videos
with tutorial videos from setting up the basics, to in-depth details on how to use our product.
New to OBS? Here is a 4 step quick start guide
https://obsproject.com/wiki/OBS-Studio-Quickstart
Want to learn even more? Here is an in-depth overview
https://obsproject.com/wiki/OBS-Studio-Overview
my commands stopped working, i havent updated anything. I noticed after a user tried using them earlier today
@austere grove Go to the Dashboard > Right side > Part channel > Join channel(https://streamelements.com/dashboard)
i just tried that and it still isnt responding
Hello, i was wondering if i could get any feed back regarding an issue i'm having for the last few days now.
Some of my viewers cannot redeem some items through commands i setup the commands are simple $(reddeem item), in fact it is returning user has not enough points but they surely have their points so is there any similar case to this issue.
please be kind and guide me through thanks a lot for your efforts 🙂
Hey how do i get twitch chat to show up white in my overlays?
you guys know how i can fix this rounded edges in static image? ( i dont want the rounded edge)
Hello... For some reason, I can't get my custom name bot to display any of my commands. It works with the streamelements bot. Not sure what I'm doing wrong.
@summer flare If your commands recently stopped working and you're using OBS.Live and a custom bot name do the following:
- In OBS.Live, click on the hamburger menu (three stripes) at the top left of your activity feed
- Click on Stream Settings > Custom bot name
- In the Custom bot name field select Set custom bot name, not your already existing username (with capital letters). Note: If you already connected an account that way, the third entry will show as the account name (see image https://i.imgur.com/sO7fWOX.png).
- Scroll a bit down and click on the purple Connect Custom Bot Account button
- Log in as usual and Authorize the custom bot name
- Back in the Activity feed, click on the Send Test Message button and check if your custom bot name starts working again
I am having an issue with the leaderboard not showing my top chatters and emotes. I heard this is because I changed my name. Old name was HesABaby and the new is FranchiseM
How do you get an overlay to show up for just a gift or community gift sub, but not a "normal" T1 sub. What even is the 'normal' sub, before you go into variations?
Is it to simply check every possible type of sub and simply not display anything for the other ones?
yes
OK, so if you want multiple images to show up (Like a background for text, then another image for each type) you just setup the basic one with the background video, then clone that one (with all the variations), delete all the images, turn off all the text/sounds, then simply drop in the image you want for each type in each clone of the overlay, correct?
There's not an easier way to just add an extra image to each 'type'? I'm assuming not as it only seems to be one image per alert.
You can create variations without duplicating anything.
Yes, but can you do that with multiple images in a single alert?
It’s a lot of work
I'm assuming not, since I'm not sure how you'd center the two images
You mean
Select random from ALERTS
When alert = follower?
Not random/different alerts, I mean multiple images appearing during a single type of alert.
E.g. I have one image that's the background for the text. The other image is an actual graphic
I cannot guarantee anything like that can happen
You’d have to create two separate alert boxes in the overlay
I can do it, it just gets very difficult with variations
That much I know
Yeah, that's what I've done
But I've many, since I've different ones for different variations
I'm getting the impression SE overlays were not designed to do what I'm trying to make them do
Yeah you’d need two alert boxes to start.....depending on how crazy you want to get, you can just add alert boxes until obs crashes

I heard variation limit is somewhere around 200-ish
Oh I don't need that many. I've one that shows up for most, but gifted subs didn't work with the background. My issue is that it's not showing up for gifted subs, and the other one does..sometimes.
I'm working that out
Mind if I ask some questions regarding chat commands?
@fathom creek sure
Ask away. I suspect I'm going to have to learn this myself through trial and error
I got nothing on alerts for you @naive cedar you’re good experimenting though
That’s outside my wheelhouse
Trying to figure out how to give average twitch viewers to add quote
!quote add ${1} will only work for broadcaster only
I wish you the best of luck and if you find an issue make sure to report it via the report issue thing in the streamelements menu of obs.live
@fathom creek make sure your quote command permissions are set. If you look in the commands section of your dashboard you’ll need to make the command available to everyone
I made sure that !quote commands is for everyone
But only broadcaster is able to add quote, not even mods could add or remove them
Twitch mods?
Yep
Sorry, I don't follow
Twitch permissions are not the same as streamelements permissions
So a mod on twitch does not equal a mod on streamelements
Yeah, but someone being a mod or not is not the issue
A command !quote add/remove that is supposed to be available to everyone is not working, that's the issue
Just wanna make sure if I set everything correctly or missed something
Thank you
Another question, I have a streamlabs command that I want to delete. I do !lurk and the command from streamlabs comes up with the new one I created in streamelements. is it possible to delete this command?
/ban streamlabs in your chat 
thanks!
@austere grove If your commands recently stopped working and you're using OBS.Live and a custom bot name do the following:
- In OBS.Live, click on the hamburger menu (three stripes) at the top left of your activity feed
- Click on Stream Settings > Custom bot name
- In the Custom bot name field select Set custom bot name, not your already existing username (with capital letters). Note: If you already connected an account that way, the third entry will show as the account name (see image https://i.imgur.com/sO7fWOX.png).
- Scroll a bit down and click on the purple Connect Custom Bot Account button
- Log in as usual and Authorize the custom bot name
- Back in the Activity feed, click on the Send Test Message button and check if your custom bot name starts working again
Ask the viewers to sign up with our dashboard and then to try again with the redemption commands.
which overlay is that image in?
oh didnt think of that ok i'll tell you if it helped thank you @zenith widget
Hello folks! I'm trying to modify an overlay from stream elements, but am running into an issue with moving 1 section broken into multiple layers. Any suggestions?
fixed
@lament blade can you show a screenshot or elaborate a bit more on what you are trying to do?
The top part it looks like is broken up into 13 layers
Makes it seemingly difficult to move to the bottom left corner area
You can group layers @lament blade which helps navigating around the layers and makes moving widgets easier
Ah.
Oh! Additionally, is it possible to modify the text in layers such as for social media? I modified the corresponding boxes on the left, saved, and pasted the link into obs, but no text was modified.
click on the widget -> close layers tab -> open settings tab -> modify the text field
hey iv got a question
where do i change the sub alert box sound, i can change the gifted sub e.t.c but can seem to find where the sub is controlled from
From the other variations
if you've changed the gifted variation, then update the other variations
Right, what you are looking at is Streamlabs
and this is Streamelements discord
you will have to go ask their support
ooo ok thanks
Hi! Is it possible to reset the watchtime leaderboard?
@ashen sparrow Yes but it requires hitting the
here for every single user 1 at a time.
There are over 40k users... Is there any way around that?
Offhand that I can think of? No. Gimme a sec to look at something.
leaderboard reset
Hey, I'm trying to figure out a way to change a text in my streamelements overlay with a widget via chat
Hopping in stream ^^^^
Good morning, could someone tell me if you're currently having an issue with Store Redemptions, specifically Media? I have a large number of gif/video clips that play with a separate audio track and they have been very reliable until last night. The sound and video used to play together, now the video won't display until the sound has finished and it's broken most of my alerts.
@zenith widget There is no reset button at the watchtime leaderboard.
@ashen sparrow He did it from his end with the 
i mean that I reset the leaderboard
@sturdy jay so you have a video file (.webm assuming) + an additional sound file set on the store item?
Looking forward to hopefully the new Mac OBS beta, does anyone know what the main differences I will notice in using the OBS version as opposed to the Web version I currently have access to?
web version?
Well I'm on Apple Mac, so I currently don't have OBS for Mac (beta is incoming) so I have to make do with the Web Version... It's just a dashboard that I have some access to SE stuff.
Oh. That.
Ok, I just wanted to know if it‘s possible for a streamer where I am mod. Not my channel 😦
@zenith widget Is it possible to undo the reset for my channel? I was just asking for a channel that I manage.
Hey - well there are a combination of files. Some are .gif with a .mp3 as the sound, some are .mp4 with an .mp3 as sound. Up until yesterday, the video/gif would play at the same time as the sound, now it's waiting before the sound finishes before displaying the video/gif - effectively breaking everything 🙂
Yo
@ashen sparrow unfortunately, no, but i take the blame for the reset as I didn't notice you were asking if its possible and considered it was what you wanted to happen. But then again you didn't mention that it was for someone else, even though you said 40000 entries
@sturdy jay I would recommend to convert those .mp4s to .webms.
So just to make sure, gifs are also waiting on teh sound to finish before playing?
Yep, the mp4 and .gif files are doing the same thing, the sound starts and ends before then displaying either the .gif or the .mp4 at the end
I've just created a new item, just with an mp4 including audio and that is working but I'd rather not have to convert all 60+ files that have been working perfectly until last night 🙂
@zenith widget Oh, that is unfortunate. So there is no backup? Even if it's just only a list. I would recreate my leaderboard manually user by user then if there is a list, cached somewhere.
@sturdy jay roger, so I'll test this on my own account and report back to the devs. I believe I know what has happened here or at least know when it was changed
@ashen sparrow i will ask the devs, but I can't guarantee anything.
Thank you @zenith widget - until then I'll disable the store items
I'm sorry, but this is Streamelements - we can't help with Streamlabs' tools and features.
I still don't know how to stream
@dusty oracle New to StreamElements?
Check out our YouTube channel https://www.youtube.com/c/streamelements/videos
with tutorial videos from setting up the basics, to in-depth details on how to use our product.
New to OBS? Here is a 4 step quick start guide
https://obsproject.com/wiki/OBS-Studio-Quickstart
Want to learn even more? Here is an in-depth overview
https://obsproject.com/wiki/OBS-Studio-Overview
Do I need to be twitch afiliate to create overlays?
no
oh
I have a problem, I cant create overlays with my twitch channel but I can do it with my youtube channel, do u know why?
@sturdy salmon Please provide your account ID found at the top of this page: https://streamelements.com/dashboard/account/channels This ID is public info and safe to share here.
yes
is it possible to change the font weight for the chat box of streamelements?
@sturdy salmon i manged to make an overlay
i would recommend usign Chrome if you are not
I am
@long rover the chat widget for overlays or chat dock in obs.live?
@sturdy salmon ok i saw the issue here
unfortunately, the account will need to be deleted and recreeated afterwards in order to fix this issue
widget for overlays
how can I delete my account?
you have text settings for the widget @long rover
ik but I can't change the font weight which I would like to change
Thank you
the issue is fixed, ty 😄
@long rover no need to repeat
the weight setting is available in custom chat widgets, not the default one
you can play around with the stroke and size settings if you want to go for a similar type of look
depends on what you refer to as 'weight'
like the boldness of the text
So that setting as you know it may be available in other custom widgets, not the default one
but you can play with the settings I mentioned to go for the type of look you're interested in, if I understood what you're interested in
Thanks for the help
hello i have some problems with the new soundtrack by twitch app, i wanted to install it to my streamelements obs but i always get the message obs studio companion couldnt be installed. in my obs i already have the soundbar of the app but all the sound are still just on the desktop sound
@sharp breach Obs.live is a plugin for OBS Studio for the best OBS support, please join their Official Discord @ discord.gg/obsproject
ok thanks
Is it possible to do a full reset of you streamelements account? So the chat stats and all that is gone?
which chat stats?
Ill dm you, hope thats fine 😄
no
well fair enough, stats from this site: https://stats.streamelements.com/c/
But my point is, is it possible to do a full sweep of my account so i can do it all over again? 😄
sure, but that won't affect the chatstats page
If you can sweep it and reset chat stats page for me, that would be wonderfull 😄
How are you? today i was watching a video on youtube about the configuration of the stream elements and this youtube through the obs could configure twitch information and could see how many people were on live, but i didn't find anyone teaching how to do this, can someone help me?
@tired shell well i need the username to even remotely do anything with the chatstats page
@zenith widget Thats CrapYard
@pseudo delta If you are not seeing the OBS Twitch integrations and have OBS.Live installed, please follow these steps:
- Make sure you are on the latest and greatest version of OBS.Live
- Exit OBS (make sure OBS is not running)
- Delete
%appdata%\obs-studio\plugin_config\obs-browser\obs_profile_cookies - Start OBS.Live
- Settings > Stream > Disconnect > Connect
@viscid pebble OK i will go make it
that's on twitch @grave mortar
hey there, so I want to add an overlay that I worked on in streamelements to my streamlabs and I copy URL and paste it in the browser source and everything but when I want to add other layers of the overlay, like be right back or start up soon or actually anything, I don't have that option and I lose that layer that I worked on. It's like I have 1 URL for 5 pictures of an overlay and when I want to add them (to a new source of course) the previous source gets replaced by the new one that I just copied, and I actually checked and the all have one URL, don't know how to implement them all in one session
you can use basically as many overlays as you want. https://support.streamelements.com/hc/en-us/articles/360025920391-Adding-an-Overlay-to-OBS-Live
not sure how slobs work though you'd need to ask them
hey, so I got a problem. When I add a widget url from streamelements to streamlabs OBS (here, its a tipping widget), the widget shows in the very far corner of the widget box, and only the very left tip of the alert is seen, any solution for that?
@carmine sun The default resolution for StreamElements overlays (theme and custom) is 1920x1080. Please add them in OBS at their full resolution and use CTRL+F to fit to screen if necessary. You can then downscale your stream in OBS settings > Video if you'd like https://i.imgur.com/6bWXxjR.png
@carmine sun We're not able to troubleshoot issues with using our overlays in StreamLabs OBS (SLOBS) as we don't have the tools to support their software. We recommend using OBS Studio or OBS Studio with our plugin OBS.Live.
Hi SE, I've asked this a long time ago and i was told that it would be fixed. Why is it when i log into different browsers on my pc i get the same JWT Token as expected. But when i log on through my mobile (android) using chrome or firefox i get a whole different key that is not for my account? It doesn't match the key i get in my PC browser
couldn't answer yesterday. So no i haven't changed username on twitch since the last time chat stats worked, i asked for help like 5 months ago and then it got fixed but it stopped working again my name is still BenCie_
I've asked yestaday about ChatStats and its not sorted yet, my username is still MichaelTheAvali
I've send it in and they are going to take a look
I'll send it to staff
if you compare the payloads from the two JWTs you get when logged in through mobile and PC here: https://jwt.io/ are they the same?
everything except the auth token is identical. The issue is the token i get through mobile does not work and it makes sense when the auth token part is different in the payload
is there a way we can import watch time from another bot? I can provide the time database or a csv or something if thats what's needed
Uhh yeah I can
A twitch user changed his nickname. After that, he can't use commands from the Store Itens. The bot says "Sorry you don't have enough points", but he already has points. How can I fix it? Can u help me, pls? And sorry for my English.
@round salmon Have them do this.
Please logout of StreamElements at https://streamelements.com/logout and then login again to your account (Twitch/YouTube/Facebook).
the messages in my chat dont show up is there any way to fix that ?
@ionic kelp thank u so much
Hi how can i fix watchtime its just puts 0 sec
twitch I changed my name and then the bot didn't come on air. Can you help me? @viscid pebble
@ionic sierra If you changed your name on Twitch, please follow these steps:
- Visit https://streamelements.com/logout and then log in again by connecting with Twitch.
- On the right side of the dashboard page that opens, select Join under bot settings. If it says Part select that and then select Join to send the bot to the chat. Don't forget to mod the bot by typing /mod streamelements in your channel if you have not already.
- Post your old and your new name here so that we can update your channel's chatstats tracking (must be done by staff).
@haughty glen 10 minutes of watch time is given to those in chat when the loyalty points are handed out (every 10 minutes). Therefore, loyalty must be enabled to watch time to work properly.
There is no direct link between watch time and all-time points.
It can’t be calculated from the number of all-time points a user has because subs may earn points at a faster rate and !bonus all command increases all-time points for users in the chat at that time.
Giving points to a single user do not affect all-time, only when giving to all in chat.
please follow step 2 and 3
next step
what the bot said
not working
the bot is not in your channel, please read the instructions carefully
you need to use the link provided, and log in with the correct account
I didn't understand how to get the bot on my channel @jade remnant
Hi Im just testing this out. I'm trying to set it up for twitch. I connected my account to twitch from the setting\stream page, but when i click start stream, it brings up the youtube live stream settings window. How do i switch to twitch?
@orchid pelican StreamElements menu, on top of OBS > Logout > Login
Hi, does anyone know how to put a line break in custom commands?
ty
@plain wren You can't.
@dark plinth You either got your browser sources not set to not show when not in focus, your audio devices in OBS are duplicated or you have it open in another window. That's something you'd have better luck asking on the obs discord.
okay, ty
HI guys, I just added a couple of sounds that are redeemable through the stream store and when I went to test them, I noticed none of them are working.
This includes older sounds I have been using for a while now up until yesterday evening, anyone have any ideas what might be causing that?
Stream Store is Bugged need someone from Streamelements check it out, the sounds are not working and the animations stuck at stream live
oh damn, but is it an individual problem or more like a service wide problem?
@viscid pebble any light on this?
why on obs studio and obs.LIVE is my twitch status docks gone?
@quasi crystal OBS Settings > Stream > disconnect from Twitch > Connect from Twitch
Any reason why my sfx items wont play the sounds but still shows the alert?
Thanks in advance 😛
@obsidian tulip Same here...if someone can help
Ok so I dunno if that should go here or anywhere else but here's my problem:
So I've wanted to switch from Twitch to Youtube for a bit, but I wanted to keep my overlays and stuff. But I've made a mistake and instead of adding my YT channel in the settings, I've logged in via YT first and now I can't add it to the channels here because now I get the "Channel is already claimed" error. Can I somehow revoge the claim on itself so I could add it here instead?
(Blurred channel is not important, it's just a friend's account that I've helped setting up)
HI, hello everyone, I'm struggling to upload my .webm file on stream elements, it doesen't support it. anyone knows why?
@acoustic trout Still nothing 😦 I hope someone helps seems every week or so im having a different problem please can i get some help here thanks
Hi
can @everyone help me?
good afternoon, can someone help me? I'm opening the live but only 1080p resolution appears can anyone tell me why? I'm already an affiliate
my store is not sounding, and alerts do not disappear 😦 help me
I am needing some help. I had my stream store setup and working yesterday. Now today when someone redeems something its just stays there instead of going away afterwards. How do I fix this?
I need help setting up SE.Pay
Still not getting follower alerts :/
Is there something wrong with elements
My bot is not working there he is not talking when someone purchases something from the store
@obtuse raven Please contact us via email for support with SE.Pay. You can use our contact form here: https://streamelements.com/contact Thank you.
@ornate crane Go to the Dashboard > Right side > Part channel > Join channel(https://streamelements.com/dashboard)
Hi, is there anyway to have the bot ban users in who violate the spam filter banned words instead of just time out?
I already did this its still not working
hey, i have followed the video instructions and spend about an hour trying to fix this myself but, my alerts and widgets wont show up on my screen
@lament blade The default resolution for StreamElements overlays (theme and custom) is 1920x1080. Please add them in OBS at their full resolution and use CTRL+F to fit to screen if necessary. You can then downscale your stream in OBS settings > Video if you'd like https://i.imgur.com/6bWXxjR.png
yeah thats uh.. thats the video i watched
my alerts do show up but the bot is not talking if someone writes a text when he purchaeses semoething
@lament blade OBS > Settings > Advanced > Scroll down > Enable or disable Browser Source Hardware Acceleration, depending on its current state > Restart OBS (This does not apply for OBS on Mac)
https://i.imgur.com/ggMe9ZE.png
@ornate crane If you changed your name on Twitch, please follow these steps:
- Visit https://streamelements.com/logout and then log in again by connecting with Twitch.
- On the right side of the dashboard page that opens, select Join under bot settings. If it says Part select that and then select Join to send the bot to the chat. Don't forget to mod the bot by typing /mod streamelements in your channel if you have not already.
- Post your old and your new name here so that we can update your channel's chatstats tracking (must be done by staff).
turn it off
ohhh ok thx
They are turned on the bot is responding in the chat but not with his speech
Se, is there a problem with stream elements. Every time i redeem points or have a viewer do it. It just stays up and does not go away. It use to be a quick alert and go away now it does not.
@ocean moat same
I logged out, reinstalled and even refresh. Yet still does not work
lol. How are you @ornate crane
I am fine i guess lol just trying to stream xD
Me too
Hi guys, is it possible for a custom command to select different responses based on the RNG? Something similar to !8ball but related to a number range? (Or does that need to use some external API?)
Yet i still need help with this issue
I just got an email from Stream elements. Says “You are invited to register to the StreamElements Payments portal. Please do so at your earliest convenience to avoid delays in payments you are due.”
Is this real?
@lament blade if you want to chat, go to #general-chat
ok thanks
Wonder if I can get some help now that it's a fresh new day
I'm wondering if the support can help with !quote commands
I set it so everyone can use it but !quote add/remove can only be invoked by me, the broadcaster
Seems viewers can only do !quote to randomly show quote, but nothing else
any luck guys
stop posting these messages, when you get help you will know
alguem sabe como q da pontos pra glr da live?
Okay sorry @wary halo I will wait my turn.
@safe flame Welcome to the helpdesk! The regular helpdesk channels are in English but we do provide multi-language support in the following channels: #🇩🇪︱deutsch | #🇫🇷︱français | #🇪🇸︱español | #🇵🇹︱português | #🇳🇱︱nederlands | #🇮🇹︱italiano | #🇵🇱︱polski | #🇨🇳︱中文語言服務區-chinese | #🇯🇵︱日本語-japanese | #🇭🇺︱magyar | #🇰🇷︱한국어-korean | #🇹🇭︱ไทย-thai | #🇷🇺︱русский | #🇺🇦︱українська | #🇨🇿︱czech
my overlays still wont show up, i have tried everything
could it be that i activated the thing that says to close the program if not running or sm like that?
ok i de-activated that and now they show up on stream but not on my screen
guys i have a problem with my store widget,the alerts widget is working fine but the store stays forever on the screen and doesnt play the sounds that i create on the store page
Yeah this seems to be a wide bug, hopefully they fix it soon. Yesterday the problem was that I got the sound and then eventually the on screen alert.
im trying to reconnect my custom bot in the activity feed in obs live, i enter all the credentials and it verifies but then does not show the custom bot choice in the drop down box...any ideas?
i have had a custom over lay made on FIVERR ( on stream labs website ) and cant figure out how to import that overlay into streamlabs so i can add the alerts etc.. into it
I think this is more an OBS problem, but maybe someone can help me? It's stopped broadcasting my desktop audio and I don't know why.
can anyone point me in the correct directin
Hello. I have been using streamelements for a year or so now. For the past couple of weeks now the commands won't work. Some worked every so often but now they won't work at all. I tried parting channel and rejoining channel. Also tried muting and unmuting. Moding and unmodding. The alerts work but the commands aren't working.
Does anyone know how to stream to twitch and record gameplay and CAM in full 1920 resolution? what i mean by that is i would love to stream and record full resolution on both sources at the same time
@tender idol New to StreamElements?
Check out our YouTube channel https://www.youtube.com/c/streamelements/videos
with tutorial videos from setting up the basics, to in-depth details on how to use our product.
New to OBS? Here is a 4 step quick start guide
https://obsproject.com/wiki/OBS-Studio-Quickstart
Want to learn even more? Here is an in-depth overview
https://obsproject.com/wiki/OBS-Studio-Overview
@pallid gale Obs.live is a plugin for OBS Studio for the best OBS support, please join their Official Discord @ discord.gg/obsproject
@hidden grail Obs.live is a plugin for OBS Studio for the best OBS support, please join their Official Discord @ discord.gg/obsproject
@viscid pebble i have a problem with my store widget,the alerts widget is working fine but the store stays forever on the screen and doesnt play the sounds that i create on the store page
I reported it to the team
Thank you!
Oh i also tried deleting and redoing commands still not working
They are looking in to it
Is it all commands?
And are you using a custom bot name?
If so:
If your commands recently stopped working and you're using OBS.Live and a custom bot name do the following:
- In OBS.Live, click on the hamburger menu (three stripes) at the top left of your activity feed
- Click on Stream Settings > Custom bot name
- In the Custom bot name field select Set custom bot name, not your already existing username (with capital letters). Note: If you already connected an account that way, the third entry will show as the account name (see image https://i.imgur.com/sO7fWOX.png).
- Scroll a bit down and click on the purple Connect Custom Bot Account button
- Log in as usual and Authorize the custom bot name
- Back in the Activity feed, click on the Send Test Message button and check if your custom bot name starts working again
yes all of the command and Ill look int othe custom bot name thingy thanks I'll let you know if this works out or not
I’ve tried the above too but after I authorise the custom bot does not show in the drop down section
I wasn't using the custom bot name it was the second option but im going to continue with the instructions as follow.
i get that, now mad at staff or anything, just pissed that after 2 days of working on this nothing has worked
not*
i dont see anything on the youtube page to help with my ? ive currently already have the screens im wanting... im just trying to import the screens into stream elements to add the alerts etc.. im NOT wanting to use a stream element overlay
@past vessel @rustic karma @ocean moat did you try to reload the overlay?
and did it help or did it keep happening after that?
Yes. I restarted obs and also logged in and out of elements. I even made a new source in obs to see if that would help, yet still the same problem.
Alright redoing the custom name helped. Thank you very much I appreciate it ❤️ .
@ocean moat Please provide your account ID found at the top of this page: https://streamelements.com/dashboard/account/channels This ID is public info and safe to share here.
@lament blade are you going to talk normal now? or do i need to keep deleting your messages?
Hi. I have a problem with Alert Store Redemptions.
It does not work correctly. The image does not disappear after the set time. TTS does not work and the alert sound is not heard. Could someone help me with this?
bruh, this is a streaming network wtf is the problem with cussing?
reload the overlay, if that doesn't help let me know
this is a helpdesk server
you can either talk normal here or leave
well it would be nice if i got help with my problems at helpdesk
I sent in dm
nope, just send it here
Chill
There is ALOT of people here.. Be patient and someone will get to you
I have tried several things. I've cleared the everlay, reloaded it, cleared the alert over and over again and it still doesn't work
My alerts are not showing up on OBS, I have deleted the browser source and added a new one. All of my other sources on OBS are hidden the but my alerts will not show I even restarted my computer, anyone know whats going on?
@neon glade Please provide your account ID found at the top of this page: https://streamelements.com/dashboard/account/channels This ID is public info and safe to share here.
@dusk sequoia The default resolution for StreamElements overlays (theme and custom) is 1920x1080. Please add them in OBS at their full resolution and use CTRL+F to fit to screen if necessary. You can then downscale your stream in OBS settings > Video if you'd like https://i.imgur.com/6bWXxjR.png
5ef3a7b77221eae55178083e
thanks, i've send it to the team
okay
Thank you @viscid pebble that worked
5e53002e62adb81f7f2dc56d
on it's way to the team
Ok
What should I do?
thanks
wait 😛
still with the same problem,alerts doesnt play sound and stays forever in the screen
tx
I just uploaded some new alerts and when I go to the video tab they show for a half second then they disappear. I was wondering if someone could lead me in the right direction for a fix. thank you very much
Should I wait for a message, a review?
the team is aware and looking in to it, that's why I needed the accound ID's 😉
Oh. Ok
i'll try to ping when I have news
ok
do you have a video or a brief explanation on how to add a custom overlay into Streamelements to add the alerts etc?
If it's an animated overlay use the video widget, if it's not then use the image widget
@tender idol We've released our new Overlay Editor revamp. You can check out the changes and how to work with it here: https://youtu.be/X5VzXjqAsjk
Check out our blog post as well: https://blog.streamelements.com/streamelements-overlay-editor-just-got-even-better-c22cb5b4853e
RubenSaurus, are you able to state yes/no on whether custom commands can do branching or not? Or should I ask in #dev-chat (or somewhere else) ?
Are alerts down?
best to ask there yes, I don't even know what branching is for commands. But I know commands cannot trigger new commands
not to my knowledge, you also have #dreamteam to ask around 😉
Taking about 3 minutes for alerts to appear and numerous streams reporting the same using Stream Elements
We had a few issues last weekend, I'll grab a staff member to take a look
I am having issues with alerts not showing up that I just uploaded
did you save them?
yes
does streamelements have eventlist?
@outer trellis The default resolution for StreamElements overlays (theme and custom) is 1920x1080. Please add them in OBS at their full resolution and use CTRL+F to fit to screen if necessary. You can then downscale your stream in OBS settings > Video if you'd like https://i.imgur.com/6bWXxjR.png
yes, search for event when you click the big + button on the overlay editor or take a look at #widget-share or https://streamelements.com/dashboard/themes in the widgets section
thanks
lol, its funny, you say its because yall are busy even though i asked a good 10 minutes ago and nobody was talking then, ha! i switched from streamlabs to here because i figured it would be easier and granted it is but your support is a joke.
@outer trellis do not share your overlay URL's for security reasons
oops sorry
You can also see that I am the only one doing support at the moment
just bad timing
Just dropping in with a quick question. I might be in the wrong server and should ask OBS, since it's plugin related. But I'm trying to integrate the "Sounds by Twitch" Plugin into StreamElements OBS Live, but it won't appear as a VOD-Source or is listed in the Audio-Source.
@fluid dust Obs.live is a plugin for OBS Studio for the best OBS support, please join their Official Discord @ discord.gg/obsproject
Kept happening even after reload
Thank's @wary halo - And keep up the great work
@rustic karma Please provide your account ID found at the top of this page: https://streamelements.com/dashboard/account/channels This ID is public info and safe to share here.
Ah, the current problem is for a channel I'm modding. I have access to their streamelements but not their ID
I also have a problem with no overlap, because my just disappear and I can't solve it. They don't even open on the streameleeds website to edit.
@brittle abyss Our Dashboard and Overlay Editor are Chromium Optimized. We strongly recommend using Chrome. Opera GX and the new Microsoft Edge Chromium might work closest to Chrome as its also Chromium built. Firefox also works, but some things might look a bit different or not work. We do not recommend using Internet Explorer with our Dashboard as it does not support functions.
If the website doesn’t work on chrome, be sure none of your plugins is blocking our website or clear your cookies. You can try if the website works in an incognito tab.
ok, been about 15 minutes. anyone able to help me get my chat box on my screen yet?
for you or your stream?
for me
in OBS right?
in streamelements obs yes
click on the StreamELements menu in the top bar > Chat
you were talking about overlays, this is not an overlay this is a dock for OBS
oh, well the chat already ahd i check on it, i mean i want my chat to be like in the top right corner on my screen while im streaming so i can read my chat while i stream because i dont have duo moniters
and i want it to be slightly see through so i can still game with it
i get random internal server error on sr, what the reason?
well then that is a whole other problem now is it @lament blade 😛
@lament blade If you have one monitor and/or would like the chat overlay on the screen, please look at the link below.
Please note this is not a plugin for OBS and not maintained by SE.
https://github.com/baffler/Transparent-Twitch-Chat-Overlay
try to be a bit more clear next time for faster help
thanks
Ruben, do you have any solution for random "internal server error" when viewers try to sr
is there away i can ket the html from a website to add it into a overlay instead of a browser source
no, i have no idea unfortunately. Maybe one of the other who do support, i'll ask around
i need help on how to get the layout i created to show up on twitch when im trying to stream
@steady linden To add your overlays to OBS, add a new browser source in your scene. Paste your overlay URL in the browser source properties, set the dimensions to 1920x1080 (unless you changed them on the website) and check Shutdown source when not visible. https://youtu.be/KDvLynUqXI4
is there an update becuase of the bot? Because mine still won't talk if someones redeems something in the store
They're working on the store issues
alright thx
im about to go insane lol.. ive got my 1st screen to show correctly.. and now for my Gaming Screen and BRB screen i cant get it to cover the whole gaming screen now
how do i set the url
the clip/link/chain thingy
@viscid pebble I can't open my overlays either in chromium, or anonymous tab, or otherwise. The overlays were working normally and just disappeared. I'm live now and they don't show up. I already cleared the browser cache.
okay so ive got every overlay setup the way i want but im still having issues with my game overlay.. i cant get it to stretch the whole screen ?
Will they reach out to me??
It's best to get it to fit to the same width of canvas in the streamelements editor
Then you don't need to alter it in OBS
So if you're working in 1920*1080 then do that in streamelements too
having troubles updating email address... any suggestions please?
Allas, according to OBS, the StreamElements Plugin changes many features and may conflict with the integration of the plugin "Soundtrack by Twitch" . At this point, OBS redirected me back to StreamElements. The electric boogaloo.
OBS is meant to update with it's own way of separating audio soon. So maybe you won't have to deal with the naff twitch thing
That would be nice @rustic karma - I have to admit that many features of Elements OBS are all nice and smooth-fitting for my dual-screen.
im having difficulty getting sounds to play from redemptions, is this a known issue atm>?
anybody else has some frequent chat bot's custom name problems or it's just me?
almost everyday for a week now
What is your problem with custom bot name?
it just doesn't work or stops working during stream - no messeges are shown, no command responses. workaround fix is relogging in obs live but it's not how it's supposed to be
also i have a 2factor with sms code and it's annoying to do
🤔
@mint crane If your commands recently stopped working and you're using OBS.Live and a custom bot name do the following:
- In OBS.Live, click on the hamburger menu (three stripes) at the top left of your activity feed
- Click on Stream Settings > Custom bot name
- In the Custom bot name field select Set custom bot name, not your already existing username (with capital letters). Note: If you already connected an account that way, the third entry will show as the account name (see image https://i.imgur.com/sO7fWOX.png).
- Scroll a bit down and click on the purple Connect Custom Bot Account button
- Log in as usual and Authorize the custom bot name
- Back in the Activity feed, click on the Send Test Message button and check if your custom bot name starts working again
If your commands recently stopped working and you're using OBS.Live and a custom bot name do the following:
- In OBS.Live, click on the hamburger menu (three stripes) at the top left of your activity feed
- Click on Stream Settings > Custom bot name
- In the Custom bot name field select Set custom bot name, not your already existing username (with capital letters). Note: If you already connected an account that way, the third entry will show as the account name (see image https://i.imgur.com/sO7fWOX.png).
- Scroll a bit down and click on the purple Connect Custom Bot Account button
- Log in as usual and Authorize the custom bot name
- Back in the Activity feed, click on the Send Test Message button and check if your custom bot name starts working again
It doesn't work. When the bot/name stops working the third option resets to "set custom bot name" and when i do that and login to my account nothing happens.
@mint crane StreamElements menu, on top of OBS > Logout > Login
"workaround fix is relogging in obs live but it's not how it's supposed to be
[22:08] jedenzet: also i have a 2factor with sms code and it's annoying to do"
i don't want to relog during stream, every stream
it worked fine till about a week ago
@mint crane "1) Right click on your OBS desktop shortcut and open the Properties
2) In the Target field, add the following to the very end: --remote-debugging-port=40404
3) Open OBS (or restart if it was open)
4) Open your web browser and type in: localhost:40404
5) Click on StreamElements - Activity feed
6) Navigate to the Console tab
7) Type the following into the console and hit enter: store.customBot.removeCustomBotIntegration()
8) Try setting the custom bot name
9) Remove the additional flag in step 2 from your shortcut properties."
I'm editor for a streamer and i see there is se.merch but it stuck loading. Editors have access to the se.merch?
as messages are without anything in my browser both in the obs, is it a bug on my computer or the streamelements that is bugged?
@nimble dune afaik only owners can access se.merch dashboard, but give me the streamer username and i'll check that account 🙂
@silk burrow Please provide a proper screenshot with the issue visible. If not sure how to take a screenshot, you can check here: https://www.take-a-screenshot.org
@abstract hemlock is it possible for you guys to do a full reset of my account and chat stats? 😄
@tired shell we can ask our dev team to delete your account, we need an email of the owner of the account with the following information:
Username:
Email:
Account ID:
JWT Token:
Reason for closure:
Error when using the closure form:
But the process is not automatic.
I am having an issue with Community Gift Variations not running when testing using the "rerun alert" command in the activity feed. Also the Subscriber message doesn't show when testing using "emulate community gift, and Custom as well". How can I know these alerts are going to work right? Testing the variation works with the "play button" next to the variation in settings.
Thanks Ren! The streamer name is Delta_155 , because i see se.merch as editor
but it won't load.
@nimble dune that streamer doesn't have any item on SE.Merch (but its loading just fine)
Okay, idk. why i see se.merch option as editor but thanks @abstract hemlock
@abstract hemlock Is it faster if you just reset my chat stats? I can reset the rest by my self. 😄
DM me the JWT token of the account and i see what i can do 🙂
Other thing, someone as full control access can view the my partnerships or se.sponsorship?
I believe so, but i'm not 100% sure tho 😅
Oh okay, thanks 😀
Is it normal for Community Gift Emulated Alerts to be missing The Subscriber message?
There is no subscriber message for community gifts.
Except when I hit the play button to emulate there is.
so um.. are servers a little bit busy? the bot responds after like 1 minute sometimes after command
so that's confusing
How much longer till my sponsor money comes in?
I am in a bit of a rush cus of rent being due is all! ^.^
Is there a way to make the overlay editor dark mode?
How do i get my loyalties?
@summer token There is no dark mode for the overlay editor at this time, no.
Ive been having trouble trying to find the loyalties how do i activate the loyalty tab
@golden zinc Please provide your account ID found at the top of this page: https://streamelements.com/dashboard/account/channels This ID is public info and safe to share here.
do you know if its possible to give extra tickets to a certain person when doing a giveaway?
@golden zinc This is the Twitch helpdesk, not the YouTube helpdesk. There is no Loyalty for YouTube.
on twitch ofc
On streamelements can you enable alert boxes for Twitch, Facebook and Youtube to have them active all at the same time?
I'm restreaming on those platforms.
it says i only have 1 follower instead of 16 i just started using stream elements is that the problem
@ripe sentinel Please provide a proper screenshot with the issue visible. If not sure how to take a screenshot, you can check here: https://www.take-a-screenshot.org
@ripe sentinel They will say it is a Counter... But it is Broken an it still say's I have 2 Follower's when I have 50 now
ok
No, that's not your total.
Look at the dropdown in the top right.
"Month."
It's what the system has seen you get this month.
oh ok thankyou
i was just concerend my follower counter would start at 1 and not 16
How can I get it to say thank you for following auto
Chat alerts module in the Modules section of your account.
hello there, im trying to reconnect my custom bot in the activity feed in obs live, i enter all the credentials and it verifies but then does not show the custom bot choice in the drop down box...any ideas? it used to be there and now its no
@modest sapphire "1) Right click on your OBS desktop shortcut and open the Properties
2) In the Target field, add the following to the very end: --remote-debugging-port=40404
3) Open OBS (or restart if it was open)
4) Open your web browser and type in: localhost:40404
5) Click on StreamElements - Activity feed
6) Navigate to the Console tab
7) Type the following into the console and hit enter: store.customBot.removeCustomBotIntegration()
8) Try setting the custom bot name
9) Remove the additional flag in step 2 from your shortcut properties."
@strong kernel Thank you
No. Put a space between the " and --
@strong kernel you legend...thank you its all sorted 🙂
Excuse me,i have the moderator bot but when i put the commands it does nothing and if the commands are active,can someone help me?
Heyyo folks! Quick question: What variable/command would I set to enable the name of my current broadcast to be set into one of my overlays? Thanks!
Evening Support, just wondering why this would drop from a 3 digit number to 0 on the Total Data tab?
how do i fix this
@sharp topaz What program are you useing
@sharp topaz The default resolution for StreamElements overlays (theme and custom) is 1920x1080. Please add them in OBS at their full resolution and use CTRL+F to fit to screen if necessary. You can then downscale your stream in OBS settings > Video if you'd like https://i.imgur.com/6bWXxjR.png
pog ty @viscid pebble
Any answer about the Alert Store Redemptions Bug at TwitchTV? The Image does not disappear after the set time and alert sound is not heard.
I have 16 followers and on my follower goal count is says i have 1/50 how do i fix this
Hi guys, I could use some help. I recently made a new xmas overlay with new alert sounds etc. When I emulate the overlay in the editor, or preview it in the browser the alert sounds are heard but in obs.live there is no sound with my alerts. However, if I put on my original overlay in obs.live and test alerts, the alerts have audio so it's not an audio input/output issue and i'm so confsued
@ripe sentinel To reset goals:
- from the Overlay Editor > Session data on top right (monitor symbol) > Goals tab > reset progress of desired goal
- from the Dashboard > Activity feed on the left > Widget data on the right > Goals tab -> reset progress of desired goal
Note: Goal widgets (progress) only counts up and doesn't go down automatically, if you lose followers/subs.
thank you
Can't get follower chat notifications to work since roughly the start of November.
Follower notifications show up fine in my Twitch Activity Feed, but Streamelements does not recognize them at all.
See:
No new follow notifs after the 1st of nov.
Your webhooks have been resubscribed. You should see follower events moving forward.
I am still waiting on some help
yes i need help too. is there someone?
@lament blade Welcome to the helpdesk! Please let us know how we can assist you today and a support volunteer or staff member will assist you as soon as they are available. Thank you for your patience.
@mellow lodge there is no audio on redemptions? We will look into this.
Sup Gamers! im still currently dealing w/ a problem where Follower notifications don't show up on streamelements ,but they work fine on the activity feed.
how to make elements type command after redeeming twitch points?
i got skip song for points on twitch store and i'd like elements to auto-skip song
after it
There's no connection with Twitch channel points at this time; it's not accessible via the API.
Not through us.
through your page, literally
does elements read the reedemed item text? so maybe i can put alias
No.
We do not have any integration or interaction with Twitch channel points or their redemptions.
Thank you for the help, Nethyr.
Hello, I'm having trouble accessing my chat stats leaderboard
I've just tested your Christmas Game Play overlay in my OBS and audio is coming through just fine. Double check that, if you've checked the "Control Audio via OBS" box in the browser source properties, you've set that up properly.
Still looking for information. Thank you! 😄
@strong kernel I saw that, and i still had no sound. I didn't set a custom sound for bit alerts and thats the only sound i can hear from the christmas overlay, so i don't think there are any wrong audio settings. The weird thing is i can see in the audio meter that its going off but i just dont hear it? it's so weird
How do I share my screen so people can see what I'm playin?
@pure night New to StreamElements?
Check out our YouTube channel https://www.youtube.com/c/streamelements/videos
with tutorial videos from setting up the basics, to in-depth details on how to use our product.
New to OBS? Here is a 4 step quick start guide
https://obsproject.com/wiki/OBS-Studio-Quickstart
Want to learn even more? Here is an in-depth overview
https://obsproject.com/wiki/OBS-Studio-Overview
hello! i'm having a problem with the "reedmed item". is there someone avaible to help me?
Yeah is there anyone to help?
@inland umbra There are ongoing issues with redemptions that are being looked into. We cannot provide an ETA for a fix at this time.
Is there a way to share my screen on mobile?
oh, thank you. i just came here to relate this problem because a friend of mine is not suffering the same issue
so i thought that could be only with me
thank you!
@pure night That would be a question for #helpdesk-mobile, not here. And the answer is no. The app is for IRL streaming only at this time.
is there some place where you guys will share some news about this situation? i want to take a close look because my stream LOVES to send some TTS message through the store
Here, basically. Just keep an eye out.
Nethyr is it possible to get my webhooks to be resubbed? im currently having problems where my follower notifications dont show up on stream elements
okay! thank you
Thanks I need to find another streaming thing now
They already were.
o shoot didnt know xd thanks!
Hello there, new here and have a question 🙂
To use the "Link Protection", I see the "Exclude usergroup" has the following options: Subscribers, Regulards, VIP, No One.
Which option should I choose if I want to allow both subscribers and VIPs to be able to share links?
VIPs are higher ranked than subscribers.
Whatever role you choose, that role and higher is exempt.
Thank you for the quick answer! So if I choose Subscribers, then that includes VIPs and higher ranks as well, right?
Yes.
can someone please help!! i am trying to set up media request for my stream and when i click 'show on stream' it says it cannot dtect a widget
Did you add a media request widget to your overlay?
i have the media share one, but i dont think thats the correct one
hey I have a question
@hexed marsh Welcome to the helpdesk! Please let us know how we can assist you today and a support volunteer or staff member will assist you as soon as they are available. Thank you for your patience.
oh shoot, thank you
how do i add it?
@lament blade New to StreamElements?
Check out our YouTube channel https://www.youtube.com/c/streamelements/videos
with tutorial videos from setting up the basics, to in-depth details on how to use our product.
New to OBS? Here is a 4 step quick start guide
https://obsproject.com/wiki/OBS-Studio-Quickstart
Want to learn even more? Here is an in-depth overview
https://obsproject.com/wiki/OBS-Studio-Overview
do ifrom there?
i'm new to this so i'm sorry if this is a dumb question but for the overlays it has a preset for a face cam. I don't have a face cam and really don't want just a blank box there. is it possible to disable it?
Open the overlay editor and remove whatever you want.
i figured it out :D thank you so much
hey guys so im trying to put a charity donation link with !charity but when i try it in the chat the bot replies with asterisks, does anyone know how to fix it?
Make the bot a moderator. Plus disable link removal in your Twitch dashboard.
If links in chat are appearing as ***** either mod the bot or disable block hyperlinks in your twitch channel settings: https://dashboard.twitch.tv/settings/moderation
Nethyr thank you 🙂
oh wait does streamelements media request work with OBS?
how do i set the bot as mod?
Of course it does.
/mod StreamElements
i added the overlay but it still says it doesnt detect it
@lament blade To add your overlays to OBS, add a new browser source in your scene. Paste your overlay URL in the browser source properties, set the dimensions to 1920x1080 (unless you changed them on the website) and check Shutdown source when not visible. https://youtu.be/KDvLynUqXI4
thank you :d
thank u guys so much for the help i appreciate it!!!!!!!!!
hello, how do i remove the chat bot from my stream?
@lament blade Go to the Dashboard > Right side > Part channel > Join channel(https://streamelements.com/dashboard)
Any answer about the Alert Store Redemptions Bug at TwitchTV? The Image does not disappear after the set time and alert sound is not heard.
Hi all, I created a .gif that I wanted to use as a stream alert in after effects/photoshop and set the dimensions to 1920 x 400px. When I import that .gif into stream elements and emulate it, it will not 'run across the screen' as I'd like it to do. I did set the overlay resolution to 1080p just to be sure. Any ideas?
it only goes about the middle 2/3 of the screen...i'm guessing there's some kind of resolution mismatch somewhere, but I figured if the stream elements preview is 1920x1080 and my image is 1920xWhatever, it'll still utilize the entire preview window
@inland cosmos Please provide a proper screenshot with the issue visible. If not sure how to take a screenshot, you can check here: https://www.take-a-screenshot.org
@viscid pebble
i got it on successfully!! how do my viewers access the ability to submit their requests
you can see the 'tail' of the image I created. It starts about the same spot, just on the right. It's intended to wipe across the entire screen, left to right
the problem with the redemption store is solved ?
no
Hi. I'm having trouble with chat bot. Whenever obslive is open it stops working. Is there anyway to fix this?
@silent bluff If your commands recently stopped working and you're using OBS.Live and a custom bot name do the following:
- In OBS.Live, click on the hamburger menu (three stripes) at the top left of your activity feed
- Click on Stream Settings > Custom bot name
- In the Custom bot name field select Set custom bot name, not your already existing username (with capital letters). Note: If you already connected an account that way, the third entry will show as the account name (see image https://i.imgur.com/sO7fWOX.png).
- Scroll a bit down and click on the purple Connect Custom Bot Account button
- Log in as usual and Authorize the custom bot name
- Back in the Activity feed, click on the Send Test Message button and check if your custom bot name starts working again
Hi! Since yesterday I've been experiencing an issue with alerts from store redemptions. The alerts are not popping up, I've already tried deleting it from my overlay and applying it again but it didn't seem to work. The alerts simulations work while I'm editing the overlay, but it's not showing on OBS for some reason. Any tips?
EDIT: Now the store redemptions alerts are popping but it doesn't go away and the TTS doesn't seem to be working.
hello, i changed my twitch name, now no command is working and chat is not connecting in obs, any fix for this?
@pine token If you changed your name on Twitch, please follow these steps:
- Visit https://streamelements.com/logout and then log in again by connecting with Twitch.
- On the right side of the dashboard page that opens, select Join under bot settings. If it says Part select that and then select Join to send the bot to the chat. Don't forget to mod the bot by typing /mod streamelements in your channel if you have not already.
- Post your old and your new name here so that we can update your channel's chatstats tracking (must be done by staff).
I tried following your staffs suggestion on this reddit thread, because I have almost the same issue. https://www.reddit.com/r/streamelements/comments/cxa5qd/leaderboards_showing_no_data_bits_or_subs/
3 votes and 2 comments so far on Reddit
But it didnt work. My only problem is that the sub tab empty. But with Streamlabs leaderboards, the subs are showing.
Hey! I help manage a stream and thus have permission to their dashboard. For some odd reason, the alerts are not being updated. Earlier today he got gifted subs, but on the activity feed it does not show that. Also, we tried disconnecting/connecting, unlinks and relinking. Nothing worked. He recently changed his twitch username and this is also when the problem started, so it is probably that. Need help, please.
@eager sigil You have not received any new subscribers since connecting. Once people start resubscribing, your leaderboard will fill out.
@crystal fulcrum Welcome to the helpdesk! The regular helpdesk channels are in English but we do provide multi-language support in the following channels: #🇩🇪︱deutsch | #🇫🇷︱français | #🇪🇸︱español | #🇵🇹︱português | #🇳🇱︱nederlands | #🇮🇹︱italiano | #🇵🇱︱polski | #🇨🇳︱中文語言服務區-chinese | #🇯🇵︱日本語-japanese | #🇭🇺︱magyar | #🇰🇷︱한국어-korean | #🇹🇭︱ไทย-thai | #🇷🇺︱русский | #🇺🇦︱українська | #🇨🇿︱czech
how do i delete my streamelements
Hey! I manage a stream and thus have permission to their dashboard. For some odd reason, the alerts are not being updated. Earlier today he got gifted subs, but on the activity feed it does not show that. Also, we tried disconnecting/connecting, unlinks and relinking. Nothing worked. He recently changed his twitch username and this is also when the problem started, so it is probably that. Need help, please
^ the channel I manage
@rapid hound If you changed your name on Twitch, please follow these steps:
- Visit https://streamelements.com/logout and then log in again by connecting with Twitch.
- On the right side of the dashboard page that opens, select Join under bot settings. If it says Part select that and then select Join to send the bot to the chat. Don't forget to mod the bot by typing /mod streamelements in your channel if you have not already.
- Post your old and your new name here so that we can update your channel's chatstats tracking (must be done by staff).
Hey! I got sent 5k bits the other day in my stream. I went to the website to see when I get paid out and it said I had nothing. What’s up with that??
Bits are handled by Twitch. Not us.
hey... trying to do a simple slideshow with slow fade between images... the transition seems very quick, doesn't seem to take into account the fade in/out times... any ideas?
someone know how change the channel points? i want know how many points twitch give for 10min and for the bonus he give to the spectador
I am seeking assistance with this setup for an HD 60s capture card. I cannot seem to find information as to how to set up this capture card to an all-in-one PC, Xbox one, and a Sony camcorder that I'm using as a webcam to stream on Twitch . If this is the wrong section I apologize in advance and ask if somebody would direct me to the correct section to ask for assistance
Hey there, i'm looking to get the Game2Give charity working with streamelements, but they only show how to do it with streamlabs. They mention an integration section. I'd love to be able to have this charity come up on my stream as an alert
We do not have an integration with Game2Give at this time.
@clear wave If you are having issues with Elgato hardware or software, we recommend reaching out to their support here: https://e.lga.to/help
you want to change how they get earned?
Ah, that's really sad. I was really looking to show off everyone's achievement
im in a new pc and imported all configs from my previous one, but somehow my notifications audio are too low on volume, but i didnt change anything. does anyone now what i could do to fix it??
yes
Twitch channel points described here https://help.twitch.tv/s/article/channel-points-guide?language=en_US
My alert for store redemptions wont play any sound or text to speech.. it's just the alert image and it never comes off the screen again. Any idea what the issue is?
[ebnf
Hello hey guys I’ve done the raid sponsorship 5 weeks ago I’m waiting for the payment did anyone have the same issue ?
hey can anyone help me out with media share I'm trying to set it up and idk how
So yesterday i stream with my new overlay that i got from stream elements and it didn't display the alerts that I had received during the stream. Im not really sure why tht is
Any solution to the streamelements store redemptions TTS/Sounds and the forever-in-screen attitude yet ?? I've been trying to solve this bug the whole day and nothing yet... Apparently it works on Microsoft Edge, but in the OBS it still doesn't work, and same happens in the Opera Browser (My main browser)
does it work when using emulate or preview?
Hi! Since yesterday I've been experiencing an issue with alerts from store redemptions. The alerts are not popping up, I've already tried deleting it from my overlay and applying it again but it didn't seem to work. The alerts simulations work while I'm editing the overlay, but it's not showing on OBS for some reason. Any tips?
Why does my commands not work on my channel please help ?
@zealous island Go to the Dashboard > Right side > Part channel > Join channel(https://streamelements.com/dashboard)
@twilit lodge Right click on the BrowserSource > Properties > Scroll down a bit > Refresh cache of current page
I don’t see that page when I click dashboard
What do you see then?>
@zenith widget
scroll down
how do i set an overlay on to stream
@rigid plume To add your overlays to OBS, add a new browser source in your scene. Paste your overlay URL in the browser source properties, set the dimensions to 1920x1080 (unless you changed them on the website) and check Shutdown source when not visible. https://youtu.be/KDvLynUqXI4
Hallo wollte mal nachfragen wie ich meine email verlinke bei streamelements habe die geändern jz wird garkeine mehr angezeigt bei streamelements
sorry wrong language xD
#deutsch bitte.
Hello want to ask how I link my email with streamelements i have changed my email at twitch but it didnt changed in streamelements
Please logout of StreamElements at https://streamelements.com/logout and then login again to your account (Twitch/YouTube/Facebook).
Excuse me, what are the quote commands and can I edit quotes? :)
my chatstats dont work anymore and i havent changed name my name is BenCie_ on twitch
I can edit quotes that are already added?
There are 2 types of commands that are mod and above only for quotes
!quote add text here
!quote remove [number of quote]
there is no edit
fixed
thx
How can I remove all quotes without leaving blank quote spaces?
They didn't shuffle down as I removed a few
Hi I am new. I am also new to Streamelements. I have a question about commands and making them. I see in other chats that have commands say !tom please chat in English please and their message in also deleted for a few minutes as in timeout. How do i make one similar to it.
@MaxPanda#1337 They don't adjust to deletions. Redoing is it.
Because I'm pepega and forgot discord is broke for me. ^^^^©
Okay how would I go about having all of them reset?
A very tedious removal using the command Keizar said.
guys, how to use -cd on commands?
You can add, remove and make changes to custom commands in chat with !commands/!cmds flags:
!commands add (commandname) (commandresponse) - allows you **to add **a new custom command
!commands remove (commandname) - allows you to delete a custom command
!commands edit (commandname) (commandresponse) - allows you to edit an existing custom command
!commands show (commandname) - allows you to see the raw response of a command before variables are used
!commands options (commandname) -(flag) - allows you to change settings for an existing custom command
Valid flags for !cmds options include: -enable -disable -cd (number in seconds) -usercd (number in seconds) -cost (number) -level (number) -type (say, whisper or reply) -count (number)
Syntax example: !cmds options twitter -usercd 60 -type reply -level 250
Did you get an answer from the devs about restoring my watchtime leaderboard?
@lament blade StreamElements menu, on top of OBS > Logout > Login
@ashen sparrow yes and its not possible
Hey
My alerts are not working
Could I get some help?
They're jumping up on the Streamelements site, but not in obs
@vapid sundial OBS > Settings > Advanced > Scroll down > Enable or disable Browser Source Hardware Acceleration, depending on its current state > Restart OBS (This does not apply for OBS on Mac)
https://i.imgur.com/ggMe9ZE.png
@vapid sundial The default resolution for StreamElements overlays (theme and custom) is 1920x1080. Please add them in OBS at their full resolution and use CTRL+F to fit to screen if necessary. You can then downscale your stream in OBS settings > Video if you'd like https://i.imgur.com/6bWXxjR.png
please elaborate @deep widget
new followers dont show up in activity feed
on twitch dashboard it shows
also alert box dont work
because activity feed is freezed
we've received an unusually large amount of events from twitch, and that may cause delays and such discrepancies
however we'd expect it to show up eventually
Not sure if this is correct here but I am trying to put in a custom decapi Api for the Subcount because it isnt accurate(?) and I was wondering how I would do that without writing a complete custom widget. Cheers 🙂
Still no help with my problem .....
This is really frustrating everytime I post needing help it takes few days to even get a reply thats if anyone bothers to reply ....
My problem - no sound on item redemptions .... I’ve refresh the overlay still nothing .....
If you reply with a solution please @ me ....
There's no solution ATM
thanks for the help
That section is being worked on
and it takes time @obsidian tulip
development were aware of some delays happening in the store redemption widget and are currently on it
I get it takes time @placid raptor I asked this yesturday if someone replied I would be typing here again today a bunch of problems go unanswered and support just deal with the most recent problems and forget the 50+ support posts before them
Wouldnt***
thanks for the feedback @obsidian tulip
i was referring to the development work, not your question
and we are people, we do the best we can to try and provide service for everybody
there are about 100k of you, and around...... 8 of us
try to be understanding as our goal here is always to answer your needs

why everybody ignore me
what do you need my man @deep widget
what do you need my man @deep widget
@placid raptor I can't delete the streamelements bot or activity feed will not work, am I right ?
Lmao at the messages being deleted
i don't understand the question @deep widget
when I removed /mod from streamelements my activity feed stoped working
but I don't if if that's a coincidence
I also kinda still have an open question 😄
Oh thank you 🙂
it's because I have another bot and sometimes when I add a command in the bot stream elements also add the same command
guys how can i figure the game capture to the overlay capture?
please explain @unreal idol
i don't understand what is the need for that @deep widget but it's up to you
i want to fit my game capture to the overlay
#helpdesk-selive @unreal idol
is it possible to add streamelements as a dis server bot? here it says its possible on the page 7 discord bot
and i cant do step 2 it doesnt show that option, help
@Jsweety#7986 No. There is no discord integration.
I'll remember to hit reply one day. See last message.
well ill say it if i can the bot or not soon 😄
No plans.
hi guys, is there a way to sing ing streamelements without twitch account? facebook and youtube can not connect. And i need to setup some overlay for someone
Hi SE Staffs, Currently experiencing Streamelement bot going misssing. I had it custom named with my other so It might be a new thing. During the start of the stream It will be around but after awhile it is gone and unable to get back the bot. Do let me know how to resolve this issue. thanks ❤️
If your commands recently stopped working and you're using OBS.Live and a custom bot name do the following:
- In OBS.Live, click on the hamburger menu (three stripes) at the top left of your activity feed
- Click on Stream Settings > Custom bot name
- In the Custom bot name field select Set custom bot name, not your already existing username (with capital letters). Note: If you already connected an account that way, the third entry will show as the account name (see image https://i.imgur.com/sO7fWOX.png).
- Scroll a bit down and click on the purple Connect Custom Bot Account button
- Log in as usual and Authorize the custom bot name
- Back in the Activity feed, click on the Send Test Message button and check if your custom bot name starts working again
My !watchtime command just shows everyone has watched for 0 seconds
do you have loyalty enabled @warm vine ?
@placid raptor ya
hi guys, i need help... who can help me?
ask what you need to @left axle we all can help
Thanks @placid raptor ...
I had like 6-7 € on Se.Pay
i withdraw this money
Now i don't have this money on paypal and there aren't money in SePay too
@left axle Please contact us via email for support with SE.Pay. You can use our contact form here: https://streamelements.com/contact Thank you.
Thanks a lot, you saved me
Hello, I'm reposting in case it was lost earlier 🙂 I was wondering if someone could help me? Since yesterday, my feed doesn't seem to be synchronized with twitch anymore. The Streamelements' feed only seems to receive follower events, where my twitch feed receives everything. So except for the follows, alerts aren't working 😦 I've changed the name of my twitch channel yesterday, maybe it's related? Thanks for any help, I'm losing my mind ^^
Hi when I watch a streamer and someone types a message in another language. Their message gets deleted and the response from the bot asks them to speak only in English. How do I make a command just like this so I can keep my chat from saying things I don't want. The command most people use is !English Only in chat.
@viscid pebble Done, i send email 🙂
SE bot automatically deletes non english content and posts in chat or do mods delete the message and do !english ?
@jaunty stream I believe mods do !English only and deleted the message with timeout.
SO I want to run MTGbot on my channel do I need to deactivate another bot to do this?
I'm having issues getting store redemptions to play sounds since yesterday, is this a known issue?
go login to your dashboard, scroll down to bot->chat commands->custom command-> add new command and create a new command with the name !english
you should not post your private phone number in here...
sorry
@jaunty stream ok thanks and I think the bot does it. Sorry I said it wrong because I do see a bot name after the command.
My alert for store redemptions wont play any sound or text to speech.. it's just the alert image and it never comes off the screen again. Any idea what the issue is?
Ive changed my old name "CrispittyLIVE" into "Crispitty_" can I have that updated on streamelements so my chat stats can appear :))? Thank you
+1 with this issue
@humble kelp thought it was only me xD .. i've checked other streamers that use streamelements but everything was fine for them.. I'm struggling to find what the problem is
ive had it since yesterday, dont seem to be getting a reply here sadly
we had an issue with it yeterday, it was still being worked on today
perfect thanks for your reply 🙂
Do you know how custom commands work?
You can try refreshing cache for the overlay browser source in OBS, reload the overlays in your activity feed
even logging out via this URL and trying to create the item again -
are there any known issues with SE when you change your twitch channel name?
@jaunty stream No I am new to streaming and commands. I do watch other streamers everyday. I see the commands they use and want to use some of them as well.
You can create custom commands so basically whatever you put in the response field will get triggered by the command name
e.g. for your case
@lament blade maybe this article (video) can help you as well if you have no idea about commands https://support.streamelements.com/hc/en-us/articles/115000373852-Chat-Commands-
the problem with the store redemption is solved ?
Hi everyone, can I ask you, how do you change the description of a contest for streamelements?
because it tells me to write "!punta" instead of "! bet"
@jaunty stream Thank you
Hi everyone! idk if its just me but can anyone else get onto their dashboard? when i click “dashboard “ i get redirected back to the same page.
force close your browser and try again?
Is there a way to have more than 10 options for a contest ?
ive tried that😭
Please logout of StreamElements at https://streamelements.com/logout and then login again to your account (Twitch/YouTube/Facebook).
can somebody real quick tell me what im doing wrong here?
https://streamable.com/xwtbr2
id rlly appreciate it
Is there a way to have changing labels (such as recent subscriber) align on the right instead of the always on the left in the overlay editor?
Before:
https://gyazo.com/7b25ef788ee4ca0f6ebc2ff03b0de917
After changing:
https://gyazo.com/c8adc30cfaf4f06d03394a440170b2c6
Hey everyone. SE Chatbot keeps dropping in and out of my channel, it'll be active for about 30 seconds, and then commands/notifications/timers won't work at all. I've tried removing/joining my channel a few times, as well as disconnecting and relinking the bot. Both to no avail. Out of ideas.
@ruby umbra If your commands recently stopped working and you're using OBS.Live and a custom bot name do the following:
- In OBS.Live, click on the hamburger menu (three stripes) at the top left of your activity feed
- Click on Stream Settings > Custom bot name
- In the Custom bot name field select Set custom bot name, not your already existing username (with capital letters). Note: If you already connected an account that way, the third entry will show as the account name (see image https://i.imgur.com/sO7fWOX.png).
- Scroll a bit down and click on the purple Connect Custom Bot Account button
- Log in as usual and Authorize the custom bot name
- Back in the Activity feed, click on the Send Test Message button and check if your custom bot name starts working again
Beauty, that worked. Thank you.
no idea.
@scenic dust You didn't hit save.
i hit it and then when i previewed still didnt work, not on the video, afterwards
showed blank
😢
Not on that one. Besides there was no notification on the bottom right saying that it's saving.
okkkkk but i saved it after the video and then previewed
want me to make a video of that?
want to become my streamelements editor so u can try it?
Gimme this and I'll have someone take a look
Please provide your account ID found at the top of this page: https://streamelements.com/dashboard/account/channels This ID is public info and safe to share here.
give u this what? streamelements editor?
No. What the bot said.
wait a minute. i tried this on my streamelements site and didnt work, but when i tried the same thing on a streamelements that i manage it works lol
well heres my id
5e0e736cda878e2d2dc12231
How do I get it to thank people for a follow
Dear, I have problem. Cant connect bot intro my chanel. Where is Active the chat bot menu??
I have a doubt, with commands like roulette, slot and others when the command is in cooldown, is there any way that the bot will warn the person if he puts it back?
@old stump Go to the Dashboard > Right side > Part channel > Join channel(https://streamelements.com/dashboard)
Do you mean to the bot say that when someone follows?
Bot->Modules->Chat alerts
I need help
@fickle harbor Welcome to the helpdesk! Please let us know how we can assist you today and a support volunteer or staff member will assist you as soon as they are available. Thank you for your patience.
I don't need more, but i'm speak be yours. Google chrome have bugs
somehelp on this please?
What resolution is your overlay and what resolution is the browser?
Hi everyone, i'm streaming just with my phone. How can i use my overlays and stream Pubg?
@lament blade 2 things:
You want #helpdesk-mobile.
You can't. Only IRL.
overlay resolution is 1920 1080, how do i check my broswer resolution?
in streamlabs it shows correctly yes
just trying to find out why it doesnt show on the preview
Dunno
my pc resolution is 1920
What browser are you using?
Idk
Idk