-
Notifications
You must be signed in to change notification settings - Fork 6
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
Empty user_name field in Get Followed Streams endpoint when channel first comes online #500
Labels
product: api
API endpoints in the "helix" namespace
stopped investigating
An issue that cannot be reproduced and is no longer being actively investigated.
Comments
|
Still not fixed. Both the Example response from a followed stream which has just come online: {
"id": "45250445197",
"user_id": "26490481",
"user_login": "summit1g",
"user_name": "",
"game_id": "138585",
"game_name": "Hearthstone",
"type": "live",
"title": "chillin on hearth. !gfuel !merch - @summit1g",
"viewer_count": 0,
"started_at": "2022-01-22T23:15:17Z",
"language": "en",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_summit1g-{width}x{height}.jpg",
"tag_ids": null,
"is_mature": false
}As a workaround, the users endpoint can be queried with the user_id, which is available (fortunately). |
s4my
added a commit
to s4my/TwitchLiveChannels
that referenced
this issue
Mar 24, 2022
the twitch API (twitchdev/issues#500), which causes false positives in the notifications.
s4my
added a commit
to s4my/TwitchLiveChannels
that referenced
this issue
Mar 24, 2022
the twitch API (twitchdev/issues#500), which causes false positives in the notifications.
s4my
added a commit
to s4my/TwitchLiveChannels
that referenced
this issue
Mar 24, 2022
the twitch API (twitchdev/issues#500), which causes false positives in the notifications.
|
Still an issue |
|
Unable to reproduce this when testing. Not sure if this is still an occurring issue. |
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
stopped investigating
An issue that cannot be reproduced and is no longer being actively investigated.
Brief description
When a channel first comes online, if you make a request to the Get Followed Streams endpoint, the
user_namefield will be an empty string for that channel.How to reproduce
It's easy to reproduce:
Use a test account and follow yourself on another account. Go online on the test account and make a request to Get Followed Streams endpoint until the channel shows up. The
user_namefield will be an empty string. This problem persists when making the same request for roughly ~15-30 seconds until the problem fixes itself and theuser_namewill finally have the proper value.Expected behavior
user_namefield is not an empty stringScreenshots
Here is the JSON returned when the problem happens:
https://pastebin.com/KM5cF5Za
Additional context or questions
I noticed someone having a similar issue with the webhook that was posted nearly 3 years ago. I'm not sure if the problem is related.
The text was updated successfully, but these errors were encountered: