You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use the podcast action, at times we might get an error like this:
Traceback (most recent call last):
File "radio.py", line 967, in <module>
dialogue.flow()
File "radio.py", line 739, in flow
speech = self.podcast_dialogue(rss_feed)
File "radio.py", line 489, in podcast_dialogue
"You know, I love listening to podcasts. "
KeyError: 'itunes_author'
This happens because no 'itunes_author' metadata was provided by the RSS feed. We need a fallback condition here.
The text was updated successfully, but these errors were encountered:
When we use the podcast action, at times we might get an error like this:
This happens because no 'itunes_author' metadata was provided by the RSS feed. We need a fallback condition here.
The text was updated successfully, but these errors were encountered: