mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
文档问题: on-te #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
建议修改
@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.