-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
bugSomething isn't workingSomething isn't workingeventRelates to the `event` feature.Relates to the `event` feature.
Description
What is the problem?
Missing keys: charity_description, charity_logo
Operating System
Windows 10
Architecture Version (x86, x64, arm, etc)
x64
Steps to reproduce
twitch event trigger channel.charity_campaign.donate --transport=websocket
Relevant log output
{
"subscription":{
"id":"13379853-d3ac-ddbe-4b96-2b0c977ceb4b",
"status":"enabled",
"type":"channel.charity_campaign.donate",
"version":"1",
"condition":{
"broadcaster_user_id":"165867"
},
"transport":{
"method":"websocket",
"session_id":"WebSocket-Server-Will-Set"
},
"created_at":"2023-08-18T02:00:22.8841704Z",
"cost":0
},
"event":{
"amount":{
"currency":"USD",
"decimal_places":2,
"value":10000
},
"broadcaster_user_id":"165867",
"broadcaster_user_login":"testBroadcaster",
"broadcaster_user_name":"testBroadcaster",
"campaign_id":"a6f1256a-850a-e53d-6651-29d48d912c40",
"charity_logo":"https://abc.cloudfront.net/ppgf/1000/100.png",
"charity_name":"Example Charity",
"id":"33c47d90-ab37-3f05-f420-04a5f85ed6a8",
"user_id":"36484237",
"user_login":"testFromUser",
"user_name":"testFromUser"
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingeventRelates to the `event` feature.Relates to the `event` feature.