文档问题: on-te #56

Closed
opened 2026-02-16 05:19:04 -05:00 by yindo · 1 comment
Owner

Originally created by @yks0416 on GitHub (May 26, 2025).

问题描述

按照文档设定之后,在Azure Bot的Test in Web Chat里发送消息,本地的dify-teams-bot程序报如下错误,貌似调用Dify的webchat出现问题。

potential confusion
[+] Running 1/1
✔ Container dify-teams-bot-nodejs-app-1 Created 0.0s
Attaching to nodejs-app-1
nodejs-app-1 |
nodejs-app-1 | > echobot@1.0.0 start
nodejs-app-1 | > node ./index.js
nodejs-app-1 |
nodejs-app-1 | (node:19) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
nodejs-app-1 | (Use node --trace-deprecation ... to show where the warning was created)
nodejs-app-1 | (node:19) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
nodejs-app-1 |
nodejs-app-1 | restify listening to http://[::]:3978
nodejs-app-1 |
nodejs-app-1 | Get Bot Framework Emulator: https://aka.ms/botframework-emulator
nodejs-app-1 |
nodejs-app-1 | To talk to your bot, open the emulator select "Open Bot"
nodejs-app-1 | FetchError: request to http://localhost/v1/chat-messages failed, reason: connect ECONNREFUSED 127.0.0.1:80
nodejs-app-1 |
nodejs-app-1 | [onTurnError] unhandled error: Error: activity.text with value "FetchError: request to http://localhost/v1/chat-messages failed, reason: connect ECONNREFUSED 127.0.0.1:80" must be of type string.

页面链接

https://github.com/langgenius/dify-docs-mintlify/blob/main/zh-hans/learn-more/use-cases/dify-on-teams.mdx

建议修改

Originally created by @yks0416 on GitHub (May 26, 2025). ## 问题描述 <!-- 请简要描述您发现的问题 --> 按照文档设定之后,在Azure Bot的Test in Web Chat里发送消息,本地的dify-teams-bot程序报如下错误,貌似调用Dify的webchat出现问题。 potential confusion [+] Running 1/1 ✔ Container dify-teams-bot-nodejs-app-1 Created 0.0s Attaching to nodejs-app-1 nodejs-app-1 | nodejs-app-1 | > echobot@1.0.0 start nodejs-app-1 | > node ./index.js nodejs-app-1 | nodejs-app-1 | (node:19) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated. nodejs-app-1 | (Use `node --trace-deprecation ...` to show where the warning was created) nodejs-app-1 | (node:19) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated. nodejs-app-1 | nodejs-app-1 | restify listening to http://[::]:3978 nodejs-app-1 | nodejs-app-1 | Get Bot Framework Emulator: https://aka.ms/botframework-emulator nodejs-app-1 | nodejs-app-1 | To talk to your bot, open the emulator select "Open Bot" nodejs-app-1 | FetchError: request to http://localhost/v1/chat-messages failed, reason: connect ECONNREFUSED 127.0.0.1:80 nodejs-app-1 | nodejs-app-1 | [onTurnError] unhandled error: Error: activity.text with value "FetchError: request to http://localhost/v1/chat-messages failed, reason: connect ECONNREFUSED 127.0.0.1:80" must be of type string. ## 页面链接 https://github.com/langgenius/dify-docs-mintlify/blob/main/zh-hans/learn-more/use-cases/dify-on-teams.mdx ## 建议修改 <!-- 如果有具体的修改建议,请在此说明 --> <!-- 感谢您对文档质量的关注! -->
yindo closed this issue 2026-02-16 05:19:04 -05:00
Author
Owner

@saltism commented on GitHub (Jun 10, 2025):

Hi, this is the documentation repo, not a technical support channel.
I’m afraid unable to address the issue you mentioned here.
You can submit your request or issue to the main Dify GitHub repository.

@saltism commented on GitHub (Jun 10, 2025): Hi, this is the documentation repo, not a technical support channel. I’m afraid unable to address the issue you mentioned here. You can submit your request or issue to the main [Dify GitHub repository](https://github.com/langgenius/dify).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#56