Twitch keeps giving me the error "No response from Twitch."

Figured out my other problem.

var number = 0;

setInterval(function() {
    joinChannel();
    number++;
},1000);