Can't get "offline" names to show up

the response from /kraken/streams won’t contain offline streamers, so checking if stream._id == null is not the proper way to detect if a stream is live or not. The only way to do that is to build your own data structure that contains all the streamers you care about and whether they are in the response from /kraken/streams or not.