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

Issues with latest update HA 2023.7.2 #162

Open
apedance opened this issue Jul 14, 2023 · 13 comments
Open

Issues with latest update HA 2023.7.2 #162

apedance opened this issue Jul 14, 2023 · 13 comments

Comments

@apedance
Copy link

This error originated from a custom integration.

Logger: homeassistant.setup
Source: custom_components/miele/init.py:383
Integration: miele (documentation, issues)
First occurred: 11:49:56 (1 occurrences)
Last logged: 11:49:56

Error during setup of component miele
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 288, in _async_setup_component
result = await task
^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 427, in async_setup
hass.data[DOMAIN][DATA_DEVICES] = _to_dict(data_get_devices)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 383, in _to_dict
for item in items:
TypeError: 'NoneType' object is not iterable

This error originated from a custom integration.

Logger: py.warnings
Source: custom_components/miele/miele_at_home.py:177
Integration: miele (documentation, issues)
First occurred: 11:46:55 (1 occurrences)
Last logged: 11:46:55

/config/custom_components/miele/miele_at_home.py:177: RuntimeWarning: coroutine 'MieleOAuth.refresh_token' was never awaited self.refresh_token(hass)

@x3style
Copy link

x3style commented Jul 14, 2023

I have something similar i think if not the same.

Logger: homeassistant.setup
Source: custom_components/miele/init.py:383
Integration: miele (documentation, issues)
First occurred: 2:33:30 PM (1 occurrences)
Last logged: 2:33:30 PM

Error during setup of component miele
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 288, in _async_setup_component
result = await task
^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 427, in async_setup
hass.data[DOMAIN][DATA_DEVICES] = _to_dict(data_get_devices)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 383, in _to_dict
for item in items:
TypeError: 'NoneType' object is not iterable

@troinine
Copy link

I did try reverting back to 2023.7.1 but the problem is still present.

Further investigation indicates that this appears to be an issue with Miele 3rd party API (https://api.mcs3.miele.com/v1/). The problem started roughly 9:15 UTC today. The 3rd party API seems to be not responding at all.

No indication of changes in https://www.miele.com/developer/news.html that might have caused this.

@Morteum9
Copy link

I've actually been meaning to write something up on this, I noticed it when I updated to 23.7.0 earlier this month. Been taking later 7.x updates hoping it would clear it up but more signs were pointing to Miele itself since then.

This error originated from a custom integration.

Logger: homeassistant.setup
Source: custom_components/miele/init.py:383
Integration: miele (documentation, issues)
First occurred: July 13, 2023 at 8:14:51 PM (1 occurrences)
Last logged: July 13, 2023 at 8:14:51 PM

Error during setup of component miele
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 288, in _async_setup_component
result = await task
^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 427, in async_setup
hass.data[DOMAIN][DATA_DEVICES] = _to_dict(data_get_devices)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 383, in _to_dict
for item in items:
TypeError: 'NoneType' object is not iterable

@TomStarren
Copy link

So I also had this issue but for me the following steps fixed the issue.

@Morteum9
Copy link

So I also had this issue but for me the following steps fixed the issue.

Still getting the same error after these steps

This error originated from a custom integration.

Logger: homeassistant.setup
Source: custom_components/miele/init.py:383
Integration: Miele@home (documentation, issues)
First occurred: 4:37:56 PM (1 occurrences)
Last logged: 4:37:56 PM

Error during setup of component miele
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 288, in _async_setup_component
result = await task
^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 427, in async_setup
hass.data[DOMAIN][DATA_DEVICES] = _to_dict(data_get_devices)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 383, in _to_dict
for item in items:
TypeError: 'NoneType' object is not iterable

@martingruening
Copy link

The same things happens here. Functionality stopped yesterday. Re-registering didn't help. Any thoughts?

@pille89
Copy link

pille89 commented Jul 30, 2023

Same problem.....

@faibe24
Copy link

faibe24 commented Jul 31, 2023

Same here, even on clean installation

@jamesmccarthy
Copy link

jamesmccarthy commented Jul 31, 2023

If you're having this issue, can you please comment on whether you have IPv6 (and an address) for your HASS instance?

If so, please try disabling IPv6.

Edit: Don't pursue this necessarily. Was causing the issue for me for both Miele and other add-ons after upgrading to 23.7.3, but may be unrelated for Miele.

@martingruening
Copy link

If you're having this issue, can you please comment on whether you have IPv6 (and an address) for your HASS instance?

No, I had troubles with IPv6 + HASS before. Therefore I have connected Home Assistant to an IPv4-only network in Docker (this solved all the previous IPv6 troubles).

@haukekiesswetter
Copy link

Same here .. just tried to do a first install & activate .. no ipv6 / no success

@pille89
Copy link

pille89 commented Aug 18, 2023

Is there a solution?

@haukekiesswetter
Copy link

Is there a solution?

Well i switched to the other miele integration : https://github.com/astrandb/miele this one seems to work (at least for me)

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

10 participants