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

Unknown exception after latest update #351

Closed
tankdeer opened this issue Aug 26, 2024 · 4 comments
Closed

Unknown exception after latest update #351

tankdeer opened this issue Aug 26, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@tankdeer
Copy link

The problem

Started receiving these after updating to the latest beta version

What version of this integration (ha-nest-protect) has the issue?

0.4.0b5

What version of Home Assistant Core has the issue?

2024.8.3

Device / Model

Hardwired

Diagnostics information

nest_protect-fe613734dbd943f3ebef3cd29efb2da8-Nest Protect (Upstairs)-19171b161b62b6a509a03edaf3e40cc8.json

Home Assistant log

Logs
2024-08-26 10:34:49.711 ERROR (MainThread) [custom_components.nest_protect] Unknown exception. Please create an issue on GitHub with your logfile. Updates paused for 5 minutes.
Traceback (most recent call last):
  File "/config/custom_components/nest_protect/__init__.py", line 208, in _async_subscribe_for_data
    dict(b, **buckets.get(b.object_key, {})) for b in [data.updated_buckets]
                          ^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'object_key'
2024-08-26 10:39:50.155 ERROR (MainThread) [custom_components.nest_protect] Unknown exception. Please create an issue on GitHub with your logfile. Updates paused for 5 minutes.
Traceback (most recent call last):
  File "/config/custom_components/nest_protect/__init__.py", line 208, in _async_subscribe_for_data
    dict(b, **buckets.get(b.object_key, {})) for b in [data.updated_buckets]
                          ^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'object_key'
2024-08-26 10:44:50.581 ERROR (MainThread) [custom_components.nest_protect] Unknown exception. Please create an issue on GitHub with your logfile. Updates paused for 5 minutes.
Traceback (most recent call last):
  File "/config/custom_components/nest_protect/__init__.py", line 208, in _async_subscribe_for_data
    dict(b, **buckets.get(b.object_key, {})) for b in [data.updated_buckets]
                          ^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'object_key'
2024-08-26 10:49:51.024 ERROR (MainThread) [custom_components.nest_protect] Unknown exception. Please create an issue on GitHub with your logfile. Updates paused for 5 minutes.
Traceback (most recent call last):
  File "/config/custom_components/nest_protect/__init__.py", line 208, in _async_subscribe_for_data
    dict(b, **buckets.get(b.object_key, {})) for b in [data.updated_buckets]
                          ^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'object_key'

Additional information

No response

@tankdeer tankdeer added the bug Something isn't working label Aug 26, 2024
@iMicknl
Copy link
Owner

iMicknl commented Aug 29, 2024

Duplicate of #347

@iMicknl iMicknl marked this as a duplicate of #347 Aug 29, 2024
@iMicknl iMicknl closed this as completed Aug 29, 2024
@nandi95
Copy link

nandi95 commented Aug 29, 2024

Is there a previous version I can roll back to where it works? what's the git hash?

@iMicknl
Copy link
Owner

iMicknl commented Aug 29, 2024

One earlier release.. 😉

@nandi95
Copy link

nandi95 commented Aug 30, 2024

Screenshot 2024-08-30 at 09 02 05
unfortunately that didn't work either

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@iMicknl @nandi95 @tankdeer and others