mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
podcast_generator tool NOT working #145
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 @asrguru20 on GitHub (Mar 29, 2025).
Self Checks
Dify version
0.15.5
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
1- Create an Agent in dify
2- Add podcast Podcast Audio Generator (podcast_generator)
3. Ask agent to generate a podcast audio for a simple English conversation
4. Dify APP will crash and prints following messages: TypeError: cannot add property 1, Object is not extensible and application error : a client side exception has occurred
I also tested in dify 1.1.3 the issue is still exist
✔️ Expected Behavior
To generate audio podcast file via Openai tts
❌ Actual Behavior
Dify APP will crash and prints following messages: TypeError: cannot add property 1, Object is not extensible and application error : a client side exception has occurred
@dosubot[bot] commented on GitHub (Mar 29, 2025):
The issue you're encountering with the
podcast_generatortool in Dify, where the app crashes with a "TypeError: cannot add property 1, Object is not extensible" error, is a known problem. This error is related to a client-side exception that was identified in version 0.15.3, where a function (getPrevChatList) was removed but is still being referenced. This issue persists in both versions 0.15.5 and 1.1.3 [1].To resolve this issue, you can try the following:
Rebuild the Docker Image: If you are using a self-hosted Docker installation, you can rebuild the Docker image using the latest source code that contains the fix for this issue.
Wait for the Next Release: If rebuilding the Docker image is not feasible, you may need to wait for the next official release that includes the fix.
Unfortunately, there is no immediate workaround for cloud-hosted instances other than waiting for the next deployment.
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