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
Recently I went from Node 6 to Node 7 on my server + updating to tmi.js 1.2.1 and I'm noticing these errors regarding promises.
Error log:
17-05-2017 02:06:33 -04:00: You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
bad_timeout_broadcaster
17-05-2017 02:15:42 -04:00: (node:7743) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): No response from Twitch.
17-05-2017 02:15:42 -04:00: (node:7743) 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.
17-05-2017 02:29:18 -04:00: You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
bad_timeout_broadcaster
17-05-2017 18:33:45 -04:00: You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
No response from Twitch.
18-05-2017 00:20:55 -04:00: You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
no_permission
18-05-2017 01:29:29 -04:00: (node:25546) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): No response from Twitch.
18-05-2017 01:29:29 -04:00: (node:25546) 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.
18-05-2017 18:13:01 -04:00: (node:25546) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): No response from Twitch.
Due to no stack trace I'm not sure where No response from Twitch. is coming from. The one about bad_timeout_broadcaster comes from this:
Recently I went from Node 6 to Node 7 on my server + updating to tmi.js 1.2.1 and I'm noticing these errors regarding promises.
Error log:
Due to no stack trace I'm not sure where
No response from Twitch.
is coming from. The one aboutbad_timeout_broadcaster
comes from this:Where exactly is the promise I need to provide a
.catch()
to, according to the error message?Server configuration
The text was updated successfully, but these errors were encountered: