You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traeger Integration has been running rock solid until recently updating to HAOS core-2022.7.3
Here is what is shown in the logs:
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 353, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/traeger/__init__.py", line 57, in async_setup_entry
await client.start(30)
File "/config/custom_components/traeger/traeger.py", line 314, in start
await self.update_grills()
File "/config/custom_components/traeger/traeger.py", line 121, in update_grills
json = await self.get_user_data()
File "/config/custom_components/traeger/traeger.py", line 84, in get_user_data
await self.refresh_token()
File "/config/custom_components/traeger/traeger.py", line 80, in refresh_token
self.token_expires = response["AuthenticationResult"]["ExpiresIn"] + request_time
TypeError: 'NoneType' object is not subscriptable ```
Also seeing an issue when trying to access AWS:
```Timeout error fetching information from https://cognito-idp.us-west-2.amazonaws.com/ -```
The text was updated successfully, but these errors were encountered:
I've had this same issue for awhile now and went back and read through the installation instructions. I didn't have the HACS addon component installed along with the integration. I'm not sure if it got lost on an update at some point or just wasn't required (only the integration needed before?), but now it's working.
tmack8001
pushed a commit
to tmack8001/hass_traeger
that referenced
this issue
Jan 8, 2024
Traeger Integration has been running rock solid until recently updating to HAOS core-2022.7.3
Here is what is shown in the logs:
The text was updated successfully, but these errors were encountered: