Hi, I recently made a simple program to fetch all the followers in a given channel. I was able to do so using getJson and then retrieving the next 100 followers using _link.next.
Everything works fine and my page starts to display all the names 100 at a time. But before I am able to display all the followers in a channel. At about 60,000 usernames the program stops without any error message.
Does anyone know if this is a problem with the Twitch servers or is it most likely on my side?