I'm getting this error when trying to discover Chromecast devices. Any guidance here?
2022-06-05 12:49:43,515 Controller polyinterface ERROR polyinterface:_parseInput: _parseInput: failed controller.runCmd(DISCOVER) 'Chromecast' object has no attribute 'device'
Traceback (most recent call last):
File "/home/pi/.local/lib/python3.9/site-packages/polyinterface/polyinterface.py", line 842, in _parseInput
self.nodes[input[key]['address']].runCmd(input[key])
File "/home/pi/.local/lib/python3.9/site-packages/polyinterface/polyinterface.py", line 745, in runCmd
fun(self, command)
File "/home/pi/.polyglot/node servers/AVRemote/poly/remotecontroller.py", line 188, in discover
devices = self.get_device_driver(driverName,
File "/home/pi/.polyglot/node servers/AVRemote/drivers/chromecast.py", line 143, in discoverDevices
friendly_name = cast.device.friendly_name
AttributeError: 'Chromecast' object has no attribute 'device'