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

[Bug] channel.subscription.gift event trigger does not use the provided tier #340

Open
skillraider opened this issue Nov 19, 2024 · 0 comments · May be fixed by #341
Open

[Bug] channel.subscription.gift event trigger does not use the provided tier #340

skillraider opened this issue Nov 19, 2024 · 0 comments · May be fixed by #341

Comments

@skillraider
Copy link

skillraider commented Nov 19, 2024

What is the problem?

Using Twitch CLI to trigger the channel.subscription.gift event does not use the provided tier flag

image

Operating System

Windows 10

Architecture Version (x86, x64, arm, etc)

x64

Steps to reproduce

Setup a webservice to handle the event trigger call.
Ask the Twitch CLI to send a channel.subscription.gift event using any custom tier level
See that it is not using the provided tier level

Relevant log output

twitch event trigger channel.subscription.gift --tier 1000 --cost 40
✔ Request Sent. Received Status Code: 200
✔ Server Said:
{"subscription":{"id":"c1630ae4-bd34-a46c-644d-3df3ab61a090","status":"enabled","type":"channel.subscription.gift","version":"1","condition":{"broadcaster_user_id":"31397647"},"transport":{"method":"webhook","callback":"null"},"created_at":"2024-11-19T02:25:49.5481291Z","cost":0},"event":{"user_id":"57719813","user_login":"testFromUser","user_name":"testFromUser","broadcaster_user_id":"31397647","broadcaster_user_login":"testBroadcaster","broadcaster_user_name":"testBroadcaster","tier":"1000","total":40,"is_anonymous":false,"cumulative_total":54}}
@Dkamps18 Dkamps18 linked a pull request Nov 19, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant