-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: add OneBot protocol tool #7583
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
大佬有问题啊 我postman没问题这个插件报错 { |
你是自部署吗 |
|
dify 10.10.115.215 onebot 是 10.10.115.211 ,postman 没问题。还有一个问题就是我第一次设置好了onebot的地址,后面怎么没看到改地址的地方了 |
@yst-one 自部署情况下,需要让dify容器和你的onebot实例处于同一网络下,再从onebot工具指定ob实例的容器作为访问地址。 |
@RockChinQ 意思是要在同一个ip 同一个机器上对吗 ?要用127.0.0.1? |
@yst-one 网络问题比较复杂,自行解决一下哈 |
@RockChinQ 现在就是在简单的同一个局域网下的, |
@RockChinQ 我在同一台机器上测试都不可以,发现插件没有把消息发出来,因为我的 根本没输出日志 |
Checklist:
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint godsDescription
OneBot is a protocol in IM bot ecology, and be widely used in many protocol ends or applications. With this tool, workflow can send message to IM such as QQ, WeChat, Telegram.
Fixes
Type of Change
Testing Instructions
Deploy a protocol end (can be found in the ecology page) , enable http port, and fill the
ob11_http_url
in tool credentials, then use it in flow.Sending Text to Person
Sending Image to Group