Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help Needed] Grott fails to start no matter what I try #77

Open
PsychoGame opened this issue Feb 5, 2024 · 2 comments
Open

[Help Needed] Grott fails to start no matter what I try #77

PsychoGame opened this issue Feb 5, 2024 · 2 comments

Comments

@PsychoGame
Copy link

I don't know why, but how many times I tried, I can't get the Grott docker container to come up properly.
The error it continues to spit out is: exec /usr/local/bin/python: exec format error
I populated the grott.ini configuration file which is
I tried a docker-compose install using the following:

version: "3.7"

services:
mosquitto:
image: eclipse-mosquitto:latest
hostname: mosquitto
container_name: mosquitto
restart: unless-stopped
ports:
- "1883:1883"
volumes:
- /srv/dev-disk-by-uuid-cb13cbd4-a5e8-41d5-953d-8a3c7873b4e9/Data/Mosquitto:/etc/mosquitto
- /srv/dev-disk-by-uuid-cb13cbd4-a5e8-41d5-953d-8a3c7873b4e9/Configs/Mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf

grott:
  image: ledidobe/grott:2.7.8
  hostname: grott
  container_name: grott
  restart: unless-stopped
  ports:
    - "5279:5279"
  volumes:
    - /srv/dev-disk-by-uuid-cb13cbd4-a5e8-41d5-953d-8a3c7873b4e9/Configs/Grott/grott.ini:/app/grott.ini
@muppet3000
Copy link
Owner

Could you paste a copy of your grott.ini file here?

@typxxi
Copy link

typxxi commented Jul 28, 2024

Time to close the issue which is not even an issue of the ha grott integration afaik.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants