yahoo tools is not avaliable #196

Closed
opened 2026-02-16 10:18:25 -05:00 by yindo · 2 comments
Owner

Originally created by @haoyue-Xu on GitHub (Apr 15, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

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'"}

Originally created by @haoyue-Xu on GitHub (Apr 15, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### 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'"}
yindo closed this issue 2026-02-16 10:18:25 -05:00
Author
Owner

@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 PluginInvokeError with a KeyError related 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 the Plugin type definition within the Dify codebase, specifically in the file web/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

@dosubot[bot] commented on GitHub (Apr 15, 2025): <!-- Greeting --> Hello @haoyue-Xu! 👋 I'm [Dosu](https://dosu.dev), 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! 🚀 <!-- Answer --> I found a similar open issue titled [Yahoo Finance Analysis Plugin not working](https://github.com/langgenius/dify-official-plugins/issues/523), which was last updated on March 21, 2025. However, this issue has no comments or references, so it might not provide a solution directly <sup>[[1]](https://github.com/langgenius/dify-official-plugins/issues/523)</sup>. Regarding the error you're encountering, the `PluginInvokeError` with a `KeyError` related 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 the `Plugin` type definition within the Dify codebase, specifically in the file `web/app/components/plugins/types.ts`. It categorizes the plugin as one of several types: 'plugin', 'bundle', 'model', 'extension', 'tool', or 'agent_strategy' <sup>[[2]](https://github.com/langgenius/dify/blob/main/web/app/components/plugins/types.ts)</sup>. 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. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/54d637e2-6303-44ae-baa6-4324873cc8f7?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/54d637e2-6303-44ae-baa6-4324873cc8f7?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/54d637e2-6303-44ae-baa6-4324873cc8f7?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/54d637e2-6303-44ae-baa6-4324873cc8f7?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/54d637e2-6303-44ae-baa6-4324873cc8f7?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/54d637e2-6303-44ae-baa6-4324873cc8f7?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/54d637e2-6303-44ae-baa6-4324873cc8f7?feedback_type=other)</sup>
Author
Owner

@haoyue-Xu commented on GitHub (May 30, 2025):

Image
After the update, it got even worse—analytics, ticker, and news all stopped working properly.It keeps getting stuck in the running state.

@haoyue-Xu commented on GitHub (May 30, 2025): ![Image](https://github.com/user-attachments/assets/fd138186-6828-4c8a-a14c-44732b675cba) After the update, it got even worse—analytics, ticker, and news all stopped working properly.It keeps getting stuck in the running state.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#196