mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
"NotebookLM by Dify" Podcast Generator giving error "Expecting value: line 1 column 1 (char 0)" #152
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 @tylerdurden4285 on GitHub (Mar 30, 2025).
Self Checks
Dify version
1.1.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
The "NotebookLM for Dify" workflow's Podcast Generator plugin should take input text and provide output audio podcast file that is audio to listen to the podcast.
❌ Actual Behavior
it seems to process the input text for a while, then fails with no output audio file at all. It just shows in output " { } " and the error code received for this Podcast Generator is:
For added insight I also see this in docker-compose debug logs:
@dosubot[bot] commented on GitHub (Mar 30, 2025):
To resolve the "Expecting value: line 1 column 1 (char 0)" error in the "NotebookLM by Dify" Podcast Generator, you should set the
NO_PROXYenvironment variable with the following values:weaviate,qdrand,db,redis,web,worker,plugin_daemon. Additionally, ensure that theHTTPS_PROXYandALL_PROXYsettings are correctly configured, especially if you have Docker global proxy configurations. This setup is necessary whenHTTP_PROXYis configured in your Docker environment to ensure proper communication between Dify's internal services [1][2].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
@tylerdurden4285 commented on GitHub (Mar 30, 2025):
It seems this user had a similar issue with firecrawl but no solution was provided: https://github.com/langgenius/dify/discussions/8604
@tylerdurden4285 commented on GitHub (Mar 30, 2025):
@dosu this didn't help. Problem persists.
@dosubot[bot] commented on GitHub (Mar 30, 2025):
To address the "Expecting value: line 1 column 1 (char 0)" error in the Podcast Generator, please ensure the following:
TTS Service Configuration: Verify that you have selected a valid TTS service, such as OpenAI TTS, and that the API key is correctly entered and valid. Also, ensure the OpenAI base URL is correctly configured if applicable [1].
Network Settings: Check your network settings to ensure there are no connectivity issues with the TTS service. This includes verifying that the
NO_PROXY,HTTPS_PROXY, andALL_PROXYsettings are correctly configured, especially if you have Docker global proxy configurations.Logs Review: Review the logs for any additional error messages that might provide more insight into the issue.
Unfortunately, I couldn't find any similar threads that might offer additional solutions. If the problem persists, consider reaching out to the community for further assistance or checking for updates in the project's repository.
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
@tylerdurden4285 commented on GitHub (Mar 30, 2025):
I experimented and signed up to the cloud version of Dify (not self hosted at all) and the issue also happens to cloud version so it seems like a deeper issue with the Podcast Generator. Here's a screenshot from the cloud dify doing same thing so it seems to happen everywhere on all Dify versions:
@LYMingML commented on GitHub (Apr 10, 2025):
Thank you for pointing that out! Could you please clarify how to properly configure the NO_PROXY, HTTPS_PROXY, and ALL_PROXY settings for Docker containers or Docker Compose? Specifically:
Should NO_PROXY, HTTPS_PROXY, and ALL_PROXY be configured in the .env file, directly in the docker-compose.yaml under environment:, or elsewhere (e.g., Docker daemon settings)?
If using a mix of global and per-service proxies, how do we prioritize them?
For Docker-internal services (e.g., db, api), what values should NO_PROXY include to bypass the proxy? (e.g., *.internal,172.19.0.0/16,localhost?)
@dosubot[bot] commented on GitHub (Aug 24, 2025):
Hi, @tylerdurden4285. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!
@tylerdurden4285 commented on GitHub (Aug 24, 2025):
My apologies. This matter is closed.
@dosubot[bot] commented on GitHub (Sep 9, 2025):
Hi, @tylerdurden4285. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!