Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange output on Version query? #4

Open
valdr opened this issue Dec 2, 2017 · 0 comments
Open

Strange output on Version query? #4

valdr opened this issue Dec 2, 2017 · 0 comments

Comments

@valdr
Copy link

valdr commented Dec 2, 2017

Running Mycroft on Ubuntu 16.04/64.
I tried "What version are you", and with a little apparent help from Wolfram Alpha fallback, I got a definition of the word "noun", or so it seemed...

The output on the CLI:

  • DEBUG - {"type": "intent_failure", "data": {"lang": "en-us", "utterance": "what version are you?"}, "context": null}
    mycroft.skills.padatious_service - DEBUG - Padatious fallback attempt: what version are you?
    mycroft.skills.core - INFO - Exception in fallback: max() arg is an empty sequence
    WolframAlphaSkill - DEBUG - WolframAlpha fallback attempt: what version are you?
    WolframAlphaSkill - DEBUG - Querying WolframAlpha: what are version you?
    Display Manager (mycroft.client.enclosure) - DEBUG - Setting active skill to WolframAlphaSkill
    requests.packages.urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai
  • DEBUG - {"type": "enclosure.mouth.think", "data": {}, "context": null}
    requests.packages.urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/wa?input=what+are+version+you%3F HTTP/1.1" 200 16000
    Display Manager (mycroft.client.enclosure) - DEBUG - Setting active skill to WolframAlphaSkill
  • DEBUG - {"type": "speak", "data": {"expect_response": false, "utterance": "noun, an interpretation of a matter from a particular viewpoint,"}, "context": null}
  • DEBUG - {"type": "recognizer_loop:audio_output_start", "data": {}, "context": null}
  • DEBUG - {"type": "recognizer_loop:audio_output_start", "data": {}, "context": null}
  • DEBUG - {"type": "recognizer_loop:audio_output_end", "data": {}, "context": null}
  • DEBUG - {"type": "enclosure.eyes.blink", "data": {"side": "b"}, "context": null}
  • DEBUG - {"type": "recognizer_loop:audio_output_end", "data": {}, "context": null}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant