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

Plugin Stopped working #63

Closed eGirlsStream closed 1 month ago

eGirlsStream commented 1 month ago

Kick did some sort of update and the plugin stopped working properly last night. The triggers do not show up and methods do nothing. I think they invalidated the API key or something.

Sehelitar commented 1 month ago

Yes, Kick made a breaking change a few hours ago without prior notice. This update should fix that : https://github.com/Sehelitar/Kick.bot/releases/tag/v0.4.1

peecee-uk commented 1 month ago

Hi. Luckily found the update after Kick's update. Thanks! Cannot seem to get botrix sub test to trigger anything configured in streamerbot. Created a separate streamerbot instance from my regular one just to isolate the Kick integration. Set up from fresh, compiled using new dll files, authenticated into Kick when prompted, added a trigger action which works using the test trigger function in streamerbot but it seems as though external triggers, like the tests from Botrix for subs etc etc are not hitting streamerbot.

Any thoughts or other tests you might be able to recommend??

EDIT: Created a custom command (!test) and that works. Just seems to be Subs etc. Is it likely that it would only be triggered by an actual sub action, for example, delivered directly via Kick?

Sehelitar commented 1 month ago

Botrix testing features are limited to Botrix itself, the same way that Streamer.bot test triggers won't affect Botrix either. These fake triggers are just supposed to test your actions within the app itself, they don't exist so they cannot reach external actors or Kick itself since Kick is the only "trusted" source and events only go one way.

The only way to properly test your actions within Streamer.bot is to use the "Test" trigger (the trigger is in "Core" => "Test"). Set the arguments your action requires to test it (see the wiki documentation for expected values) and fire it up!

peecee-uk commented 1 month ago

Hi,

Had a feeling that was going to be the case based on what I am seeing. Thanks for the quick response and also for putting this together. Much appreciated!