Coder Social home page Coder Social logo

Comments (8)

hooverand avatar hooverand commented on July 17, 2024

Been having the exact same issue as well!

from assistant-sdk-nodejs.

werra11 avatar werra11 commented on July 17, 2024

Having the same issue.

from assistant-sdk-nodejs.

2ndLeaf avatar 2ndLeaf commented on July 17, 2024

I am having the same problem. Sometime I get no response, sometimes I get an actual response, and then sometimes I get a
space as the response.
{
"command": "what time is it",
"response": " ",
"timestamp": 1594785476641
},
{
"command": "tell me a joke",
"response": "Why won’t the shrimp share its treasure?\nBecause it’s shellfish 🍀",
"timestamp": 1594859843734
},
{
"command": "What time is it",
"response": " ",
"timestamp": 1594859902222
},
{
"command": "tell me a joke",
"response": "",
"timestamp": 1594860056841
},
{
"command": "What time is it",
"response": "",
"timestamp": 1594860119997
}

from assistant-sdk-nodejs.

bertreb avatar bertreb commented on July 17, 2024

I got the same kind of experience. No text answer, only audio as response to a question.
The result of that seems that the question is (broad)casted.

from assistant-sdk-nodejs.

greghesp avatar greghesp commented on July 17, 2024

Issue is back. Seems the screen on/off makes zero difference now.

from assistant-sdk-nodejs.

dneustadt avatar dneustadt commented on July 17, 2024

Can confirm the issue and it seems to be permanent now. response is an empty object.

const assistant = new GoogleAssistant(CREDENTIALS);
assistant.assist('what time is it?')
  .then((response) => {
    console.log(response); // {}
  });

from assistant-sdk-nodejs.

Akszyn avatar Akszyn commented on July 17, 2024

I also have the same problem related to the lack of response because it displays a blank field

from assistant-sdk-nodejs.

cryptoAlgorithm avatar cryptoAlgorithm commented on July 17, 2024

Would like to add to this issue, the issue I'm experiencing is that the assistant sometimes provide text output, but for some questions like "what time is it", no text response is returned, only audio is played. I'm using a modified version of the console input example, which takes text input and play audio output to test the operation. I hope this issue can be fixed soon as my primary use case is in a text-based scenario.

from assistant-sdk-nodejs.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.