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
Actual behaviour:
Tries to join but fails: (node:2736) UnhandledPromiseRejectionWarning: No response from Twitch.
Expected behaviour:
It should join the channel I specified.
Error log:
(node:2865) UnhandledPromiseRejectionWarning: No response from Twitch.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2865) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:2865) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Server configuration
Operating system: Linux Debian 11
Node version (if applicable): v14.18.2
NPM version (if applicable): 6.14.15
tmi.js version: v1.8.5
The text was updated successfully, but these errors were encountered:
Actual behaviour:
Tries to join but fails:
(node:2736) UnhandledPromiseRejectionWarning: No response from Twitch.
Expected behaviour:
It should join the channel I specified.
Error log:
Server configuration
The text was updated successfully, but these errors were encountered: