esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
285 stars 34 forks source link

ESPHome won't start #5770

Open tbutcher365 opened 1 week ago

tbutcher365 commented 1 week ago

The problem

ESPHome won't start and I have the following error in the log. I presume something is out of date or in conflict.

Traceback (most recent call last): File "/usr/local/bin/esphome", line 33, in sys.exit(load_entry_point('esphome', 'console_scripts', 'esphome')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/esphome/esphome/main.py", line 1061, in main return run_esphome(sys.argv) ^^^^^^^^^^^^^^^^^^^^^ File "/esphome/esphome/main.py", line 1001, in run_esphome setup_log( File "/esphome/esphome/log.py", line 74, in setup_log colorama.init() ^^^^^^^^^^^^^ AttributeError: module 'colorama' has no attribute 'init' [10:01:39] INFO: Service ESPHome dashboard exited with code 1 (by signal 0) [10:01:41] INFO: Starting ESPHome dashboard...

Which version of ESPHome has the issue?

2024.4.2

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2024.5.2

What platform are you using?

ESP8266

Board

No response

Component causing the issue

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response