Dielee / volvo2mqtt

Home Assistant addon for connecting AAOS Volvos
MIT License
143 stars 30 forks source link

container not starting #86

Closed paradix closed 1 year ago

paradix commented 1 year ago

Describe the bug container not starting

To Reproduce:

Expected behavior:
A clear and concise description of what you expected to happen.

Screenshots:
If applicable, add screenshots to help explain your problem.

Version info: 1.8

Logs: Traceback (most recent call last): File "/volvoAAOS2mqtt/./main.py", line 11, in setup_logging() File "/volvoAAOS2mqtt/util.py", line 53, in setup_logging if settings["debug"]: File "/usr/local/lib/python3.9/site-packages/dynaconf/utils/functional.py", line 19, in inner return func(self._wrapped, *args) File "/usr/local/lib/python3.9/site-packages/dynaconf/base.py", line 306, in getitem raise KeyError(f"{item} does not exist") KeyError: 'debug does not exist'

Dielee commented 1 year ago

Please share me a screenshot from your addon config. Or are you using the docker instance ?

paradix commented 1 year ago

image

paradix commented 1 year ago

Yes, I'm using a docker instance

paradix commented 1 year ago

Worsk now with 1.8.1 thnx a lot