dionisgr
(Dionisgr)
February 8, 2024, 7:20am
1
Good day! Who has never encountered a configuration error after the last kernel update: mobile_app, default_config. Displays the following message :
Component error: mobile_app - No module named ‘six.moves’
Platform error ‘tts’ from integration ‘google_translate’ - No module named ‘six.moves’
I tried to install these modules, but there is no effect!
Home Assistant
Core 2024.2.0
Supervisor 2024.01.1
1 Like
Ucsus
(David Courtney)
February 8, 2024, 8:35am
2
Hallelujah! I’m not the only one!
The same problem, I first encountered it on beta versions, rolled back to 1.6, deleted everything unnecessary, cleaned up all the errors, installed 2.0, yesterday everything was fine, today I rebooted and this shit appears again, the configs are not loaded. I’m sitting one by one trying to disconnect the components, so far without success.
opened 11:32AM - 04 Feb 24 UTC
closed 05:28PM - 04 Feb 24 UTC
integration: google
### The problem
Configs are not loading and UI won't load
Invalid config
Th… e following integrations and platforms could not be set up:
cloud
utility_meter
google
mobile_app
google_translate.tts
default_config
In the logs: No module named 'six.moves'
### What version of Home Assistant Core has the issue?
2024.2.0b4
### What was the last working version of Home Assistant Core?
2024.2.0b2
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
_No response_
### Link to integration documentation on our website
_No response_
### Diagnostics information
[home-assistant_2024-02-04T11-28-14.189Z.log](https://github.com/home-assistant/core/files/14156531/home-assistant_2024-02-04T11-28-14.189Z.log)
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
```txt
Setup failed for 'google': Unable to import component: No module named 'six.moves'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 251, in _async_setup_component
component = integration.get_component()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 827, in get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 994, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/google/__init__.py", line 10, in <module>
from gcal_sync.api import GoogleCalendarService
File "/usr/local/lib/python3.12/site-packages/gcal_sync/api.py", line 40, in <module>
from .model import (
File "/usr/local/lib/python3.12/site-packages/gcal_sync/model.py", line 17, in <module>
from ical.component import ComponentModel
File "/usr/local/lib/python3.12/site-packages/ical/component.py", line 34, in <module>
from .types.data_types import DATA_TYPE
File "/usr/local/lib/python3.12/site-packages/ical/types/__init__.py", line 12, in <module>
from .recur import Frequency, Range, Recur, RecurrenceId, Weekday, WeekdayValue
File "/usr/local/lib/python3.12/site-packages/ical/types/recur.py", line 44, in <module>
from dateutil import rrule
File "/usr/local/lib/python3.12/site-packages/dateutil/rrule.py", line 20, in <module>
from six.moves import _thread, range
ModuleNotFoundError: No module named 'six.moves'
```
### Additional information
_No response_
Ucsus
(David Courtney)
February 8, 2024, 8:51am
3
Can you check if your components/add-ons match mine?
Лист1
HACS,Check,Addons,Check
Adaptive-Lighting,Advanced SSH & Web Terminal
apexcharts-card,DOODS2
auto-entities,Duck DNS
Bar Card,ESPHome
browser_mod,eWeLink Smart Home
Bubble Card,File editor
button-card,Glances
card-mod,go2rtc
card-tools,Home...
dionisgr
(Dionisgr)
February 8, 2024, 11:08am
4
Hi, partially correspond. marked in red!
Лист1
HACS,Check,Addons,Check
Adaptive-Lighting,Advanced SSH & Web Terminal
apexcharts-card,DOODS2
auto-entities,Duck DNS
Bar Card,ESPHome
browser_mod,eWeLink Smart Home
Bubble Card,File editor
button-card,Glances
card-mod,go2rtc
card-tools,Home...
Ucsus
(David Courtney)
February 8, 2024, 11:12am
5
Yeah thanks! For now I rolled back to 1.6, later I’ll try to install 2.0 again and remove these components, although I doubt it will help.
Another person on the Russian forum has this error .
Ucsus
(David Courtney)
February 8, 2024, 1:22pm
6
Dataplicity is to blame
Type ha core rebuild
in the terminal and then disable/remove dataplicity, the developer is aware of the problem.
1 Like
sstarcher
(Shane Starcher)
March 16, 2024, 5:04pm
7
I have a similar issue, where ha core rebuild
fixes it until the next restart of HA. I don’t have dataplicity installed.