m5stack / M5CoreS3-Esphome

16 stars 6 forks source link

Fail to build m5stack-cores3.yaml: Loose object (stored in .git/objects/b9/55eed7436b4ca43344a51307759ba12f39b669) is corrupt. #17

Open lboue opened 3 months ago

lboue commented 3 months ago

Fail to build m5stack-cores3.yaml

I am facing an issue building M5CoreS3 HA voice Assistant like described in the turorial section 3.Configuring the Device.

Steps to reproduce

YAML config

esphome:
  name: m5cores3-ha-voice-assistant
  friendly_name: M5CoreS3 HA voice Assistant

packages:
  m5stack.cores3-voice-assistant: github://m5stack/M5CoreS3-Esphome/voice-assistant/m5stack-cores3.yaml@main

esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: "ZjMqqF3pSxAzoRbM7X/w4KJ60VhCpwFPTQ2IWfUcpJY="

ota:
  - platform: esphome
    password: "c08008493140a91896cbea7748dbf8fc"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "M5Cores3-Ha-Voice-Assistant"
    password: "pc9Dmye8HVgu"

captive_portal:

Logs

INFO ESPHome 2024.7.2
INFO Reading configuration /config/esphome/m5cores3-ha-voice-assistant.yaml...
INFO Updating https://github.com/m5stack/M5CoreS3-Esphome@None
Failed config

external_components: [source /data/packages/54af47dc/voice-assistant/m5stack-cores3.yaml:60]
  - 
    loose object b955eed7436b4ca43344a51307759ba12f39b669 (stored in .git/objects/b9/55eed7436b4ca43344a51307759ba12f39b669) is corrupt.
    source: 
      type: git
      url: https://github.com/m5stack/M5CoreS3-Esphome
    components: 
      - board_m5cores3
      - m5cores3_audio
      - m5cores3_display
    refresh: 0s

Could you help me to fix this issue?

Regards