You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to join channels in IRC, the issue has arose since the new API update. if a channel does not exist anymore this code will throw Unable to join channel: #<ChannelName> Error: No response from Twitch.
which is expected, however ANY channel joined after will also throw this error despite there being no error, the join is also successful despite the error.
Actual behaviour:
throw error on every channel joined after joining an moved channel
Expected behaviour:
error to only throw on bad channels and not good ones joined after
Server configuration
Operating system: ArchLinux
Node version: v7.6.0
NPM version: 4.3.0
tmi.js version: 1.1.2
Server configuration
Operating system: CentOS 7.4
Node version: v7.6.0
NPM version: 4.1.2
tmi.js version: 1.1.2
The text was updated successfully, but these errors were encountered:
killedWithFire9001
changed the title
after encountering error, .catch always fires.
after encountering error, try.catch always fires.
Feb 27, 2017
Probably Twitch ban your IP for limit exceeding. Reload you IP address or try something different way.
Recommending test Websocket connection into twitch IRC Websocket server from yourself and bot: https://twitchstuff.3v.fi/chat/
yes it does look like it, the event is successful and the error can be dismissed as a false positive however when all promises reject afterwards if you was to encounter a legitimate issue its basically unrecognisable.
this is an odd one for me so i will break it down the best i can
i use this code:
to join channels in IRC, the issue has arose since the new API update. if a channel does not exist anymore this code will throw
Unable to join channel: #<ChannelName> Error: No response from Twitch.
which is expected, however ANY channel joined after will also throw this error despite there being no error, the join is also successful despite the error.
Actual behaviour:
throw error on every channel joined after joining an moved channel
Expected behaviour:
error to only throw on bad channels and not good ones joined after
Server configuration
Server configuration
The text was updated successfully, but these errors were encountered: