E3V3A / TESTT

TEST -- This is only a test repo - nothing here
0 stars 0 forks source link

Google Assistant is not responding #38

Open E3V3A opened 6 years ago

E3V3A commented 6 years ago

Hey , i followed the installation steps,

the module is detecting the launch phrase perfectly and performs the" Smart Mirror" commands perfectly as well , but Google Assistant commands are not performed , it only says "give me permission to help you".

I checked my Google API analytics and I found that Cloud Speech API requests are all successful but Google Assistant API are all ERRORS

image

NPM version 3.10.10

node version v6.14.1 uname -a

Linux raspberrypi 4.14.31-v7+ #1104 SMP Thu Mar 29 16:52:18
BST 2018 armv7l GNU/Linux

sudo lsb_release -a

No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 9.4 (stretch)
Release:    9.4
Codename:   stretch
E3V3A commented 6 years ago

Hi @FLASH980

  1. Please update your npm and nodejs! (I'm surprised your MM is even working!)
  2. Please upload another screenshot, that one is too small to read!
  3. If Google API tell you there is a permission issue, then that's what it is. You have probably forgotten (or not seen) some permission related thing that you need to enable in there. Please check your google developer console again and go through the Wiki step-by step.
FLASH980 commented 6 years ago

Thank you for helping @E3V3A

Now GA is working , but now Smart Mirror cotrolling is not working anymore.

it doesn't perform any of the commands, not showing the error icon and if i go to Smart Mirror mode it hangs.

Thank you again for your instructions.