langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
53.09k stars 7.75k forks source link

podcast workflow is bug at the PODCAST AUDIO GENERATOR node #11184

Closed Kokoabassplayer closed 2 hours ago

Kokoabassplayer commented 2 hours ago

Self Checks

Dify version

0.12.1

Cloud or Self Hosted

Cloud

Steps to reproduce

step:

✔️ Expected Behavior

receive audio file of podcast

❌ Actual Behavior

got error at node: PODCAST AUDIO GENERATOR error message: Run failed: None is not a valid FileType image

dosubot[bot] commented 2 hours ago

The error "Run failed: None is not a valid FileType" at the PODCAST AUDIO GENERATOR node could be due to missing or incorrect parameters related to the voices or credentials. Here are a few things to check:

  1. Host Voices: Ensure that both host1_voice and host2_voice are specified. If either is missing, it can cause this error.

  2. API Key: Verify that the OpenAI API key is correctly set in the credentials. The absence of this key can also lead to errors.

Make sure these parameters are correctly configured in your setup to resolve the issue [1].

To continue talking to Dosu, mention @dosu.

Kokoabassplayer commented 2 hours ago

image 1 host voices is specified 2 key is provided, it consume my credit image

crazywoola commented 2 hours ago

Fixed in (#11167) will be released in later versions.