You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
host = "192.168.1.28"
home = GoogleAssistant(host=host)
home.say("test")
If I run the say test I have the following error in line 20 :
if self.cc.media_controller.status.player_state != "PLAYING" or ignore == True:
AttributeError: 'GoogleAssistant' object has no attribute 'cc'
The text was updated successfully, but these errors were encountered:
from googlecontroller import GoogleAssistant
host = "192.168.1.28"
home = GoogleAssistant(host=host)
home.say("test")
If I run the say test I have the following error in line 20 :
if self.cc.media_controller.status.player_state != "PLAYING" or ignore == True:
AttributeError: 'GoogleAssistant' object has no attribute 'cc'
The text was updated successfully, but these errors were encountered: