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

Integration Unavailable #53

Open
skrilla0 opened this issue Jul 23, 2022 · 1 comment
Open

Integration Unavailable #53

skrilla0 opened this issue Jul 23, 2022 · 1 comment

Comments

@skrilla0
Copy link

skrilla0 commented Jul 23, 2022

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/ -```
@AaronAutomation
Copy link

AaronAutomation commented Jul 24, 2022

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
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

2 participants