shivasiddharth / GassistPi

Google Assistant for Single Board Computers
Other
1.02k stars 304 forks source link

Crashes after chromecast commands #208

Closed albznw closed 6 years ago

albznw commented 6 years ago

The service crashes after executing a chromecast command. Souch as "Pause chromecast".

shivasiddharth commented 6 years ago

Make sure to assign the ipaddress of your chromecast in the chromecast function in the actions.py script.

albznw commented 6 years ago

It works though, the chromecast do pause the media. But the service crashes nontheless. But I'll try that!

albznw commented 6 years ago

I've changed the IP but it still crashes :/

shivasiddharth commented 6 years ago

Attach the log, let me take a look. You can find the log in /tmp folder

albznw commented 6 years ago

GassistPi.log Here's the log! This time, I was able to say "pause chromecast" and it worked without crashing. Saying "play chromecast" however still crashes the assistant.

shivasiddharth commented 6 years ago

Looks like, you have not added the Youtube API key. Can you add that pls.

shivasiddharth commented 6 years ago

Closing this for inactivity