### The problem
I updated to 2024.8.0 today, was on 7.3 prior.
I updated my on…line devices through the HA console after that.
Now when I go to the LOGS on the device I get the following message:
`INFO ESPHome 2024.8.0
INFO Reading configuration /config/esphome/displaytestnext.yaml...
Traceback (most recent call last):
File "/usr/local/bin/esphome", line 8, in <module>
sys.exit(main())
^^^^^^
File "/esphome/esphome/__main__.py", line 1014, in main
return run_esphome(sys.argv)
^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 1001, in run_esphome
rc = POST_CONFIG_ACTIONS[args.command](args, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 481, in command_logs
return show_logs(config, args, port)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 383, in show_logs
from esphome.components.api.client import run_logs
File "/esphome/esphome/components/api/client.py", line 8, in <module>
from aioesphomeapi import APIClient
File "/usr/local/lib/python3.11/dist-packages/aioesphomeapi/__init__.py", line 7, in <module>
from .client import APIClient
File "/usr/local/lib/python3.11/dist-packages/aioesphomeapi/client.py", line 91, in <module>
from .connection import APIConnection, ConnectionParams, handle_timeout
File "aioesphomeapi/connection.py", line 24, in init aioesphomeapi.connection
File "/usr/local/lib/python3.11/dist-packages/aioesphomeapi/_frame_helper/__init__.py", line 3, in <module>
from .noise import APINoiseFrameHelper
File "aioesphomeapi/_frame_helper/noise.py", line 10, in init aioesphomeapi._frame_helper.noise
File "/usr/local/lib/python3.11/dist-packages/chacha20poly1305_reuseable/__init__.py", line 7, in <module>
from cryptography.hazmat.primitives.ciphers.aead import (
File "/usr/local/lib/python3.11/dist-packages/cryptography/hazmat/primitives/ciphers/__init__.py", line 11, in <module>
from cryptography.hazmat.primitives.ciphers.base import (
File "/usr/local/lib/python3.11/dist-packages/cryptography/hazmat/primitives/ciphers/base.py", line 10, in <module>
from cryptography.hazmat.bindings._rust import openssl as rust_openssl
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory`
### Which version of ESPHome has the issue?
2024.8.0
### What type of installation are you using?
Home Assistant Add-on
### Which version of Home Assistant has the issue?
2024.7.4
### What platform are you using?
ESP8266
### Board
D1 Mini and others
### Component causing the issue
LOGS
### Example YAML snippet
```yaml
All my devices now do this. ESP8266 and ESP32
```
### Anything in the logs that might be useful for us?
```txt
INFO ESPHome 2024.8.0
INFO Reading configuration /config/esphome/displaytestnext.yaml...
Traceback (most recent call last):
File "/usr/local/bin/esphome", line 8, in <module>
sys.exit(main())
^^^^^^
File "/esphome/esphome/__main__.py", line 1014, in main
return run_esphome(sys.argv)
^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 1001, in run_esphome
rc = POST_CONFIG_ACTIONS[args.command](args, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 481, in command_logs
return show_logs(config, args, port)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 383, in show_logs
from esphome.components.api.client import run_logs
File "/esphome/esphome/components/api/client.py", line 8, in <module>
from aioesphomeapi import APIClient
File "/usr/local/lib/python3.11/dist-packages/aioesphomeapi/__init__.py", line 7, in <module>
from .client import APIClient
File "/usr/local/lib/python3.11/dist-packages/aioesphomeapi/client.py", line 91, in <module>
from .connection import APIConnection, ConnectionParams, handle_timeout
File "aioesphomeapi/connection.py", line 24, in init aioesphomeapi.connection
File "/usr/local/lib/python3.11/dist-packages/aioesphomeapi/_frame_helper/__init__.py", line 3, in <module>
from .noise import APINoiseFrameHelper
File "aioesphomeapi/_frame_helper/noise.py", line 10, in init aioesphomeapi._frame_helper.noise
File "/usr/local/lib/python3.11/dist-packages/chacha20poly1305_reuseable/__init__.py", line 7, in <module>
from cryptography.hazmat.primitives.ciphers.aead import (
File "/usr/local/lib/python3.11/dist-packages/cryptography/hazmat/primitives/ciphers/__init__.py", line 11, in <module>
from cryptography.hazmat.primitives.ciphers.base import (
File "/usr/local/lib/python3.11/dist-packages/cryptography/hazmat/primitives/ciphers/base.py", line 10, in <module>
from cryptography.hazmat.bindings._rust import openssl as rust_openssl
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
```
### Additional information
_No response_