twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
73 stars 6 forks source link

Get Charity Campaign Donations - returns no data #697

Closed BarryCarlyon closed 1 year ago

BarryCarlyon commented 1 year ago

Brief description

channel ID - 15185913 has an active goal

Calling https://api.twitch.tv/helix/charity/donations?broadcaster_id=15185913 with the same token I'm currently connected to EventSub Websocket results in

{
    "data": [],
    "pagination": {}
}

I have five donations

image

How to reproduce

Try to load the donations for a channel where a campaign is active

Expected behavior

Data is returned

BarryCarlyon commented 1 year ago

Additional notes

This might be related to the age of this open goal. as the st jude goal in my dashboard doesn't ahve the [...] button to delete or view donations for that goal

image

BarryCarlyon commented 1 year ago

This appears to be resolved now!