---
ai_generation_date: '2026-09-08'
ai_model: gemini-3-pro-preview
audiodharma:
  talks:
    - date: '2021-01-31'
      mp3_url: https://audiodharma.us-east-1.linodeobjects.com/talks/12843/20210131-Nikki_Mirghafori-IMC-guided_meditation_settling_in_withtrust.mp3
      speakers:
        - speaker_name: Nikki Mirghafori
          speaker_url: https://www.audiodharma.org/speakers/229
      talk_start_time_seconds: 0
      title: 'Guided Meditation: Settling In WithTrust'
      url: https://www.audiodharma.org/talks/12843
      video_unavailable: false
location_city: Redwood City, CA
video_unavailable: false
youtube:
  id: evtQEMqSnoQ
  imprecise_upload_date: '2021-05-04'
  title: 'Guided Meditation: Settling In With Trust'
  upload_date: null
  uploader_str: Insight Meditation Center
  uploader_url: https://www.youtube.com/@InsightMeditationCenter
youtube_url: https://www.youtube.com/watch?v=evtQEMqSnoQ
---

# Guided Meditation: Settling In WithTrust - [Nikki Mirghafori](https://www.audiodharma.org/speakers/229)

_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](https://www.audiodharma.org/talks/12843)

_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:

```python

```
