Skip to content
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

Gifted subs don't work #56

Open
CyberMoepi opened this issue Sep 11, 2021 · 6 comments
Open

Gifted subs don't work #56

CyberMoepi opened this issue Sep 11, 2021 · 6 comments
Labels

Comments

@CyberMoepi
Copy link

When I get subs as a gift in the stream it does not work ingame. I can successfully simulate it ingame and it will run.

Follows and channel points rules work ingame and via Twitch directly. I used this to test and many other things too....

I am also a twitch partner... is there maybe a partner bug?

DROP minecraft:stick 2
DISPLAYING %["Test Subscription"]%
ON Twitch Subscription
WITH gifted IS false

DROP diamond_block 1
DISPLAYING %["Test Gift Subscription"]%
ON Twitch Subscription Gift
WITH amount = 1
WITH tier = 1

@CyberMoepi CyberMoepi added the bug label Sep 11, 2021
@NovaPixell
Copy link

I have also this bug

@themightyzek
Copy link

themightyzek commented Dec 18, 2021

Me too
This is the packet printed in the console. It was triggered by 100 gift subs, but triggers a normal 8-month-sub instead.

//    [11:31:57] [EventThread/INFO]: Received Streamlabs packet (subscription-playing, streamlabs) ->
{
    "sub_plan": "1000",
    "membershipLevel": null,
    "from_display_name": "CuteCrait",
    "planName": "",
    "type": "subscription",
    "variation": 5,
    "platform": "twitch_account",
    "createdAt": "2021-12-18 10:31:53",
    "isSubgiftExpanded": true,
    "payload": {},
    "sub_type": null,
    "subPlan": "1000",
    "repeat": false,
    "from": "CuteCrait",
    "massSubGiftChildAlerts": [],
    "amount": "100",
    "months": 8,
    "read": false,
    "gifter": "CuteCrait",
    "subscriber_twitch_id": null,
    "gifter_display_name": null,
    "count": 1,
    "priority": 10,
    "streak_months": 4,
    "message": "This is a test",
    "display_name": "CuteCrait",
    "createdAtTimestamp": 1639823513849,
    "isTest": true,
    "emotes": null,
    "name": "CuteCrait",
    "_id": "655025954fed45a35e0f60f91a5dc4c2",
    "benefit_end_month": null,
    "hash": "subscription:cutecrait:This is a test",
    "membershipLevelName": null
  }

@brickbuckett
Copy link

brickbuckett commented Nov 18, 2022

I'm also running into this issue. I'm using StreamElements.

When I receive a gifted sub, it acts as if it's a normal sub in-game. When I run a simulation of a gifted sub, it will act accordingly.

Running TwitchSpawn v1.9.1 on Minecraft 1.16.5

#Summon the Horde FOR ${amount} TIMES SUMMON zombie ~ ~2 ~ %{CustomName:"\"§6§l${actor}'s Army\"", CustomNameVisible:1, ArmorItems:[{},{},{},{Count:1,id:golden_helmet}]}% DISPLAYING %[{text:"and brought some friends!!!"}]% On Twitch Subscription Gift

@fibrowolf
Copy link

fibrowolf commented Dec 9, 2022

i have the same bug. ts sees a single gift sub but fails to activate on multi gift subs from the same person
this is in 1.16 and 1.18 so far

@NovaPixell
Copy link

we need to get this bug fixed!

i have the same bug. ts sees a single gift sub but fails to activate on multi gift subs from the same person this is in 1.16 and 1.18 so far

@fibrowolf
Copy link

more testing and it doesn't seam to see this WITH gifted IS false or WITH gifted IS true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants