Sehelitar / Kick.bot

A powerful Kick integration for Streamer.bot
https://sehelitar.tv/
GNU Affero General Public License v3.0
19 stars 4 forks source link

GetUserInfos not collecting the right target #6

Closed mocchimon closed 12 months ago

mocchimon commented 12 months ago

Hi,

Amazing work on getting stream bot to work with kick. I've been having issues with trying to get manual shoutout's to work. Attached is how I have it setup but the target keeps targeting my instead of the user I'm trying to shoutout

Sehelitar commented 12 months ago

Hi!

Which trigger do you use to run this action ? If you use a command like !so <Shoutout target>, you'll need to add a "Set Argument" sub-action before the call to GetUserInfos, and set targetUser => %rawInput%

This is what it should look like: image

I also published a hotfix that could be useful for you a few minutes ago. This fix is required to make this example work => https://github.com/Sehelitar/Kick.bot/releases/latest

mocchimon commented 12 months ago

I was using the same trigger while on v3.5.0. I'll give it a try again on the latest update and get back. image

mocchimon commented 12 months ago

Got everything working on 3.5.1 but for some reason target gets lost for find game and channel title image

image

Sehelitar commented 12 months ago

Can you try without the @ in the username ? This is something I might filter out in a future update, but for now, the @ is not ignored, that might explain why.

mocchimon commented 12 months ago

without the @ works fine

Sehelitar commented 12 months ago

I just published a new hotfix to filter out any leading @ in usernames, so you won't have to worry about it anymore :) Also, thank you for the donation, it's really appreciated 😍

https://github.com/Sehelitar/Kick.bot/releases/latest