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

Get Creator Goals: doesn't report new_bit or new_cheerer for the new bit goals (eventsub does) #939

Open
BarryCarlyon opened this issue Apr 11, 2024 · 0 comments
Labels
product: api API endpoints in the "helix" namespace

Comments

@BarryCarlyon
Copy link
Contributor

BarryCarlyon commented Apr 11, 2024

Brief description

Get Creator Goals, will return a goal that is either of the bits goal but the type is blank

Example from the API:

{
    "data": [
        {
            "id": "2exwsLkNEw0qUIgX0kcOLIiVcM3",
            "broadcaster_id": "15185913",
            "broadcaster_name": "BarryCarlyon",
            "broadcaster_login": "barrycarlyon",
            "type": "",
            "description": "",
            "current_amount": 0,
            "target_amount": 1000,
            "created_at": "2024-04-11T18:22:22Z"
        }
    ]
}

How to reproduce

using https://barrycarlyon.github.io/twitch_misc/eventsub/websockets/web/creatorgoals/

  • Load up the test tool
  • Start a goal on the channel that you logged in as
  • See that it send the type over eventsub of new_bit or new_cheerer
  • Reload
  • log in again
  • see no type is populate in the bar

Expected behavior

The type to be populated

Additional context or questions

Also update the docs for the new type

@BarryCarlyon BarryCarlyon added the product: api API endpoints in the "helix" namespace label Apr 11, 2024
@BarryCarlyon BarryCarlyon changed the title Get Creator Goals: doesn't report new_bit for the new bit goal (eventsub does) Get Creator Goals: doesn't report new_bit or new_cheerer for the new bit goals (eventsub does) Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: api API endpoints in the "helix" namespace
Projects
None yet
Development

No branches or pull requests

1 participant