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
Task start deno run --allow-sys --allow-read --allow-env --allow-net ./src/app.ts
[INFO] socket-mode:SocketModeClient:0 Going to establish a new connection to Slack ...
Warning: Not implemented: ClientRequest.options.createConnection
⚡️ Bolt app is running! ⚡️
error: Uncaught (in promise) Error: Unhandled event 'server explicit disconnect' in state 'connecting'.
at StateMachine.handleUnhandledEvent (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/StateMachine.js:76:13)
at file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/HierarchicalStateMachine.js:79:33
at TaskScheduler.execute (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/TaskScheduler.js:29:7)
at TaskScheduler.enqueue (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/TaskScheduler.js:19:12)
at HierarchicalStateMachine.handle (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/HierarchicalStateMachine.js:72:24)
at SocketModeClient.onWebSocketMessage (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/@slack/socket-mode/1.3.6/dist/SocketModeClient.js:608:31)
at WebSocket.onMessage (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/ws/7.5.10/lib/event-target.js:132:16)
at WebSocket.emit (ext:deno_node/_events.mjs:393:28)
at Receiver.receiverOnMessage (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/ws/7.5.10/lib/websocket.js:1070:20)
at Receiver.emit (ext:deno_node/_events.mjs:393:28)
The text was updated successfully, but these errors were encountered:
Task start deno run --allow-sys --allow-read --allow-env --allow-net ./src/app.ts
[INFO] socket-mode:SocketModeClient:0 Going to establish a new connection to Slack ...
Warning: Not implemented: ClientRequest.options.createConnection
⚡️ Bolt app is running! ⚡️
error: Uncaught (in promise) Error: Unhandled event 'server explicit disconnect' in state 'connecting'.
at StateMachine.handleUnhandledEvent (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/StateMachine.js:76:13)
at file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/HierarchicalStateMachine.js:79:33
at TaskScheduler.execute (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/TaskScheduler.js:29:7)
at TaskScheduler.enqueue (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/TaskScheduler.js:19:12)
at HierarchicalStateMachine.handle (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/finity/0.5.4/lib/core/HierarchicalStateMachine.js:72:24)
at SocketModeClient.onWebSocketMessage (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/@slack/socket-mode/1.3.6/dist/SocketModeClient.js:608:31)
at WebSocket.onMessage (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/ws/7.5.10/lib/event-target.js:132:16)
at WebSocket.emit (ext:deno_node/_events.mjs:393:28)
at Receiver.receiverOnMessage (file:///Users/adi/Library/Caches/deno/npm/registry.npmjs.org/ws/7.5.10/lib/websocket.js:1070:20)
at Receiver.emit (ext:deno_node/_events.mjs:393:28)
Were you able to resolve this? I was looking at rewriting one of my slack bolt apps with deno rather than express.
Version: Deno 2.0.0
The text was updated successfully, but these errors were encountered: