-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-streamer event handler not firing? #44
Comments
Was the sub a gifted sub or a regular sub? You have "gifted=true" in the response, but if the ruleset says "gifted=false" it won't count the gifted sub. Mind posting that part of the ruleset here for me to look at? |
I have a ruleset for both gifted and ungifted subs
…On Fri, Mar 12, 2021 at 7:44 AM Z0vris ***@***.***> wrote:
Was the sub a gifted sub or a regular sub? You have "gifted=true" in the
response, but if the ruleset says "gifted=false" it won't count the gifted
sub.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKEFVYLQAYJN53XFPQN6DTTDIECVANCNFSM4YKLYR4A>
.
|
You have their credentials setup in the credentials file correctly? You can try to run a simulated sub with TwitchSpawn in game. Should be " /twitchspawn simulate {event:"twitch subscription"} CalaMariGold " without the quotes. |
Yep, certain events fired fine. The rulesets are copies of each other and
the first streamer doesn't have issues. It's only the second one. And only
sporadically.
…On Fri, Mar 12, 2021, 8:13 AM Z0vris ***@***.***> wrote:
You have their credentials setup in the credentials file correctly? You
can try to run a simulated sub with TwitchSpawn in game.
Should be " /twitchspawn simulate {event:"twitch subscription"}
CalaMariGold " without the quotes.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKEFV4KHKUSGV6Q5WR72N3TDIHPXANCNFSM4YKLYR4A>
.
|
Is this being run on a server? I don't think servers can run two different rulesets. It will either run one or the other, but not both, I believe. |
I just found out, you can have multiple rulesets. I was unaware of this. Are both rulesets on the server or client side? They need to all be on the server to work. |
Everything is on the server yeah. One of the first things I did was test if
the rulesets were client side or server side to make updating easier (a lot
easier when you don't have to make people update their clients as well).
I can send you both rulesets if that would help? I tested both rulesets
using the in game test command that ran through everything and they seemed
fine.
…On Fri, Mar 12, 2021, 9:27 AM Z0vris ***@***.***> wrote:
I just found out, you can have multiple rulesets. I was unaware of this.
Are both rulesets on the server or client side? They need to all be on the
server to work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKEFV73T4E6LACMMTOOV7TTDIQGVANCNFSM4YKLYR4A>
.
|
You can send them. You tested the command while your friend was online? That would be the best way to test. |
I'll test with them online soon. Once I get home I'll send over the files.
…On Fri, Mar 12, 2021, 9:37 AM Z0vris ***@***.***> wrote:
You can send them. You tested the command while your friend was online?
That would be the best way to test.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKEFVZ55TE4MPRUIRA3ZYDTDIRJDANCNFSM4YKLYR4A>
.
|
Here you go. |
Version is 0.8.1 on 1.12.2 minecraft.
[21:52:17] [EventThread/INFO] [net.programmer.igoodie.twitchspawn.TwitchSpawn]: Handling (for CalaMariGold) arguments {eventType=subscription, eventAccount=twitch, eventName=Twitch Subscription, streamerNickname=CalaMariGold, actorNickname=silverdragon1237, subscriptionMonths=1, subscriptionTier=1, gifted=true, chatBadges=[]}
[21:52:17] [EventThread/INFO] [net.programmer.igoodie.twitchspawn.TwitchSpawn]: Found associated ruleset for CalaMariGold. Handling with their rules
[21:52:17] [EventThread/INFO] [net.programmer.igoodie.twitchspawn.TwitchSpawn]: Queued handler for Twitch Subscription event.
After it queues the handler it seems to do nothing. Not sure if there's a way to look deeper into the logs or not - but the streamer claims nothing happened after the subscriptions.
The text was updated successfully, but these errors were encountered: