Hi, last year I’ve created chrome extension to get information about streams within twitch group Galaktyka Retro. I think a bug have been added to API because everything was working till this month.
I get information about users that belongs to team and extract their user_id. Then I use it to get information about all of them and push it to the table.Table is populated with streamers info → if streamer is in a group then row is added with informations (online/offline). I can see that in table there are some missing information about streamers that are currently online. I checked responses from API and found out that for some streamers there’s empty data in the body. Maybe returned user_id was wrong? Or maybe I am doing something wrong? I don’t know but it was working for over a year until now ![]()
Here’s link to the extension:

