Code Monkey home page Code Monkey logo

Comments (5)

AIIX avatar AIIX commented on July 18, 2024

Manually copy listener.py and overwrite the listener.py in /mycroft-core/mycroft/speech/ folder
Go to the root of mycroft folder.
Run ./start.sh service
Run ./start.sh skills
Run ./start.sh voice
Run ./start.sh gui

Run the QT application. Click Connect Directly. Speak to Mycroft or Type to Mycroft. Post output of the above services after sending a query to mycroft.

from mycroft-ai-qtapplication.

trekjunky avatar trekjunky commented on July 18, 2024

I did the ./start.sh skills and got all this:
2016-07-18 12:25:25,578 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "what's the date", "end": "DateKeyword"}} 2016-07-18 12:25:25,579 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "whats the date", "end": "DateKeyword"}} 2016-07-18 12:25:25,580 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "what day is it", "end": "DateKeyword"}} 2016-07-18 12:25:25,580 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "what is the date", "end": "DateKeyword"}} 2016-07-18 12:25:25,581 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "(at|in) (?P<Location>.*)"}} 2016-07-18 12:25:25,581 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["TimeKeyword", "TimeKeyword"]], "optional": [["Location", "Location"]], "name": "TimeIntent"}} 2016-07-18 12:25:25,582 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "google", "end": "Website"}} 2016-07-18 12:25:25,582 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "facebook", "end": "Website"}} 2016-07-18 12:25:25,583 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "amazon", "end": "Website"}} 2016-07-18 12:25:25,583 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "youtube", "end": "Website"}} 2016-07-18 12:25:25,583 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "yahoo", "end": "Website"}} 2016-07-18 12:25:25,584 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wikipedia", "end": "Website"}} 2016-07-18 12:25:25,584 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ebay", "end": "Website"}} 2016-07-18 12:25:25,585 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "twitter", "end": "Website"}} 2016-07-18 12:25:25,585 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "go", "end": "Website"}} 2016-07-18 12:25:25,585 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "craigslist", "end": "Website"}} 2016-07-18 12:25:25,586 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "reddit", "end": "Website"}} 2016-07-18 12:25:25,586 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "linkedin", "end": "Website"}} 2016-07-18 12:25:25,586 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "netflix", "end": "Website"}} 2016-07-18 12:25:25,587 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "live", "end": "Website"}} 2016-07-18 12:25:25,587 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "bing", "end": "Website"}} 2016-07-18 12:25:25,588 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "pinterest", "end": "Website"}} 2016-07-18 12:25:25,588 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "espn", "end": "Website"}} 2016-07-18 12:25:25,588 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "imgur", "end": "Website"}} 2016-07-18 12:25:25,589 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "tumblr", "end": "Website"}} 2016-07-18 12:25:25,589 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "chase", "end": "Website"}} 2016-07-18 12:25:25,590 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "cnn", "end": "Website"}} 2016-07-18 12:25:25,590 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "paypal", "end": "Website"}} 2016-07-18 12:25:25,590 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "instagram", "end": "Website"}} 2016-07-18 12:25:25,591 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "blogspot", "end": "Website"}} 2016-07-18 12:25:25,591 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "apple", "end": "Website"}} 2016-07-18 12:25:25,592 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "search", "end": "SearchKeyword"}} 2016-07-18 12:25:25,592 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "find", "end": "SearchKeyword"}} 2016-07-18 12:25:25,593 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "launch", "end": "LaunchKeyword"}} 2016-07-18 12:25:25,593 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "open", "end": "LaunchKeyword"}} 2016-07-18 12:25:25,593 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "run", "end": "LaunchKeyword"}} 2016-07-18 12:25:25,594 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "for (?P<SearchTerms>.*)"}} 2016-07-18 12:25:25,594 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "for (?P<SearchTerms>.*) on"}} 2016-07-18 12:25:25,595 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "(?P<SearchTerms>.*) on"}} 2016-07-18 12:25:25,595 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "gwenview", "end": "Application"}} 2016-07-18 12:25:25,600 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "amarok", "end": "Application"}} 2016-07-18 12:25:25,601 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "spectacle", "end": "Application"}} 2016-07-18 12:25:25,601 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kmail", "end": "Application"}} 2016-07-18 12:25:25,601 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "notepad", "end": "Application"}} 2016-07-18 12:25:25,602 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "korganizer", "end": "Application"}} 2016-07-18 12:25:25,602 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "amarok", "end": "Application"}} 2016-07-18 12:25:25,602 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "audacity", "end": "Application"}} 2016-07-18 12:25:25,603 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "a wine application", "end": "Application"}} 2016-07-18 12:25:25,603 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "a", "end": "Application"}} 2016-07-18 12:25:25,604 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,604 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "winebrowser", "end": "Application"}} 2016-07-18 12:25:25,605 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "battle.net", "end": "Application"}} 2016-07-18 12:25:25,605 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "battle", "end": "Application"}} 2016-07-18 12:25:25,605 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "diablo iii", "end": "Application"}} 2016-07-18 12:25:25,606 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "diablo", "end": "Application"}} 2016-07-18 12:25:25,606 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,606 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,607 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "getlostdata", "end": "Application"}} 2016-07-18 12:25:25,607 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "firefox web browser", "end": "Application"}} 2016-07-18 12:25:25,608 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "firefox", "end": "Application"}} 2016-07-18 12:25:25,608 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kmail view", "end": "Application"}} 2016-07-18 12:25:25,609 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kmail", "end": "Application"}} 2016-07-18 12:25:25,609 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde system settings", "end": "Application"}} 2016-07-18 12:25:25,610 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde", "end": "Application"}} 2016-07-18 12:25:25,610 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,610 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "checkgmail", "end": "Application"}} 2016-07-18 12:25:25,611 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "klipper", "end": "Application"}} 2016-07-18 12:25:25,611 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kmailservice", "end": "Application"}} 2016-07-18 12:25:25,611 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "openjdk java 8 policy tool", "end": "Application"}} 2016-07-18 12:25:25,612 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "openjdk", "end": "Application"}} 2016-07-18 12:25:25,612 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde im log viewer", "end": "Application"}} 2016-07-18 12:25:25,613 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde", "end": "Application"}} 2016-07-18 12:25:25,613 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice writer", "end": "Application"}} 2016-07-18 12:25:25,614 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice", "end": "Application"}} 2016-07-18 12:25:25,614 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,614 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice math", "end": "Application"}} 2016-07-18 12:25:25,615 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice", "end": "Application"}} 2016-07-18 12:25:25,615 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "print queue", "end": "Application"}} 2016-07-18 12:25:25,616 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "print", "end": "Application"}} 2016-07-18 12:25:25,616 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice xslt based filters", "end": "Application"}} 2016-07-18 12:25:25,617 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice", "end": "Application"}} 2016-07-18 12:25:25,617 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice draw", "end": "Application"}} 2016-07-18 12:25:25,617 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice", "end": "Application"}} 2016-07-18 12:25:25,618 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "imagemagick (display q16)", "end": "Application"}} 2016-07-18 12:25:25,618 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "imagemagick", "end": "Application"}} 2016-07-18 12:25:25,619 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde connect settings", "end": "Application"}} 2016-07-18 12:25:25,619 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde", "end": "Application"}} 2016-07-18 12:25:25,624 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,624 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "korganizer", "end": "Application"}} 2016-07-18 12:25:25,625 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ark", "end": "Application"}} 2016-07-18 12:25:25,625 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "discover", "end": "Application"}} 2016-07-18 12:25:25,626 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,626 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine internet explorer", "end": "Application"}} 2016-07-18 12:25:25,627 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine", "end": "Application"}} 2016-07-18 12:25:25,627 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "account authentication", "end": "Application"}} 2016-07-18 12:25:25,628 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "account", "end": "Application"}} 2016-07-18 12:25:25,628 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "uninstall getlostdata", "end": "Application"}} 2016-07-18 12:25:25,628 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "uninstall", "end": "Application"}} 2016-07-18 12:25:25,629 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "winhlp32", "end": "Application"}} 2016-07-18 12:25:25,629 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "synaptic package manager", "end": "Application"}} 2016-07-18 12:25:25,630 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "synaptic", "end": "Application"}} 2016-07-18 12:25:25,630 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "deluge", "end": "Application"}} 2016-07-18 12:25:25,630 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kaddressbook", "end": "Application"}} 2016-07-18 12:25:25,631 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "imagemagick (display q16)", "end": "Application"}} 2016-07-18 12:25:25,631 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "imagemagick", "end": "Application"}} 2016-07-18 12:25:25,632 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "akregator", "end": "Application"}} 2016-07-18 12:25:25,632 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde connect monitor", "end": "Application"}} 2016-07-18 12:25:25,633 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde", "end": "Application"}} 2016-07-18 12:25:25,633 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "extreme tux racer", "end": "Application"}} 2016-07-18 12:25:25,634 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "extreme", "end": "Application"}} 2016-07-18 12:25:25,634 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ksystemlog", "end": "Application"}} 2016-07-18 12:25:25,634 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kmail import wizard", "end": "Application"}} 2016-07-18 12:25:25,635 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kmail", "end": "Application"}} 2016-07-18 12:25:25,635 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "account wizard", "end": "Application"}} 2016-07-18 12:25:25,635 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "account", "end": "Application"}} 2016-07-18 12:25:25,636 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,636 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "chromium web browser", "end": "Application"}} 2016-07-18 12:25:25,637 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "chromium", "end": "Application"}} 2016-07-18 12:25:25,637 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "apturl", "end": "Application"}} 2016-07-18 12:25:25,638 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "nvidia x server settings", "end": "Application"}} 2016-07-18 12:25:25,638 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "nvidia", "end": "Application"}} 2016-07-18 12:25:25,639 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wordpad", "end": "Application"}} 2016-07-18 12:25:25,639 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "skanlite", "end": "Application"}} 2016-07-18 12:25:25,639 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "help", "end": "Application"}} 2016-07-18 12:25:25,640 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "system settings", "end": "Application"}} 2016-07-18 12:25:25,640 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "system", "end": "Application"}} 2016-07-18 12:25:25,641 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "configure printer", "end": "Application"}} 2016-07-18 12:25:25,641 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "configure", "end": "Application"}} 2016-07-18 12:25:25,641 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine installer", "end": "Application"}} 2016-07-18 12:25:25,642 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine", "end": "Application"}} 2016-07-18 12:25:25,642 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kontact administration", "end": "Application"}} 2016-07-18 12:25:25,643 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kontact", "end": "Application"}} 2016-07-18 12:25:25,643 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ksysguard", "end": "Application"}} 2016-07-18 12:25:25,644 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ssh askpass", "end": "Application"}} 2016-07-18 12:25:25,644 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ssh", "end": "Application"}} 2016-07-18 12:25:25,644 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,645 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "k3b", "end": "Application"}} 2016-07-18 12:25:25,645 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "knotes", "end": "Application"}} 2016-07-18 12:25:25,645 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "bluedevil send file", "end": "Application"}} 2016-07-18 12:25:25,646 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "bluedevil", "end": "Application"}} 2016-07-18 12:25:25,646 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ktelnetservice", "end": "Application"}} 2016-07-18 12:25:25,647 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice", "end": "Application"}} 2016-07-18 12:25:25,647 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "konversation", "end": "Application"}} 2016-07-18 12:25:25,648 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "bluedevil wizard", "end": "Application"}} 2016-07-18 12:25:25,648 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "bluedevil", "end": "Application"}} 2016-07-18 12:25:25,648 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kfontview", "end": "Application"}} 2016-07-18 12:25:25,649 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde partition manager", "end": "Application"}} 2016-07-18 12:25:25,649 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde", "end": "Application"}} 2016-07-18 12:25:25,650 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,650 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ktelnetservice", "end": "Application"}} 2016-07-18 12:25:25,650 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "knetattach", "end": "Application"}} 2016-07-18 12:25:25,651 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kmailservice", "end": "Application"}} 2016-07-18 12:25:25,651 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "amz downloader", "end": "Application"}} 2016-07-18 12:25:25,651 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "amz", "end": "Application"}} 2016-07-18 12:25:25,652 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "bookmark editor", "end": "Application"}} 2016-07-18 12:25:25,652 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "bookmark", "end": "Application"}} 2016-07-18 12:25:25,653 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "vlc media player", "end": "Application"}} 2016-07-18 12:25:25,653 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "vlc", "end": "Application"}} 2016-07-18 12:25:25,654 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "konsole", "end": "Application"}} 2016-07-18 12:25:25,654 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine internet explorer", "end": "Application"}} 2016-07-18 12:25:25,654 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine", "end": "Application"}} 2016-07-18 12:25:25,655 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,655 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice calc", "end": "Application"}} 2016-07-18 12:25:25,660 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice", "end": "Application"}} 2016-07-18 12:25:25,660 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,661 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "menu editor", "end": "Application"}} 2016-07-18 12:25:25,661 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "menu", "end": "Application"}} 2016-07-18 12:25:25,662 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "pim setting exporter", "end": "Application"}} 2016-07-18 12:25:25,662 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "pim", "end": "Application"}} 2016-07-18 12:25:25,662 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice base", "end": "Application"}} 2016-07-18 12:25:25,663 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice", "end": "Application"}} 2016-07-18 12:25:25,663 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "im contacts", "end": "Application"}} 2016-07-18 12:25:25,663 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "im", "end": "Application"}} 2016-07-18 12:25:25,664 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ktorrent", "end": "Application"}} 2016-07-18 12:25:25,664 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "report a problem...", "end": "Application"}} 2016-07-18 12:25:25,665 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "report", "end": "Application"}} 2016-07-18 12:25:25,665 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "software sources", "end": "Application"}} 2016-07-18 12:25:25,666 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "software", "end": "Application"}} 2016-07-18 12:25:25,666 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kde5-nm-connection-editor", "end": "Application"}} 2016-07-18 12:25:25,667 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wallet management tool", "end": "Application"}} 2016-07-18 12:25:25,667 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wallet", "end": "Application"}} 2016-07-18 12:25:25,667 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "notepad", "end": "Application"}} 2016-07-18 12:25:25,668 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "openjdk java 8 runtime", "end": "Application"}} 2016-07-18 12:25:25,668 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "openjdk", "end": "Application"}} 2016-07-18 12:25:25,668 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "boinc manager", "end": "Application"}} 2016-07-18 12:25:25,669 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "boinc", "end": "Application"}} 2016-07-18 12:25:25,669 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "teamviewer 11", "end": "Application"}} 2016-07-18 12:25:25,670 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "teamviewer", "end": "Application"}} 2016-07-18 12:25:25,670 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,670 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kinfocenter", "end": "Application"}} 2016-07-18 12:25:25,671 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sieve editor", "end": "Application"}} 2016-07-18 12:25:25,671 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sieve", "end": "Application"}} 2016-07-18 12:25:25,672 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kwalletmanager", "end": "Application"}} 2016-07-18 12:25:25,672 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "input method", "end": "Application"}} 2016-07-18 12:25:25,673 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "input", "end": "Application"}} 2016-07-18 12:25:25,673 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "add printer", "end": "Application"}} 2016-07-18 12:25:25,673 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "add", "end": "Application"}} 2016-07-18 12:25:25,674 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "rundll32", "end": "Application"}} 2016-07-18 12:25:25,674 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "data recovery pro", "end": "Application"}} 2016-07-18 12:25:25,675 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "data", "end": "Application"}} 2016-07-18 12:25:25,675 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "hh", "end": "Application"}} 2016-07-18 12:25:25,675 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "devedeng", "end": "Application"}} 2016-07-18 12:25:25,676 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wordpad", "end": "Application"}} 2016-07-18 12:25:25,676 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "knetattach", "end": "Application"}} 2016-07-18 12:25:25,676 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kcalc", "end": "Application"}} 2016-07-18 12:25:25,677 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice impress", "end": "Application"}} 2016-07-18 12:25:25,677 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "libreoffice", "end": "Application"}} 2016-07-18 12:25:25,678 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "ktnef", "end": "Application"}} 2016-07-18 12:25:25,678 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "reactivate hp laserjet 1018/1020 after reloading paper", "end": "Application"}} 2016-07-18 12:25:25,679 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "reactivate", "end": "Application"}} 2016-07-18 12:25:25,679 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kontact", "end": "Application"}} 2016-07-18 12:25:25,681 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "dragon player", "end": "Application"}} 2016-07-18 12:25:25,681 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "dragon", "end": "Application"}} 2016-07-18 12:25:25,682 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "winebrowser", "end": "Application"}} 2016-07-18 12:25:25,682 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,683 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "kate", "end": "Application"}} 2016-07-18 12:25:25,683 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine internet explorer", "end": "Application"}} 2016-07-18 12:25:25,683 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine", "end": "Application"}} 2016-07-18 12:25:25,684 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "krdc", "end": "Application"}} 2016-07-18 12:25:25,684 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "qapt package installer", "end": "Application"}} 2016-07-18 12:25:25,685 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "qapt", "end": "Application"}} 2016-07-18 12:25:25,685 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine internet explorer", "end": "Application"}} 2016-07-18 12:25:25,685 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wine", "end": "Application"}} 2016-07-18 12:25:25,686 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "update manager", "end": "Application"}} 2016-07-18 12:25:25,686 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "update", "end": "Application"}} 2016-07-18 12:25:25,687 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,687 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "filezilla", "end": "Application"}} 2016-07-18 12:25:25,687 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,688 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "python (v3.5)", "end": "Application"}} 2016-07-18 12:25:25,688 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "python", "end": "Application"}} 2016-07-18 12:25:25,688 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "python (v2.7)", "end": "Application"}} 2016-07-18 12:25:25,689 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "python", "end": "Application"}} 2016-07-18 12:25:25,689 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "dolphin", "end": "Application"}} 2016-07-18 12:25:25,690 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "okular", "end": "Application"}} 2016-07-18 12:25:25,690 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["LaunchKeyword", "LaunchKeyword"], ["Application", "Application"]], "optional": [], "name": "LaunchDesktopApplicationIntent"}} 2016-07-18 12:25:25,691 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["LaunchKeyword", "LaunchKeyword"], ["Website", "Website"]], "optional": [], "name": "LaunchWebsiteIntent"}} 2016-07-18 12:25:25,691 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["SearchKeyword", "SearchKeyword"], ["Website", "Website"], ["SearchTerms", "SearchTerms"]], "optional": [], "name": "SearchWebsiteIntent"}} 2016-07-18 12:25:25,691 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "call", "end": "DialCallKeyword"}} 2016-07-18 12:25:25,692 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "phone", "end": "DialCallKeyword"}} 2016-07-18 12:25:25,692 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "(call|phone) (?P<Contact>.*)"}} 2016-07-18 12:25:25,693 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["DialCallKeyword", "DialCallKeyword"], ["Contact", "Contact"]], "optional": [], "name": "DialCallIntent"}} 2016-07-18 12:25:25,693 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "hello world", "end": "HelloWorldKeyword"}} 2016-07-18 12:25:25,694 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "greetings", "end": "HelloWorldKeyword"}} 2016-07-18 12:25:25,697 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "thank you", "end": "ThankYouKeyword"}} 2016-07-18 12:25:25,697 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "thanks", "end": "ThankYouKeyword"}} 2016-07-18 12:25:25,698 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "how are you", "end": "HowAreYouKeyword"}} 2016-07-18 12:25:25,698 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "how have you been", "end": "HowAreYouKeyword"}} 2016-07-18 12:25:25,699 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "how has your day been", "end": "HowAreYouKeyword"}} 2016-07-18 12:25:25,699 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["ThankYouKeyword", "ThankYouKeyword"]], "optional": [], "name": "ThankYouIntent"}} 2016-07-18 12:25:25,700 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["HowAreYouKeyword", "HowAreYouKeyword"]], "optional": [], "name": "HowAreYouIntent"}} 2016-07-18 12:25:25,700 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["HelloWorldKeyword", "HelloWorldKeyword"]], "optional": [], "name": "HelloWorldIntent"}} 2016-07-18 12:25:25,700 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "IP address", "end": "IPCommand"}} 2016-07-18 12:25:25,701 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "IP", "end": "IPCommand"}} 2016-07-18 12:25:25,701 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "network address", "end": "IPCommand"}} 2016-07-18 12:25:25,702 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["IPCommand", "IPCommand"]], "optional": [], "name": "IPIntent"}} 2016-07-18 12:25:25,702 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "joke", "end": "JokingKeyword"}} 2016-07-18 12:25:25,702 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "make me laugh", "end": "JokingKeyword"}} 2016-07-18 12:25:25,703 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "brighten my day", "end": "JokingKeyword"}} 2016-07-18 12:25:25,703 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "tell me a joke", "end": "JokingKeyword"}} 2016-07-18 12:25:25,704 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["JokingKeyword", "JokingKeyword"]], "optional": [], "name": "JokingIntent"}} 2016-07-18 12:25:25,704 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "go to sleep", "end": "SleepCommand"}} 2016-07-18 12:25:25,705 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "nap time", "end": "SleepCommand"}} 2016-07-18 12:25:25,705 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sleepy time tea", "end": "SleepCommand"}} 2016-07-18 12:25:25,705 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sleepytime tea", "end": "SleepCommand"}} 2016-07-18 12:25:25,706 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["SleepCommand", "SleepCommand"]], "optional": [], "name": "NapTimeIntent"}} 2016-07-18 12:25:25,706 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "news", "end": "NPRNewsKeyword"}} 2016-07-18 12:25:25,707 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "tell me the news", "end": "NPRNewsKeyword"}} 2016-07-18 12:25:25,707 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["NPRNewsKeyword", "NPRNewsKeyword"]], "optional": [], "name": "NPRNewsIntent"}} 2016-07-18 12:25:25,707 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next hour", "end": "NextHours"}} 2016-07-18 12:25:25,708 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next hour", "end": "NextHours"}} 2016-07-18 12:25:25,708 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in the next hour", "end": "NextHours"}} 2016-07-18 12:25:25,709 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next hours", "end": "NextHours"}} 2016-07-18 12:25:25,709 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next hours", "end": "NextHours"}} 2016-07-18 12:25:25,710 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in the next hours", "end": "NextHours"}} 2016-07-18 12:25:25,710 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "few hours", "end": "NextHours"}} 2016-07-18 12:25:25,710 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next few hours", "end": "NextHours"}} 2016-07-18 12:25:25,711 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next few hours", "end": "NextHours"}} 2016-07-18 12:25:25,711 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in the next few hours", "end": "NextHours"}} 2016-07-18 12:25:25,712 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "couple of hours", "end": "NextHours"}} 2016-07-18 12:25:25,712 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next couple of hours", "end": "NextHours"}} 2016-07-18 12:25:25,713 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next couple of hours", "end": "NextHours"}} 2016-07-18 12:25:25,713 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in the next couple of hours", "end": "NextHours"}} 2016-07-18 12:25:25,713 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "Seattle", "end": "Location"}} 2016-07-18 12:25:25,714 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "Los Angeles california", "end": "Location"}} 2016-07-18 12:25:25,714 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "los angeles", "end": "Location", "alias_of": "Los Angeles california"}} 2016-07-18 12:25:25,715 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "la", "end": "Location", "alias_of": "Los Angeles california"}} 2016-07-18 12:25:25,715 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "Lawrence kansas", "end": "Location"}} 2016-07-18 12:25:25,716 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "portland oregon", "end": "Location"}} 2016-07-18 12:25:25,716 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "portland", "end": "Location", "alias_of": "portland oregon"}} 2016-07-18 12:25:25,716 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "spokane", "end": "Location"}} 2016-07-18 12:25:25,717 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "new york", "end": "Location"}} 2016-07-18 12:25:25,717 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "chicago", "end": "Location"}} 2016-07-18 12:25:25,717 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "houston", "end": "Location"}} 2016-07-18 12:25:25,718 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "austin", "end": "Location"}} 2016-07-18 12:25:25,718 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "san diego", "end": "Location"}} 2016-07-18 12:25:25,719 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "san francisco", "end": "Location"}} 2016-07-18 12:25:25,719 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "san jose", "end": "Location"}} 2016-07-18 12:25:25,719 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "boston", "end": "Location"}} 2016-07-18 12:25:25,720 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "washington d c", "end": "Location"}} 2016-07-18 12:25:25,720 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "atlanta", "end": "Location"}} 2016-07-18 12:25:25,721 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "rain", "end": "WeatherType"}} 2016-07-18 12:25:25,721 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "raining", "end": "WeatherType", "alias_of": "rain"}} 2016-07-18 12:25:25,721 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "snow", "end": "WeatherType"}} 2016-07-18 12:25:25,722 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "snowing", "end": "WeatherType", "alias_of": "snow"}} 2016-07-18 12:25:25,722 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sleet", "end": "WeatherType"}} 2016-07-18 12:25:25,723 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "hail", "end": "WeatherType"}} 2016-07-18 12:25:25,723 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "hailing", "end": "WeatherType", "alias_of": "hail"}} 2016-07-18 12:25:25,723 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sunny", "end": "WeatherType"}} 2016-07-18 12:25:25,724 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sun", "end": "WeatherType", "alias_of": "sunny"}} 2016-07-18 12:25:25,724 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "hot", "end": "WeatherType"}} 2016-07-18 12:25:25,725 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "warm", "end": "WeatherType", "alias_of": "hot"}} 2016-07-18 12:25:25,725 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "cold", "end": "WeatherType"}} 2016-07-18 12:25:25,725 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "cool", "end": "WeatherType", "alias_of": "cold"}} 2016-07-18 12:25:25,726 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "", "end": "WeatherType"}} 2016-07-18 12:25:25,726 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "tomorrow", "end": "NextDay"}} 2016-07-18 12:25:25,727 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "1 day", "end": "NextDay"}} 2016-07-18 12:25:25,727 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in 1 day", "end": "NextDay"}} 2016-07-18 12:25:25,727 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "one day", "end": "NextDay"}} 2016-07-18 12:25:25,728 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in one day", "end": "NextDay"}} 2016-07-18 12:25:25,728 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next day", "end": "NextDay"}} 2016-07-18 12:25:25,729 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next day", "end": "NextDay"}} 2016-07-18 12:25:25,729 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "following day", "end": "NextDay"}} 2016-07-18 12:25:25,729 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the following day", "end": "NextDay"}} 2016-07-18 12:25:25,730 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "weather", "end": "WeatherKeyword"}} 2016-07-18 12:25:25,730 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "temperature", "end": "WeatherKeyword"}} 2016-07-18 12:25:25,731 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "forecast", "end": "WeatherKeyword"}} 2016-07-18 12:25:25,731 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "pair my device", "end": "DevicePairingPhrase"}} 2016-07-18 12:25:25,732 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "register my device", "end": "DevicePairingPhrase"}} 2016-07-18 12:25:25,732 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["DevicePairingPhrase", "DevicePairingPhrase"]], "optional": [], "name": "PairingIntent"}} 2016-07-18 12:25:25,732 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "who made you", "end": "WhoMadeYouKeyword"}} 2016-07-18 12:25:25,733 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "who were you made by", "end": "WhoMadeYouKeyword"}} 2016-07-18 12:25:25,734 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "what are you", "end": "WhatAreYouKeyword"}} 2016-07-18 12:25:25,734 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "where were you born", "end": "WhereWereYouBornKeyword"}} 2016-07-18 12:25:25,735 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "where were you created", "end": "WhereWereYouBornKeyword"}} 2016-07-18 12:25:25,735 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "when were you born", "end": "WhenWereYouBornKeyword"}} 2016-07-18 12:25:25,735 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "when were you created", "end": "WhenWereYouBornKeyword"}} 2016-07-18 12:25:25,736 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "who are you", "end": "WhoAreYouKeyword"}} 2016-07-18 12:25:25,736 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "who're you", "end": "WhoAreYouKeyword"}} 2016-07-18 12:25:25,737 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["WhenWereYouBornKeyword", "WhenWereYouBornKeyword"]], "optional": [], "name": "WhenWereYouBornIntent"}} 2016-07-18 12:25:25,737 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["WhereWereYouBornKeyword", "WhereWereYouBornKeyword"]], "optional": [], "name": "WhereWereYouBornIntent"}} 2016-07-18 12:25:25,738 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["WhoMadeYouKeyWord", "WhoMadeYouKeyWord"]], "optional": [], "name": "WhoMadeYouIntent"}} 2016-07-18 12:25:25,738 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["WhoAreYouKeyword", "WhoAreYouKeyword"]], "optional": [], "name": "WhoAreYouIntent"}} 2016-07-18 12:25:25,739 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["WhatAreYouKeyword", "WhatAreYouKeyword"]], "optional": [], "name": "WhatAreYouIntent"}} 2016-07-18 12:25:25,739 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "erase", "end": "ReminderSkillDeleteVerb"}} 2016-07-18 12:25:25,740 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "cancel", "end": "ReminderSkillDeleteVerb"}} 2016-07-18 12:25:25,740 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "delete", "end": "ReminderSkillDeleteVerb"}} 2016-07-18 12:25:25,740 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "remove", "end": "ReminderSkillDeleteVerb"}} 2016-07-18 12:25:25,741 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "show", "end": "ReminderSkillListVerb"}} 2016-07-18 12:25:25,741 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "list", "end": "ReminderSkillListVerb"}} 2016-07-18 12:25:25,742 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "off", "end": "ReminderSkillStopVerb"}} 2016-07-18 12:25:25,742 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "end", "end": "ReminderSkillStopVerb"}} 2016-07-18 12:25:25,743 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "stop", "end": "ReminderSkillStopVerb"}} 2016-07-18 12:25:25,743 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "remind", "end": "ReminderSkillCreateVerb"}} 2016-07-18 12:25:25,743 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "notify", "end": "ReminderSkillCreateVerb"}} 2016-07-18 12:25:25,744 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "notify me", "end": "ReminderSkillCreateVerb"}} 2016-07-18 12:25:25,744 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "remind me", "end": "ReminderSkillCreateVerb"}} 2016-07-18 12:25:25,745 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "reminder", "end": "ReminderSkillCreateVerb"}} 2016-07-18 12:25:25,745 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "set a reminder", "end": "ReminderSkillCreateVerb"}} 2016-07-18 12:25:25,745 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "reminder", "end": "ReminderSkillKeyword"}} 2016-07-18 12:25:25,746 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "reminders", "end": "ReminderSkillKeyword"}} 2016-07-18 12:25:25,746 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "notification", "end": "ReminderSkillKeyword"}} 2016-07-18 12:25:25,747 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "notifications", "end": "ReminderSkillKeyword"}} 2016-07-18 12:25:25,747 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "all", "end": "ReminderSkillAmount"}} 2016-07-18 12:25:25,748 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "all my", "end": "ReminderSkillAmount", "alias_of": "all"}} 2016-07-18 12:25:25,748 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "1", "end": "ReminderSkillAmount"}} 2016-07-18 12:25:25,748 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "one", "end": "ReminderSkillAmount", "alias_of": "1"}} 2016-07-18 12:25:25,749 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "2", "end": "ReminderSkillAmount"}} 2016-07-18 12:25:25,749 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "two", "end": "ReminderSkillAmount", "alias_of": "2"}} 2016-07-18 12:25:25,749 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next", "end": "ReminderSkillAmount"}} 2016-07-18 12:25:25,750 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the following", "end": "ReminderSkillAmount"}} 2016-07-18 12:25:25,750 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "(?P<ReminderSkillAmount>\\d+)"}} 2016-07-18 12:25:25,751 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["ReminderSkillCreateVerb", "ReminderSkillCreateVerb"]], "optional": [], "name": "ReminderSkillCreateIntent"}} 2016-07-18 12:25:25,751 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["ReminderSkillListVerb", "ReminderSkillListVerb"], ["ReminderSkillKeyword", "ReminderSkillKeyword"]], "optional": [["ReminderSkillAmount", "ReminderSkillAmount"]], "name": "ReminderSkillListIntent"}} 2016-07-18 12:25:25,752 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["ReminderSkillDeleteVerb", "ReminderSkillDeleteVerb"], ["ReminderSkillKeyword", "ReminderSkillKeyword"]], "optional": [["ReminderSkillAmount", "ReminderSkillAmount"]], "name": "ReminderSkillDeleteIntent"}} 2016-07-18 12:25:25,752 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["ReminderSkillStopVerb", "ReminderSkillStopVerb"], ["ReminderSkillKeyword", "ReminderSkillKeyword"]], "optional": [], "name": "ReminderSkillStopIntent"}} 2016-07-18 12:25:25,753 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "speak", "end": "SpeakKeyword"}} 2016-07-18 12:25:25,753 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "say", "end": "SpeakKeyword"}} 2016-07-18 12:25:25,754 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "repeat", "end": "SpeakKeyword"}} 2016-07-18 12:25:25,754 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "speak (?P<Words>.*)"}} 2016-07-18 12:25:25,755 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "say (?P<Words>.*)"}} 2016-07-18 12:25:25,755 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "repeat (?P<Words>.*)"}} 2016-07-18 12:25:25,756 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["SpeakKeyword", "SpeakKeyword"], ["Words", "Words"]], "optional": [], "name": "SpeakIntent"}} 2016-07-18 12:25:25,756 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "spell", "end": "SpellingKeyword"}} 2016-07-18 12:25:25,757 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "spell the word", "end": "SpellingKeyword"}} 2016-07-18 12:25:25,757 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "spelling of", "end": "SpellingKeyword"}} 2016-07-18 12:25:25,758 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "spelling of the word", "end": "SpellingKeyword"}} 2016-07-18 12:25:25,758 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "(spell the word|spelling of the word|spelling of|spell) (?P<Word>\\w+)"}} 2016-07-18 12:25:25,759 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["SpellingKeyword", "SpellingKeyword"], ["Word", "Word"]], "optional": [], "name": "SpellingIntent"}} 2016-07-18 12:25:25,759 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "stock price", "end": "StockPriceKeyword"}} 2016-07-18 12:25:25,760 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "trading at", "end": "StockPriceKeyword"}} 2016-07-18 12:25:25,760 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "price of (?P<Company>.*)"}} 2016-07-18 12:25:25,761 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "is (?P<Company>.*) trading at"}} 2016-07-18 12:25:25,761 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["StockPriceKeyword", "StockPriceKeyword"], ["Company", "Company"]], "optional": [], "name": "StockPriceIntent"}} 2016-07-18 12:25:25,762 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "stop", "end": "StopKeyword"}} 2016-07-18 12:25:25,763 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "silence", "end": "StopKeyword"}} 2016-07-18 12:25:25,763 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "shut up", "end": "StopKeyword"}} 2016-07-18 12:25:25,763 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "be quiet", "end": "StopKeyword"}} 2016-07-18 12:25:25,764 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["StopKeyword", "StopKeyword"]], "optional": [], "name": "StopIntent"}} 2016-07-18 12:25:25,764 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "rise volume", "end": "IncreaseVolumeKeyword"}} 2016-07-18 12:25:25,765 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "raise volume", "end": "IncreaseVolumeKeyword"}} 2016-07-18 12:25:25,765 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "boost volume", "end": "IncreaseVolumeKeyword"}} 2016-07-18 12:25:25,766 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "increase volume", "end": "IncreaseVolumeKeyword"}} 2016-07-18 12:25:25,766 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "mute volume", "end": "MuteVolumeKeyword"}} 2016-07-18 12:25:25,767 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "lower volume", "end": "DecreaseVolumeKeyword"}} 2016-07-18 12:25:25,767 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "reduce volume", "end": "DecreaseVolumeKeyword"}} 2016-07-18 12:25:25,768 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "decrease volume", "end": "DecreaseVolumeKeyword"}} 2016-07-18 12:25:25,768 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "reset volume", "end": "ResetVolumeKeyword"}} 2016-07-18 12:25:25,768 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "restart volume", "end": "ResetVolumeKeyword"}} 2016-07-18 12:25:25,769 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "volume", "end": "VolumeKeyword"}} 2016-07-18 12:25:25,770 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "0", "end": "VolumeAmount"}} 2016-07-18 12:25:25,770 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "zero", "end": "VolumeAmount", "alias_of": "0"}} 2016-07-18 12:25:25,770 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "1", "end": "VolumeAmount"}} 2016-07-18 12:25:25,771 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "one", "end": "VolumeAmount", "alias_of": "1"}} 2016-07-18 12:25:25,771 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "2", "end": "VolumeAmount"}} 2016-07-18 12:25:25,772 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "two", "end": "VolumeAmount", "alias_of": "2"}} 2016-07-18 12:25:25,772 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "quiet", "end": "VolumeAmount"}} 2016-07-18 12:25:25,772 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "normal", "end": "VolumeAmount"}} 2016-07-18 12:25:25,773 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "loud", "end": "VolumeAmount"}} 2016-07-18 12:25:25,773 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "(?P<VolumeAmount>\\d+)"}} 2016-07-18 12:25:25,774 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["VolumeKeyword", "VolumeKeyword"], ["VolumeAmount", "VolumeAmount"]], "optional": [], "name": "SetVolumeIntent"}} 2016-07-18 12:25:25,774 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["IncreaseVolumeKeyword", "IncreaseVolumeKeyword"]], "optional": [], "name": "IncreaseVolumeIntent"}} 2016-07-18 12:25:25,775 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["DecreaseVolumeKeyword", "DecreaseVolumeKeyword"]], "optional": [], "name": "DecreaseVolumeIntent"}} 2016-07-18 12:25:25,775 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["MuteVolumeKeyword", "MuteVolumeKeyword"]], "optional": [], "name": "MuteVolumeIntent"}} 2016-07-18 12:25:25,775 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["ResetVolumeKeyword", "ResetVolumeKeyword"]], "optional": [], "name": "ResetVolumeIntent"}} 2016-07-18 12:25:25,776 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next hour", "end": "NextHours"}} 2016-07-18 12:25:25,776 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next hour", "end": "NextHours"}} 2016-07-18 12:25:25,777 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in the next hour", "end": "NextHours"}} 2016-07-18 12:25:25,777 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next hours", "end": "NextHours"}} 2016-07-18 12:25:25,777 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next hours", "end": "NextHours"}} 2016-07-18 12:25:25,778 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in the next hours", "end": "NextHours"}} 2016-07-18 12:25:25,778 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "few hours", "end": "NextHours"}} 2016-07-18 12:25:25,779 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next few hours", "end": "NextHours"}} 2016-07-18 12:25:25,779 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next few hours", "end": "NextHours"}} 2016-07-18 12:25:25,779 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in the next few hours", "end": "NextHours"}} 2016-07-18 12:25:25,780 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "couple of hours", "end": "NextHours"}} 2016-07-18 12:25:25,780 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next couple of hours", "end": "NextHours"}} 2016-07-18 12:25:25,780 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next couple of hours", "end": "NextHours"}} 2016-07-18 12:25:25,781 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in the next couple of hours", "end": "NextHours"}} 2016-07-18 12:25:25,781 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "Seattle", "end": "Location"}} 2016-07-18 12:25:25,782 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "Los Angeles california", "end": "Location"}} 2016-07-18 12:25:25,782 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "los angeles", "end": "Location", "alias_of": "Los Angeles california"}} 2016-07-18 12:25:25,783 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "la", "end": "Location", "alias_of": "Los Angeles california"}} 2016-07-18 12:25:25,783 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "Lawrence kansas", "end": "Location"}} 2016-07-18 12:25:25,783 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "portland oregon", "end": "Location"}} 2016-07-18 12:25:25,784 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "portland", "end": "Location", "alias_of": "portland oregon"}} 2016-07-18 12:25:25,784 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "spokane", "end": "Location"}} 2016-07-18 12:25:25,785 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "new york", "end": "Location"}} 2016-07-18 12:25:25,785 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "chicago", "end": "Location"}} 2016-07-18 12:25:25,785 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "houston", "end": "Location"}} 2016-07-18 12:25:25,786 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "austin", "end": "Location"}} 2016-07-18 12:25:25,786 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "san diego", "end": "Location"}} 2016-07-18 12:25:25,786 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "san francisco", "end": "Location"}} 2016-07-18 12:25:25,787 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "san jose", "end": "Location"}} 2016-07-18 12:25:25,787 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "boston", "end": "Location"}} 2016-07-18 12:25:25,788 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "washington d c", "end": "Location"}} 2016-07-18 12:25:25,788 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "atlanta", "end": "Location"}} 2016-07-18 12:25:25,788 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "rain", "end": "WeatherType"}} 2016-07-18 12:25:25,789 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "raining", "end": "WeatherType", "alias_of": "rain"}} 2016-07-18 12:25:25,789 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "snow", "end": "WeatherType"}} 2016-07-18 12:25:25,789 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "snowing", "end": "WeatherType", "alias_of": "snow"}} 2016-07-18 12:25:25,790 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sleet", "end": "WeatherType"}} 2016-07-18 12:25:25,790 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "hail", "end": "WeatherType"}} 2016-07-18 12:25:25,791 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "hailing", "end": "WeatherType", "alias_of": "hail"}} 2016-07-18 12:25:25,791 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sunny", "end": "WeatherType"}} 2016-07-18 12:25:25,791 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "sun", "end": "WeatherType", "alias_of": "sunny"}} 2016-07-18 12:25:25,792 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "hot", "end": "WeatherType"}} 2016-07-18 12:25:25,792 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "warm", "end": "WeatherType", "alias_of": "hot"}} 2016-07-18 12:25:25,792 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "cold", "end": "WeatherType"}} 2016-07-18 12:25:25,793 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "cool", "end": "WeatherType", "alias_of": "cold"}} 2016-07-18 12:25:25,793 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "", "end": "WeatherType"}} 2016-07-18 12:25:25,794 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "tomorrow", "end": "NextDay"}} 2016-07-18 12:25:25,794 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "1 day", "end": "NextDay"}} 2016-07-18 12:25:25,794 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in 1 day", "end": "NextDay"}} 2016-07-18 12:25:25,795 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "one day", "end": "NextDay"}} 2016-07-18 12:25:25,795 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "in one day", "end": "NextDay"}} 2016-07-18 12:25:25,795 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "next day", "end": "NextDay"}} 2016-07-18 12:25:25,796 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the next day", "end": "NextDay"}} 2016-07-18 12:25:25,796 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "following day", "end": "NextDay"}} 2016-07-18 12:25:25,796 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "the following day", "end": "NextDay"}} 2016-07-18 12:25:25,797 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "weather", "end": "WeatherKeyword"}} 2016-07-18 12:25:25,797 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "temperature", "end": "WeatherKeyword"}} 2016-07-18 12:25:25,798 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "forecast", "end": "WeatherKeyword"}} 2016-07-18 12:25:25,798 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "(at|in) (?P<Location>.*)"}} 2016-07-18 12:25:25,798 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["WeatherKeyword", "WeatherKeyword"]], "optional": [["Location", "Location"]], "name": "CurrentWeatherIntent"}} 2016-07-18 12:25:25,799 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["WeatherKeyword", "WeatherKeyword"], ["NextHours", "NextHours"]], "optional": [["Location", "Location"]], "name": "NextHoursWeatherIntent"}} 2016-07-18 12:25:25,799 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["WeatherKeyword", "WeatherKeyword"], ["NextDay", "NextDay"]], "optional": [["Location", "Location"]], "name": "NextDayWeatherIntent"}} 2016-07-18 12:25:25,800 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wiki", "end": "WikipediaKeyword"}} 2016-07-18 12:25:25,800 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "wikipedia", "end": "WikipediaKeyword"}} 2016-07-18 12:25:25,800 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "tell me about", "end": "WikipediaKeyword"}} 2016-07-18 12:25:25,801 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "tell us about", "end": "WikipediaKeyword"}} 2016-07-18 12:25:25,801 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"start": "what does wikipedia say about", "end": "WikipediaKeyword"}} 2016-07-18 12:25:25,802 - Skills - DEBUG - {"message_type": "register_vocab", "context": null, "metadata": {"regex": "(tell us about|tell me about|what does wikipedia say about|wiki|wikipedia) (?P<ArticleTitle>.*)"}} 2016-07-18 12:25:25,803 - Skills - DEBUG - {"message_type": "register_intent", "context": {}, "metadata": {"at_least_one": [], "requires": [["WikipediaKeyword", "WikipediaKeyword"], ["ArticleTitle", "ArticleTitle"]], "optional": [], "name": "WikipediaIntent"}}
I did ./start.sh voice and got this:
./start.sh voice Starting voice 2016-07-18 12:30:56,105 - mycroft.configuration - DEBUG - Configuration '/home/user/mycroft-core-master/mycroft/configuration/mycroft.ini' loaded 2016-07-18 12:30:56,105 - mycroft.configuration - DEBUG - Configuration '/etc/mycroft/mycroft.ini' not found 2016-07-18 12:30:56,105 - mycroft.configuration - DEBUG - Configuration '/home/users/.mycroft/mycroft.ini' not found 2016-07-18 12:30:56,105 - mycroft.configuration - DEBUG - Device not paired, cannot retrieve remote configuration. 2016-07-18 12:30:56,422 - mycroft.tts - DEBUG - TTS: <class 'mycroft.tts.mimic_tts.Mimic'> 2016-07-18 12:30:56,423 - mycroft.tts - DEBUG - Filename: /tmp/tts.wav Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved version: mimic-2.0.0-release Dec 2014 (http://cmuflite.org) ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map 2016-07-18 12:30:56,760 - mycroft.messagebus.client.ws - INFO - Connected fatal: Not a git repository (or any of the parent directories): .git 2016-07-18 12:30:56,880 - mycroft.util.setup_base - DEBUG - No module named __version__ 2016-07-18 12:30:56,880 - mycroft.util.setup_base - ERROR - Command '['git', 'rev-parse', '--short', 'HEAD']' returned non-zero exit status 128 Traceback (most recent call last): File "/home/user/mycroft-core-master/mycroft/util/setup_base.py", line 44, in get_version ["git", "rev-parse", "--short", "HEAD"]).strip() File "/usr/lib/python2.7/subprocess.py", line 574, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['git', 'rev-parse', '--short', 'HEAD']' returned non-zero exit status 128 fatal: Not a git repository (or any of the parent directories): .git 2016-07-18 12:30:56,919 - mycroft.util.setup_base - DEBUG - No module named __version__ 2016-07-18 12:30:56,919 - mycroft.util.setup_base - ERROR - Command '['git', 'rev-parse', '--short', 'HEAD']' returned non-zero exit status 128 Traceback (most recent call last): File "/home/user/mycroft-core-master/mycroft/util/setup_base.py", line 44, in get_version ["git", "rev-parse", "--short", "HEAD"]).strip() File "/usr/lib/python2.7/subprocess.py", line 574, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['git', 'rev-parse', '--short', 'HEAD']' returned non-zero exit status 128 2016-07-18 12:30:57,784 - mycroft.client.speech.mic - DEBUG - Waiting for wake word...

I ran ./start.sh voice and go this:

mycroft-core-master]$ ./start.sh gui Starting gui 2016-07-18 12:33:26,401 - mycroft.configuration - DEBUG - Configuration '/home/user/mycroft-core-master/mycroft/configuration/mycroft.ini' loaded 2016-07-18 12:33:26,401 - mycroft.configuration - DEBUG - Configuration '/etc/mycroft/mycroft.ini' not found 2016-07-18 12:33:26,401 - mycroft.configuration - DEBUG - Configuration '/home/user/.mycroft/mycroft.ini' not found 2016-07-18 12:33:26,401 - mycroft.configuration - DEBUG - Device not paired, cannot retrieve remote configuration. 2016-07-18 12:33:26,474 - mycroft.tts - DEBUG - TTS: <class 'mycroft.tts.mimic_tts.Mimic'> 2016-07-18 12:33:26,474 - mycroft.tts - DEBUG - Filename: /tmp/tts.wav Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved version: mimic-2.0.0-release Dec 2014 (http://cmuflite.org)

The gui does not open, so I can't do the Start Service or Text any questions or commands

from mycroft-ai-qtapplication.

AIIX avatar AIIX commented on July 18, 2024

The Qt Application does not open ? run the script ./qtappdeps.sh. after running the script go to qt application folder run ./mycroft\ qtapplication post the error displayed in konsole

from mycroft-ai-qtapplication.

trekjunky avatar trekjunky commented on July 18, 2024

I got sound finally. It is telling me to register my device with Cerebus...this is so cool.

./Mycroft\ QtApplication setTextFunctionSlot: "" sendQuery: "What is the weather?" testmyQuery: "What is the weather?" textest "What is the weather?" Request to read was received! LoopFindTest: 1 sendSignal: "aQueryIsReady" testmyQuery: "What is the weather?" textest "What is the weather?" Request to read was received! GetQueryResult: "Your device is not currently registered. To start pairing, login at cerberus dot mycroft dot A.I" setTextFunctionSlot: "Your device is not currently registered. To start pairing, login at cerberus dot mycroft dot A.I" setTextFunctionSlot: "Your device is not currently registered. To start pairing, login at cerberus dot mycroft dot A.I" sendQuery: "What is the weather" testmyQuery: "What is the weather" textest "What is the weather" Request to read was received! LoopFindTest: 1 sendSignal: "aQueryIsReady" testmyQuery: "What is the weather" textest "What is the weather" Request to read was received! GetQueryResult: "Your device is not currently registered. To start pairing, login at cerberus dot mycroft dot A.I" setTextFunctionSlot: "Your device is not currently registered. To start pairing, login at cerberus dot mycroft dot A.I" setTextFunctionSlot: "Your device is not currently registered. To start pairing, login at cerberus dot mycroft dot A.I" GetQueryResult: "Your device is not currently registered. To start pairing, login at cerberus dot mycroft dot A.I" setTextFunctionSlot: "Your device is not currently registered. To start pairing, login at cerberus dot mycroft dot A.I" setTextFunctionSlot: "Your device is not currently registered. To start pairing, login at cerberus dot mycroft dot A.I"

from mycroft-ai-qtapplication.

AIIX avatar AIIX commented on July 18, 2024

Marking as Closed

from mycroft-ai-qtapplication.

Related Issues (10)

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.