#HA Container Throwing NotImplementedError from storage.py

1 messages · Page 1 of 1 (latest)

hollow lagoon
#

I have the home assistant docker container running on Raspbian (RPI 2). Suddenly I realized my automations stopped working.. Looking at the logs I see: https://pastebin.com/raw/mHrCW0Yk

I have tried (in order):

  • Pulling the latest home assistant image
  • Removing the home assistant container entirely, and recreating it (I'm using Docker Compose) (Including running docker system prune -a)
  • Commenting out EVERYTHING in my configuration.yaml and doing the above again

Any insight?

#
version: '3'
services:
  homeassistant:
    container_name: homeass
    image: "ghcr.io/home-assistant/home-assistant:stable"
    volumes:
      - ./config:/config
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped
    privileged: true
    network_mode: host

My docker compose

quaint orchid
#

There might be corruption inside .storage. Can you diff the directory against a backup?

hollow lagoon
#

Let me check

#

My .storage is not even registering as a directory... lol