MycroftAI / ZZZ-RETIRED__skill-wolfram-alpha

RETIRED - Legacy skill for interacting with Wolfram Alpha. This has been replaced by https://github.com/MycroftAI/fallback-wolfram-alpha
https://mycroft.ai/skills
0 stars 4 forks source link

Intent failure #6

Closed valdr closed 6 years ago

valdr commented 7 years ago

Desktop (Git clone 0.8.22 vanilla) install on Ubuntu 16.04LTS; running as silent debug (start -d)

I can ask Mycroft ány math-related question, all I get is:

- DEBUG - {"type": "intent_failure", "data": {"lang": "en-us", "utterance": "what is the speed of the light"}, "context": null}
mycroft.skills.padatious_service - DEBUG - Padatious fallback attempt: what is the speed of the light
mycroft.skills.core - INFO - Exception in fallback: max() arg is an empty sequence
mycroft.skills.core - WARNING - No fallback could handle intent.
- DEBUG - {"type": "complete_intent_failure", "data": {}, "context": null}
rigved commented 7 years ago

Facing the same issue. Here is more data from the logs (if that helps):

11:17:13.580 - SKILLS - DEBUG - {"type": "recognizer_loop:utterance", "data": {"lang": "en-US", "session": "xxx", "utterances": ["what's the speed of light"]}, "context": null}
11:17:13.594 - mycroft.skills.intent_service:handle_utterance:235 - ERROR - 
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/mycroft_core-0.9.0-py2.7.egg/mycroft/skills/intent_service.py", line 231, in handle_utterance
    context_manager=self.context_manager))
StopIteration
11:17:13.603 - SKILLS - DEBUG - {"type": "intent_failure", "data": {"lang": "en-US", "utterance": "what's the speed of light"}, "context": null}
11:17:13.607 - mycroft.skills.padatious_service:handle_fallback:100 - DEBUG - Padatious fallback attempt: what's the speed of light
11:17:13.612 - mycroft.skills.core:handler:741 - INFO - Exception in fallback: max() arg is an empty sequence
11:17:13.614 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.start", "data": {"handler": "fallback"}, "context": null}
11:17:13.617 - mycroft.skills.core:handler:743 - WARNING - No fallback could handle intent.
11:17:13.622 - SKILLS - DEBUG - {"type": "complete_intent_failure", "data": {}, "context": null}
11:17:13.666 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.complete", "data": {"exception": "No fallback could handle intent.", "handler": "fallback"}, "context": null}
11:17:13.668 - SKILLS - DEBUG - {"type": "speak", "data": {"utterance": "Sorry, I didn't catch that. Please rephrase your request."}, "context": null}
penrods commented 6 years ago

This was an issue with our backend connection to Wolfram Alpha. Should be resolved now.

Additionally, this skill is now just around for legacy purposes. I'm going to close this issue, please bring any additional problems up in the https://github.com/MycroftAI/fallback-wolfram-alpha repo.

Thank you!