After authorized my Twitch account for a few hours, the game starts with an error from TwitchCommandHelp nodes saying cannot access to index 0 due to token expired, returning 401 Unauthorized from http request. TwitchCommandHelp should check for success response instead of assuming data is always available _current_user = response.data[0]
After authorized my Twitch account for a few hours, the game starts with an error from TwitchCommandHelp nodes saying
cannot access to index 0due to token expired, returning 401 Unauthorized from http request. TwitchCommandHelp should check for success response instead of assuming data is always available_current_user = response.data[0]