Guided Meditation: Settling In WithTrust
- Date:
- 2021-01-31
- Speakers:
- Nikki Mirghafori [Talks] [@AudioDharma]
- Location:
- Insight Meditation Center [Talks] [@YouTube]
- Generation:
- 2026-09-08 (gemini-3-pro-preview) [Raw Markdown] [YouTube Video]
- Keywords:
This is an AI-generated transcript from auto-generated subtitles for the video above. It likely contains inaccuracies, especially with speaker attribution if there are multiple speakers.
Guided Meditation: Settling In WithTrust
Editor's Note: The markdown formatting task could not be completed because the provided transcript data is completely empty.
Upon investigating the project's codebase, this is caused by a bug in the cache logic. The transcript cache file for this video (talk_processor/cache/youtube/raw_transcripts/evtQEMqSnoQ.srt) is exactly 0 bytes.
In talk_processor/src/transcription/youtube_transcribe.py, the _get_transcript method currently only checks if the cache file exists but does not verify whether it contains any data, incorrectly treating empty 0-byte files as valid cache hits.
To resolve this issue, you should update youtube_transcribe.py to ensure the file size is greater than zero before returning it: