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
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
node:internal/streams/writable:295
throw new ERR_UNKNOWN_ENCODING(encoding);
^
TypeError [ERR_UNKNOWN_ENCODING]: Unknown encoding: true
at new NodeError (node:internal/errors:387:5)
at _write (node:internal/streams/writable:295:13)
at Socket.Writable.write (node:internal/streams/writable:336:10)
at Sender.sendFrame (/opt/botkit2/botkit-starter-web/node_modules/ws/lib/sender.js:404:20)
at Sender.doPing (/opt/botkit2/botkit-starter-web/node_modules/ws/lib/sender.js:192:10)
at Sender.ping (/opt/botkit2/botkit-starter-web/node_modules/ws/lib/sender.js:178:12)
at WebSocket.ping (/opt/botkit2/botkit-starter-web/node_modules/ws/lib/websocket.js:268:18)
at each (/opt/botkit2/botkit-starter-web/node_modules/botkit/lib/Web.js:67:20)
at Set.forEach ()
at Timeout.ping [as _onTimeout] (/opt/botkit2/botkit-starter-web/node_modules/botkit/lib/Web.js:61:25) {
code: 'ERR_UNKNOWN_ENCODING'
}
do you have any clue ?
I tried to reinstall botkit, It's all the same
I'm on CentOS Linux release 7.9.2009 (Core)
thanks in advance
The text was updated successfully, but these errors were encountered:
Hi
I've installed Botkit Starter web (git clone https://github.com/howdyai/botkit-starter-web.git + npm install + npm start)
Randomly, I get errors, shorty after starting, like this one :
node:internal/streams/writable:295
throw new ERR_UNKNOWN_ENCODING(encoding);
^
TypeError [ERR_UNKNOWN_ENCODING]: Unknown encoding: true
at new NodeError (node:internal/errors:387:5)
at _write (node:internal/streams/writable:295:13)
at Socket.Writable.write (node:internal/streams/writable:336:10)
at Sender.sendFrame (/opt/botkit2/botkit-starter-web/node_modules/ws/lib/sender.js:404:20)
at Sender.doPing (/opt/botkit2/botkit-starter-web/node_modules/ws/lib/sender.js:192:10)
at Sender.ping (/opt/botkit2/botkit-starter-web/node_modules/ws/lib/sender.js:178:12)
at WebSocket.ping (/opt/botkit2/botkit-starter-web/node_modules/ws/lib/websocket.js:268:18)
at each (/opt/botkit2/botkit-starter-web/node_modules/botkit/lib/Web.js:67:20)
at Set.forEach ()
at Timeout.ping [as _onTimeout] (/opt/botkit2/botkit-starter-web/node_modules/botkit/lib/Web.js:61:25) {
code: 'ERR_UNKNOWN_ENCODING'
}
do you have any clue ?
I tried to reinstall botkit, It's all the same
I'm on CentOS Linux release 7.9.2009 (Core)
thanks in advance
The text was updated successfully, but these errors were encountered: