swoocn / youtube-request-twitch-bot

Allow for reaction-based Twitch streamers to streamline Youtube requests to his/ her playlist.
0 stars 0 forks source link

Twitch bot message on connect is followed by '[TIMESTAMP] error: No response from Twitch.' #1

Open swoocn opened 3 years ago

swoocn commented 3 years ago

The bot message in the 'connected' handler registers to the Twitch chat, but at the same time '[TIMESTAMP] error: No response from Twitch' is logged in the console.

The error message appears to be coming from https://github.com/tmijs/tmi.js/blob/ddced239bfce21a7618f8655b827cb52a78acd8e/lib/commands.js#L266-L270. Need to find a way to remove this annoying error message as it appears to be deceiving.

swoocn commented 3 years ago

Appears to be an error reported if Twitch doesn't respond in the default latency (measured between pings)..?