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

Weird ISOString Date in the last_updated field when getting channel custom cheermotes #938

Open
PabloRNC opened this issue Apr 10, 2024 · 1 comment
Labels
product: api API endpoints in the "helix" namespace

Comments

@PabloRNC
Copy link

Brief Description

Upon examining the cheermotes retrieved via the Get Cheermote endpoint and filtering for channel custom cheermotes, it's noticed that the last_updated field consistently displays 0001-01-01T00:00:00Z. This observation has been confirmed across three different broadcasters, all of whom possess custom cheermotes.

How to Reproduce

  1. Initiate a GET request to the cheeremotes endpoint, including the broadcaster_id query parameter to retrieve broadcaster-specific cheermotes.
  2. Examine the last_updated field in the response.

Expected Behavior

The anticipated behavior is for the endpoint to furnish the most recent update timestamp or creation date for the cheermote. For instance, global cheermotes typically showcase a creation date akin to 2018-05-22T00:06:05Z.

Screenshots

image

Additional Context or Questions

N/A

@PabloRNC PabloRNC added the product: api API endpoints in the "helix" namespace label Apr 10, 2024
@Emilgardis
Copy link

can replicate this

twitch api get bits/cheermotes -q broadcaster_id=26610234 -u | jq '.data[] | select(.type == "channel_custom") | .last_updated'
"0001-01-01T00:00:00Z"

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

2 participants