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

AttributeError: 'Neighbors' object has no attribute 'NeighborTableList #34

Open
stalakerob opened this issue Sep 20, 2020 · 0 comments
Open

Comments

@stalakerob
Copy link

Hi,
I'm getting the followin error when executing zha_map.scan_now:
(HA Core Version 0.115.2, ZHA Network Virtualization Card Version f7444f1)

Sep 20 13:47:46 raspi4 hass[22383]: 2020-09-20 13:47:46 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved Sep 20 13:47:46 raspi4 hass[22383]: Traceback (most recent call last): Sep 20 13:47:46 raspi4 hass[22383]: File "/home/homeassistant/.homeassistant/custom_components/zha_map/__init__.py", line 137, in build Sep 20 13:47:46 raspi4 hass[22383]: await self.scan_device(seed) Sep 20 13:47:46 raspi4 hass[22383]: File "/home/homeassistant/.homeassistant/custom_components/zha_map/__init__.py", line 226, in scan_device Sep 20 13:47:46 raspi4 hass[22383]: nei = await Neighbour.scan_device(device) Sep 20 13:47:46 raspi4 hass[22383]: File "/home/homeassistant/.homeassistant/custom_components/zha_map/neighbour.py", line 115, in scan_device Sep 20 13:47:46 raspi4 hass[22383]: await r.scan() Sep 20 13:47:46 raspi4 hass[22383]: File "/home/homeassistant/.homeassistant/custom_components/zha_map/neighbour.py", line 131, in scan Sep 20 13:47:46 raspi4 hass[22383]: neighbors = val.NeighborTableList Sep 20 13:47:46 raspi4 hass[22383]: AttributeError: 'Neighbors' object has no attribute 'NeighborTableList'

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

1 participant