We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: