简体   繁体   中英

Google smart home responds mode not available for authFailure errorCode

I have implemented google smart home skill. I have function to validate token. If token is not valid I return payload as below

{
    requestId : from req,
    payload : {
       errorCode : "authFailure"
    }
}

For Query intent google responds proper error message like "Can't Seem to reach your electric. Try checking the app to make sure your device is fully set up"

But For Execute intent, First query intent is called as I can see in logs. Where Same payload is returned. But google responds with message "Sorry that mode is not available."

I am not able to understand this behaviour.

I have implemented google smart home skill. I have function to validate token. If token is not valid I return payload as below

{
    requestId : from req,
    payload : {
       errorCode : "authFailure"
    }
}

For Query intent google responds proper error message like "Can't Seem to reach your electric. Try checking the app to make sure your device is fully set up"

But For Execute intent, First query intent is called as I can see in logs. Where Same payload is returned. But google responds with message "Sorry that mode is not available."

I am not able to understand this behaviour.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM