mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
yahoo tools is not avaliable #196
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 @haoyue-Xu on GitHub (Apr 15, 2025).
Self Checks
Dify version
1.2.0
Cloud or Self Hosted
Cloud
Steps to reproduce
create a workflow/chatflow
add yahoo tools for news
enter zs=f/NFLX
✔️ Expected Behavior
return news
❌ Actual Behavior
Failed to transform tool message: PluginInvokeError: {"args":{},"error_type":"KeyError","message":"'type'"}
@dosubot[bot] commented on GitHub (Apr 15, 2025):
Hello @haoyue-Xu! 👋 I'm Dosu, here to help you tackle bugs, answer questions, and assist with becoming a contributor. I'll be around while you wait for a human maintainer. Let's get to it! 🚀
I found a similar open issue titled Yahoo Finance Analysis Plugin not working, which was last updated on March 21, 2025. However, this issue has no comments or references, so it might not provide a solution directly [1].
Regarding the error you're encountering, the
PluginInvokeErrorwith aKeyErrorrelated to the'type'key suggests that there might be an issue with how the plugin is being invoked or configured. The'type'key is expected in thePlugintype definition within the Dify codebase, specifically in the fileweb/app/components/plugins/types.ts. It categorizes the plugin as one of several types: 'plugin', 'bundle', 'model', 'extension', 'tool', or 'agent_strategy' [2].To address this issue, you might want to check if the plugin configuration correctly specifies the
'type'key and ensure it matches one of the expected types. Additionally, verifying that the plugin is correctly integrated into your workflow/chatflow might help resolve the error.To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@haoyue-Xu commented on GitHub (May 30, 2025):
After the update, it got even worse—analytics, ticker, and news all stopped working properly.It keeps getting stuck in the running state.