Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 183, in _run_module_as_main
- mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
- File "/usr/lib/python3.5/runpy.py", line 109, in _get_module_details
- __import__(pkg_name)
- File "/home/pi/mycroft-core/mycroft/__init__.py", line 17, in <module>
- from mycroft.api import Api
- File "/home/pi/mycroft-core/mycroft/api/__init__.py", line 26, in <module>
- from mycroft.identity import IdentityManager, identity_lock
- File "/home/pi/mycroft-core/mycroft/identity/__init__.py", line 21, in <module>
- from mycroft.util.combo_lock import ComboLock
- File "/home/pi/mycroft-core/mycroft/util/combo_lock.py", line 16, in <module>
- from fasteners.process_lock import InterProcessLock
- ImportError: No module named 'fasteners'
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 183, in _run_module_as_main
- mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
- File "/usr/lib/python3.5/runpy.py", line 109, in _get_module_details
- __import__(pkg_name)
- File "/home/pi/mycroft-core/mycroft/__init__.py", line 17, in <module>
- from mycroft.api import Api
- File "/home/pi/mycroft-core/mycroft/api/__init__.py", line 26, in <module>
- from mycroft.identity import IdentityManager, identity_lock
- File "/home/pi/mycroft-core/mycroft/identity/__init__.py", line 21, in <module>
- from mycroft.util.combo_lock import ComboLock
- File "/home/pi/mycroft-core/mycroft/util/combo_lock.py", line 16, in <module>
- from fasteners.process_lock import InterProcessLock
- ImportError: No module named 'fasteners'
- 07:33:00.855 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 07:33:00.880 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 07:33:01.467 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 07:33:01.559 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 07:33:01.666 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 07:33:01.775 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 07:33:01.863 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:33:01.948 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:33:01.965 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:33:02.349 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 07:33:02.369 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 07:33:02.517 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 07:33:02.540 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 07:33:02.920 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 07:33:03.018 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/var/tmp/mycroft_web_cache.json' not defined, skipping
- 07:33:03.099 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 07:33:03.178 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 07:33:03.226 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 07:33:03.348 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:33:03.367 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:33:04.862 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:33:04.926 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:33:04.967 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:33:05.059 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-ip.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.080 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-audio-record.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.103 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.128 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-npr-news.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.149 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-weather.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.170 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stop.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.190 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.212 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-singing.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.239 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-playback-control.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.260 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-personal.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.283 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-hello-world.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.306 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-reminder.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.329 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stock.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.351 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-date-time.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.371 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-timer.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.392 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-alarm.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.412 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-wiki.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.434 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.455 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.478 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-naptime.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.502 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-unknown.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.524 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-wolfram-alpha.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.547 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-version-checker.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.570 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-support-helper.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.592 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-joke.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.612 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-fallback-duck-duck-go.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.632 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-spelling.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.654 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-speak.mycroftai, universal_newlines=False, shell=None)
- 07:33:05.692 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 07:33:05.749 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 07:33:05.756 - mycroft.skills.core:load_skill:150 - INFO - First run of mycroft-pairing.mycroftai
- 07:33:05.790 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 07:33:05.979 - VolumeSkill - INFO - ********** Reeg handlers
- 07:33:05.992 - VolumeSkill - INFO - ********** Handlers registered
- 07:33:06.006 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 07:33:06.016 - mycroft.skills.core:load_skill:150 - INFO - First run of mycroft-volume.mycroftai
- 07:33:12.045 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
- 07:33:12.350 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
- 07:33:12.362 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:33:12.370 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:33:12.730 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 07:33:12.741 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 07:33:12.885 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 07:33:12.897 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 07:33:13.265 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 07:33:28.796 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:33:28.805 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:33:29.201 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 07:33:29.212 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 07:33:29.357 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 07:33:29.372 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 07:33:29.738 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 07:33:29.755 - SKILLS - DEBUG - {"context": null, "type": "connected", "data": {}}
- 07:33:29.757 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.reset"}
- 07:33:29.761 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "type": "register_vocab"}
- 07:33:29.771 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "type": "register_vocab"}
- 07:33:29.773 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "type": "register_vocab"}
- 07:33:29.777 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "type": "register_vocab"}
- 07:33:29.780 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "type": "register_vocab"}
- 07:33:29.782 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "type": "register_vocab"}
- 07:33:29.787 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "type": "register_vocab"}
- 07:33:29.789 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "type": "register_vocab"}
- 07:33:29.794 - SKILLS - DEBUG - {"context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "name": "mycroft-pairing.mycroftai:PairingIntent"}, "type": "register_intent"}
- 07:33:29.798 - SKILLS - DEBUG - {"context": null, "data": {"id": "mycroft-pairing.mycroftai", "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai", "name": "PairingSkill", "modified": 1536729961.2911136}, "type": "mycroft.skills.loaded"}
- 07:33:29.800 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "type": "register_vocab"}
- 07:33:29.803 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "type": "register_vocab"}
- 07:33:29.805 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "type": "register_vocab"}
- 07:33:29.809 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "type": "register_vocab"}
- 07:33:29.813 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "type": "register_vocab"}
- 07:33:29.815 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "type": "register_vocab"}
- 07:33:29.819 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "type": "register_vocab"}
- 07:33:29.822 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "type": "register_vocab"}
- 07:33:29.825 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "type": "register_vocab"}
- 07:33:29.829 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "type": "register_vocab"}
- 07:33:29.832 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "type": "register_vocab"}
- 07:33:29.835 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "type": "register_vocab"}
- 07:33:29.838 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "type": "register_vocab"}
- 07:33:29.841 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "type": "register_vocab"}
- 07:33:29.844 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "type": "register_vocab"}
- 07:33:29.847 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "type": "register_vocab"}
- 07:33:29.849 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "type": "register_vocab"}
- 07:33:29.852 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "type": "register_vocab"}
- 07:33:29.855 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "type": "register_vocab"}
- 07:33:29.858 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "type": "register_vocab"}
- 07:33:29.861 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "type": "register_vocab"}
- 07:33:29.863 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "type": "register_vocab"}
- 07:33:29.866 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "type": "register_vocab"}
- 07:33:29.869 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "type": "register_vocab"}
- 07:33:29.872 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "type": "register_vocab"}
- 07:33:29.875 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "type": "register_vocab"}
- 07:33:29.878 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "type": "register_vocab"}
- 07:33:29.882 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "type": "register_vocab"}
- 07:33:29.884 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "type": "register_vocab"}
- 07:33:29.888 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "type": "register_vocab"}
- 07:33:29.891 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "type": "register_vocab"}
- 07:33:29.894 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "type": "register_vocab"}
- 07:33:29.897 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "type": "register_vocab"}
- 07:33:29.900 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "type": "register_vocab"}
- 07:33:29.903 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
- 07:33:29.908 - SKILLS - DEBUG - {"context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "name": "mycroft-volume.mycroftai:QueryVolume"}, "type": "register_intent"}
- 07:33:29.912 - SKILLS - DEBUG - {"context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "name": "mycroft-volume.mycroftai:SetVolume"}, "type": "register_intent"}
- 07:33:29.917 - SKILLS - DEBUG - {"context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "name": "mycroft-volume.mycroftai:IncreaseVolume"}, "type": "register_intent"}
- 07:33:29.920 - SKILLS - DEBUG - {"context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "name": "mycroft-volume.mycroftai:DecreaseVolume"}, "type": "register_intent"}
- 07:33:29.924 - SKILLS - DEBUG - {"context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "name": "mycroft-volume.mycroftai:MuteVolume"}, "type": "register_intent"}
- 07:33:29.928 - SKILLS - DEBUG - {"context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "name": "mycroft-volume.mycroftai:UnmuteVolume"}, "type": "register_intent"}
- 07:33:29.931 - SKILLS - DEBUG - {"context": null, "data": {"id": "mycroft-volume.mycroftai", "path": "/opt/mycroft/skills/mycroft-volume.mycroftai", "name": "VolumeSkill", "modified": 1536729957.621046}, "type": "mycroft.skills.loaded"}
- 07:33:29.934 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 07:33:29.937 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "system.ntp.sync"}
- 07:33:29.941 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 07:33:29.947 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.reset"}
- 07:33:29.952 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "mycroft.internet.connected"}
- 07:33:29.955 - SKILLS - DEBUG - {"context": null, "data": {"utterances": ["pair my device"], "lang": "en-us"}, "type": "recognizer_loop:utterance"}
- 07:33:29.974 - SKILLS - DEBUG - {"context": null, "data": {"mycroft-pairing.mycroftai": {"id": "mycroft-pairing.mycroftai", "active": true}, "mycroft-volume.mycroftai": {"id": "mycroft-volume.mycroftai", "active": true}}, "type": "mycroft.skills.list"}
- 07:33:29.991 - SKILLS - DEBUG - {"context": null, "data": {"mycroft-pairing.mycroftai": {"id": "mycroft-pairing.mycroftai", "active": true}, "mycroft-volume.mycroftai": {"id": "mycroft-volume.mycroftai", "active": true}}, "type": "mycroft.skills.list"}
- 07:33:29.998 - SKILLS - DEBUG - {"context": {"target": null}, "data": {"intent_type": "mycroft-pairing.mycroftai:PairingIntent", "confidence": 1.0, "mycroft_pairing_mycroftaiDeviceKeyword": "device", "__tags__": [{"end_token": 0, "start_token": 0, "match": "pair", "key": "pair", "entities": [{"confidence": 1.0, "data": [["pair", "mycroft_pairing_mycroftaiPairingKeyword"]], "match": "pair", "key": "pair"}], "from_context": false}, {"end_token": 2, "start_token": 2, "match": "device", "key": "device", "entities": [{"confidence": 1.0, "data": [["device", "mycroft_pairing_mycroftaiDeviceKeyword"]], "match": "device", "key": "device"}], "from_context": false}], "target": null, "mycroft_pairing_mycroftaiPairingKeyword": "pair", "utterance": "pair my device"}, "type": "mycroft-pairing.mycroftai:PairingIntent"}
- 07:33:30.008 - SKILLS - DEBUG - {"context": {"target": null}, "data": {"name": "PairingSkill.handle_pairing"}, "type": "mycroft.skill.handler.start"}
- 07:33:30.025 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:33:30.034 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:33:30.063 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:33:30.071 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:33:30.388 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 07:33:30.399 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 07:33:30.409 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 07:33:30.428 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 07:33:30.545 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 07:33:30.576 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 07:33:30.578 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 07:33:30.605 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 07:33:30.978 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 07:33:30.983 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 07:33:31.006 - PairingSkill - DEBUG - Kicking off pairing sequence
- 07:33:31.012 - mycroft.identity:_update:80 - DEBUG - Updaing identity
- 07:33:31.018 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:33:31.027 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:33:31.409 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/code?state=267c18e3-ce48-46d4-bef8-594fb187ca0d HTTP/1.1" 200 180
- 07:33:31.728 - mycroft.enclosure.display_manager:_write_data:70 - INFO - Display Manager is creating /ramdisk/mycroft/ipc/managers/disp_info
- 07:33:31.737 - SKILLS - DEBUG - {"context": {"target": null}, "data": {"expect_response": false, "utterance": "I'm connected to the internet and need to be activated. Open your browser and visit home dot mycroft dot A I to register this device."}, "type": "speak"}
- 07:33:31.742 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.deactivate"}
- 07:33:31.789 - SKILLS - DEBUG - {"context": null, "data": {"text": "home.mycroft.ai "}, "type": "enclosure.mouth.text"}
- 07:33:35.968 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
- 07:33:36.009 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
- 07:33:38.619 - SKILLS - DEBUG - {"data": {"side": "b"}, "type": "enclosure.eyes.blink", "context": null}
- 07:33:38.624 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_start", "context": null}
- 07:33:38.671 - SKILLS - DEBUG - {"data": {"visemes": [["4", 0.15], ["0", 0.27], ["4", 0.336], ["3", 0.41], ["0", 0.454], ["3", 0.513], ["0", 0.621], ["3", 0.734], ["3", 0.804], ["0", 0.867], ["3", 0.935], ["3", 1.032], ["0", 1.076], ["3", 1.134], ["0", 1.28], ["0", 1.34], ["3", 1.427], ["3", 1.504], ["2", 1.542], ["3", 1.607], ["0", 1.706], ["3", 1.777], ["0", 1.817], ["3", 1.932], ["3", 1.989], ["3", 2.032], ["0", 2.158], ["3", 2.226], ["3", 2.315], ["0", 2.342], ["4", 2.404], ["0", 2.527], ["0", 2.667], ["3", 2.729], ["3", 2.812], ["0", 2.855], ["5", 2.914], ["0", 3.04], ["3", 3.125], ["0", 3.199], ["3", 3.351], ["4", 3.483], ["4", 0.166], ["2", 0.295], ["4", 0.396], ["0", 0.453], ["3", 0.549], ["0", 0.605], ["2", 0.697], ["2", 0.734], ["4", 0.807], ["2", 0.872], ["1", 1.008], ["3", 1.096], ["2", 1.222], ["0", 1.296], ["3", 1.387], ["3", 1.418], ["5", 1.489], ["0", 1.548], ["3", 1.622], ["0", 1.714], ["3", 1.777], ["0", 1.871], ["2", 2.032], ["4", 2.161], ["3", 2.223], ["0", 2.369], ["3", 2.405], ["4", 2.474], ["0", 2.609], ["3", 2.722], ["2", 2.824], ["6", 2.878], ["5", 2.972], ["3", 3.026], ["3", 3.063], ["0", 3.171], ["3", 3.269], ["0", 3.419], ["0", 3.588], ["3", 3.691], ["0", 3.724], ["2", 3.881], ["0", 3.928], ["3", 4.014], ["0", 4.047], ["3", 4.172], ["3", 4.223], ["2", 4.291], ["3", 4.352], ["0", 4.416], ["3", 4.544], ["3", 4.621], ["0", 4.654], ["5", 4.723], ["0", 4.938], ["3", 5.003], ["4", 5.15]], "start": 1536737618.6409268}, "type": "enclosure.mouth.viseme_list", "context": null}
- 07:33:47.318 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_end", "context": null}
- 07:33:47.322 - SKILLS - DEBUG - {"data": {"side": "b"}, "type": "enclosure.eyes.blink", "context": null}
- 07:33:47.391 - SKILLS - DEBUG - {"context": {"target": null}, "data": {"name": "PairingSkill.handle_pairing"}, "type": "mycroft.skill.handler.complete"}
- 07:33:57.392 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:33:57.406 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:33:57.794 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 07:33:57.805 - PairingSkill - INFO - Pairing code: EE9M99
- 07:33:57.809 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.deactivate"}
- 07:33:57.816 - SKILLS - DEBUG - {"context": null, "data": {"text": "EE9M99"}, "type": "enclosure.mouth.text"}
- 07:33:57.829 - SKILLS - DEBUG - {"context": null, "data": {"expect_response": false, "utterance": "You can register me by going to Devices, selecting Add Device then use the code 'E' as in Echo. 'E' as in Echo. Nine. 'M' as in Mike. Nine. Nine"}, "type": "speak"}
- 07:34:02.498 - SKILLS - DEBUG - {"data": {"side": "b"}, "type": "enclosure.eyes.blink", "context": null}
- 07:34:02.511 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_start", "context": null}
- 07:34:02.532 - SKILLS - DEBUG - {"data": {"visemes": [["4", 0.198], ["0", 0.31], ["2", 0.342], ["3", 0.48], ["0", 0.514], ["3", 0.608], ["2", 0.698], ["0", 0.741], ["3", 0.84], ["0", 0.881], ["3", 1.011], ["3", 1.066], ["2", 1.107], ["4", 1.2], ["0", 1.297], ["4", 1.374], ["0", 1.505], ["3", 1.613], ["2", 1.735], ["0", 1.776], ["3", 1.885], ["3", 1.956], ["0", 1.988], ["3", 2.064], ["0", 2.121], ["5", 2.192], ["0", 2.34], ["3", 2.422], ["0", 2.485], ["3", 2.597], ["4", 2.7], ["3", 2.85], ["0", 2.902], ["3", 2.954], ["0", 3.046], ["3", 3.163], ["3", 3.236], ["0", 3.273], ["3", 3.369], ["0", 3.503], ["3", 3.548], ["3", 3.618], ["0", 3.658], ["5", 3.719], ["0", 3.905], ["3", 4.053], ["3", 4.102], ["0", 4.187], ["3", 4.282], ["0", 4.383], ["2", 4.443], ["3", 4.525], ["3", 4.584], ["0", 4.696], ["3", 4.812], ["2", 4.97], ["3", 5.032], ["0", 5.237], ["4", 5.384], ["0", 5.481], ["3", 5.57], ["0", 5.644], ["3", 5.695], ["0", 5.829], ["3", 5.919], ["2", 6.15], ["4", 6.443], ["4", 0.178], ["0", 0.377], ["4", 0.491], ["0", 0.592], ["3", 0.677], ["0", 0.751], ["3", 0.802], ["0", 0.936], ["3", 1.026], ["2", 1.257], ["4", 1.55], ["4", 0.208], ["3", 0.27], ["0", 0.528], ["3", 0.624], ["4", 0.93], ["4", 0.178], ["0", 0.272], ["4", 0.408], ["4", 0.545], ["0", 0.656], ["3", 0.742], ["0", 0.819], ["3", 0.912], ["4", 0.979], ["0", 1.164], ["3", 1.254], ["4", 1.368], ["4", 0.208], ["3", 0.27], ["0", 0.528], ["3", 0.624], ["4", 0.93]], "start": 1536737642.5115943}, "type": "enclosure.mouth.viseme_list", "context": null}
- 07:34:07.836 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:34:07.852 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:34:08.246 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 07:34:13.810 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_end", "context": null}
- 07:34:18.262 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:34:18.271 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:34:18.633 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 07:34:28.649 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:34:28.661 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:34:29.013 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 07:34:39.028 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:34:39.036 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:34:39.394 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 07:34:49.419 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:34:49.427 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:34:49.970 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 200 273
- 07:34:49.993 - mycroft.identity:save:64 - DEBUG - Saving identity
- 07:34:50.000 - mycroft.identity:_update:80 - DEBUG - Updaing identity
- 07:34:50.016 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.activate"}
- 07:34:50.029 - SKILLS - DEBUG - {"context": null, "data": {"expect_response": false, "utterance": "Now I am ready for use. Try asking me things like \"hey mycroft, what's the weather\", \"hey mycroft, tell me about abraham lincoln\", or \"hey mycroft, play the news\". If you need to stop me talking at any time, just push my button."}, "type": "speak"}
- 07:34:55.819 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 07:34:55.831 - SKILLS - DEBUG - {"context": null, "data": {"mycroft-pairing.mycroftai": {"id": "mycroft-pairing.mycroftai", "active": true}, "mycroft-volume.mycroftai": {"id": "mycroft-volume.mycroftai", "active": true}}, "type": "mycroft.skills.list"}
- 07:34:56.194 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_start", "context": null}
- 07:34:56.257 - SKILLS - DEBUG - {"data": {"visemes": [["4", 0.208], ["3", 0.282], ["1", 0.562], ["0", 0.695], ["0", 0.813], ["4", 0.893], ["2", 1.014], ["0", 1.072], ["3", 1.138], ["0", 1.245], ["5", 1.362], ["6", 1.501], ["2", 1.527], ["0", 1.66], ["2", 1.78], ["3", 1.861], ["4", 2.005], ["4", 0.141], ["3", 0.23], ["2", 0.354], ["0", 0.492], ["0", 0.601], ["3", 0.734], ["3", 0.774], ["0", 0.805], ["3", 0.95], ["4", 0.996], ["0", 1.1], ["3", 1.237], ["0", 1.279], ["3", 1.425], ["3", 1.493], ["3", 1.55], ["0", 1.692], ["3", 1.778], ["0", 1.878], ["0", 1.997], ["4", 2.102], ["0", 2.266], ["3", 2.371], ["2", 2.479], ["6", 2.533], ["5", 2.61], ["3", 2.723], ["4", 2.879], ["2", 2.991], ["0", 3.047], ["3", 3.103], ["3", 3.207], ["3", 3.26], ["0", 3.354], ["2", 3.47], ["0", 3.534], ["3", 3.578], ["2", 3.658], ["0", 3.743], ["0", 3.863], ["4", 3.973], ["0", 4.141], ["3", 4.237], ["2", 4.348], ["6", 4.426], ["5", 4.515], ["3", 4.609], ["4", 4.743], ["3", 4.813], ["0", 4.872], ["3", 4.982], ["4", 5.048], ["0", 5.164], ["0", 5.23], ["4", 5.295], ["1", 5.491], ["3", 5.575], ["0", 5.732], ["4", 5.795], ["2", 5.852], ["0", 5.894], ["0", 5.976], ["0", 6.084], ["4", 6.164], ["3", 6.228], ["0", 6.287], ["3", 6.394], ["3", 6.472], ["0", 6.513], ["3", 6.596], ["6", 6.785], ["2", 6.808], ["0", 6.903], ["0", 7.024], ["4", 7.129], ["0", 7.29], ["3", 7.379], ["2", 7.485], ["6", 7.526], ["5", 7.595], ["3", 7.684], ["4", 7.803], ["4", 7.896], ["3", 7.929], ["0", 8.086], ["3", 8.156], ["0", 8.265], ["3", 8.339], ["2", 8.521], ["3", 8.63], ["0", 8.72], ["5", 8.793], ["0", 8.91], ["2", 8.937], ["3", 9.01], ["0", 9.136], ["3", 9.207], ["3", 9.3], ["0", 9.33], ["3", 9.446], ["3", 9.479], ["0", 9.584], ["4", 9.636], ["4", 9.694], ["0", 9.804], ["3", 9.903], ["6", 10.06], ["3", 10.167], ["0", 10.193], ["3", 10.314], ["0", 10.463], ["3", 10.566], ["0", 10.659], ["3", 10.698], ["0", 10.79], ["3", 10.898], ["0", 11.134], ["4", 11.279], ["4", 11.418], ["3", 11.518], ["0", 11.579], ["3", 11.683], ["3", 11.712], ["4", 11.779], ["2", 11.893], ["3", 12.0], ["4", 12.048], ["0", 12.164], ["4", 12.252], ["0", 12.336], ["3", 12.436], ["0", 12.486], ["3", 12.592], ["4", 12.879]], "start": 1536737696.2085774}, "type": "enclosure.mouth.viseme_list", "context": null}
- 07:35:11.140 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_end", "context": null}
- 07:35:11.145 - SKILLS - DEBUG - {"data": {"side": "b"}, "type": "enclosure.eyes.blink", "context": null}
- 07:35:11.240 - SKILLS - DEBUG - {"context": null, "data": {"uuid": "cc61d726-8239-4714-b6b0-b9135d9f9af7", "expiration": 86400, "refreshToken": "bR3th.F6w.N1fThubgjYSeJbDgu5Hy9CRZeMMLuI5ToW4XrlOBjbJc8aW.sMgfG4jVNyfDblgE0M.IQvP1Xn80", "accessToken": "hRUL8IYD.r92xzIus8HTwRdptjEtYvQ64CAIjgC8NZELKcpbIzB251N65057dfVAcEhD4d8jhzutmUPjIanbh0"}, "type": "mycroft.paired"}
- 07:35:11.245 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "mycroft.mic.unmute"}
- 07:35:11.250 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "configuration.updated"}
- 07:35:11.281 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 07:35:11.301 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:35:11.670 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7 HTTP/1.1" 200 359
- 07:35:11.689 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:35:12.172 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7/setting HTTP/1.1" 200 3040
- 07:35:12.190 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:35:12.660 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7/location HTTP/1.1" 200 4
- 07:35:12.687 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 07:35:12.691 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 07:35:18.569 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 07:35:18.575 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 07:35:18.581 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 07:35:18.587 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 07:35:18.592 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 07:35:18.598 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 07:35:18.605 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 07:35:18.612 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 07:35:18.618 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 07:35:18.625 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 07:35:18.632 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 07:35:18.637 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 07:35:18.642 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 07:35:18.648 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 07:35:18.653 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 07:35:18.659 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 07:35:18.665 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 07:35:18.674 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 07:35:18.679 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 07:35:18.686 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 07:35:18.691 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 07:35:18.697 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 07:35:18.702 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 07:35:18.708 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 07:35:18.714 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 07:35:18.720 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- Exception in thread Thread-16:
- Traceback (most recent call last):
- File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
- self.run()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 423, in run
- self.download_skills()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 227, in download_skills
- with msm.lock, self.thread_lock:
- AttributeError: 'MycroftSkillsManager' object has no attribute 'lock'
- 07:44:26.920 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 07:44:26.937 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 07:44:27.399 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 07:44:27.494 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 07:44:27.585 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 07:44:27.676 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 07:44:27.766 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:44:27.787 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:44:28.172 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7 HTTP/1.1" 200 360
- 07:44:28.272 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 07:44:28.364 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 07:44:28.459 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 07:44:28.469 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:44:28.855 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7/setting HTTP/1.1" 200 3040
- 07:44:28.874 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:44:29.263 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7/location HTTP/1.1" 200 4
- 07:44:29.377 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 07:44:29.463 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 07:44:29.514 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 07:44:29.583 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:44:29.600 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:44:30.317 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:44:30.343 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:44:30.367 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:44:30.399 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-ip.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.415 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-audio-record.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.433 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.449 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-npr-news.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.466 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-weather.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.483 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stop.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.514 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.531 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-singing.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.548 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-playback-control.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.566 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-personal.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.582 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-hello-world.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.600 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-reminder.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.618 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stock.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.636 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-date-time.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.654 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-timer.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.670 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-alarm.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.688 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-wiki.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.706 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.723 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.740 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-naptime.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.756 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-unknown.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.772 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-wolfram-alpha.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.789 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-version-checker.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.804 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-support-helper.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.821 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-joke.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.838 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-fallback-duck-duck-go.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.854 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-spelling.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.870 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-speak.mycroftai, universal_newlines=False, shell=None)
- 07:44:30.901 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 07:44:30.940 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 07:44:30.955 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 07:44:31.108 - VolumeSkill - INFO - ********** Reeg handlers
- 07:44:31.117 - VolumeSkill - INFO - ********** Handlers registered
- 07:44:31.125 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 07:44:37.146 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
- 07:44:37.162 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
- 07:44:52.701 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:44:53.148 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "PATCH /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7 HTTP/1.1" 200 47
- 07:44:53.159 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "connected"}
- 07:44:53.161 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "type": "register_vocab"}
- 07:44:53.165 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "type": "register_vocab"}
- 07:44:53.168 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "type": "register_vocab"}
- 07:44:53.171 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "type": "register_vocab"}
- 07:44:53.175 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "type": "register_vocab"}
- 07:44:53.178 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "type": "register_vocab"}
- 07:44:53.182 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "type": "register_vocab"}
- 07:44:53.185 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "type": "register_vocab"}
- 07:44:53.189 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "optional": [], "name": "mycroft-pairing.mycroftai:PairingIntent", "at_least_one": []}, "type": "register_intent"}
- 07:44:53.192 - SKILLS - DEBUG - {"context": null, "data": {"name": "PairingSkill", "id": "mycroft-pairing.mycroftai", "modified": 1536738154.3299994, "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai"}, "type": "mycroft.skills.loaded"}
- 07:44:53.195 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "type": "register_vocab"}
- 07:44:53.199 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "type": "register_vocab"}
- 07:44:53.202 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "type": "register_vocab"}
- 07:44:53.204 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "type": "register_vocab"}
- 07:44:53.207 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "type": "register_vocab"}
- 07:44:53.210 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "type": "register_vocab"}
- 07:44:53.213 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "type": "register_vocab"}
- 07:44:53.216 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "type": "register_vocab"}
- 07:44:53.219 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "type": "register_vocab"}
- 07:44:53.222 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "type": "register_vocab"}
- 07:44:53.225 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "type": "register_vocab"}
- 07:44:53.229 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "type": "register_vocab"}
- 07:44:53.232 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "type": "register_vocab"}
- 07:44:53.236 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "type": "register_vocab"}
- 07:44:53.239 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "type": "register_vocab"}
- 07:44:53.241 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "type": "register_vocab"}
- 07:44:53.244 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "type": "register_vocab"}
- 07:44:53.247 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "type": "register_vocab"}
- 07:44:53.250 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "type": "register_vocab"}
- 07:44:53.253 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "type": "register_vocab"}
- 07:44:53.255 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "type": "register_vocab"}
- 07:44:53.257 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "type": "register_vocab"}
- 07:44:53.260 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "type": "register_vocab"}
- 07:44:53.263 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "type": "register_vocab"}
- 07:44:53.266 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "type": "register_vocab"}
- 07:44:53.268 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "type": "register_vocab"}
- 07:44:53.271 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "type": "register_vocab"}
- 07:44:53.274 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "type": "register_vocab"}
- 07:44:53.277 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "type": "register_vocab"}
- 07:44:53.281 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "type": "register_vocab"}
- 07:44:53.283 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "type": "register_vocab"}
- 07:44:53.288 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "type": "register_vocab"}
- 07:44:53.293 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "type": "register_vocab"}
- 07:44:53.297 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "type": "register_vocab"}
- 07:44:53.301 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
- 07:44:53.306 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "optional": [], "name": "mycroft-volume.mycroftai:QueryVolume", "at_least_one": []}, "type": "register_intent"}
- 07:44:53.309 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "optional": [], "name": "mycroft-volume.mycroftai:SetVolume", "at_least_one": []}, "type": "register_intent"}
- 07:44:53.313 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "optional": [], "name": "mycroft-volume.mycroftai:IncreaseVolume", "at_least_one": []}, "type": "register_intent"}
- 07:44:53.317 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "optional": [], "name": "mycroft-volume.mycroftai:DecreaseVolume", "at_least_one": []}, "type": "register_intent"}
- 07:44:53.321 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "optional": [], "name": "mycroft-volume.mycroftai:MuteVolume", "at_least_one": []}, "type": "register_intent"}
- 07:44:53.324 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "optional": [], "name": "mycroft-volume.mycroftai:UnmuteVolume", "at_least_one": []}, "type": "register_intent"}
- 07:44:53.328 - SKILLS - DEBUG - {"context": null, "data": {"name": "VolumeSkill", "id": "mycroft-volume.mycroftai", "modified": 1536738144.7599995, "path": "/opt/mycroft/skills/mycroft-volume.mycroftai"}, "type": "mycroft.skills.loaded"}
- 07:44:53.330 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 07:44:53.334 - SKILLS - DEBUG - {"context": null, "data": {"text": "< < < SYNC < < <"}, "type": "enclosure.mouth.text"}
- 07:44:53.338 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "system.ntp.sync"}
- 07:44:53.344 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.reset"}
- 07:44:53.346 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "mycroft.internet.connected"}
- 07:44:53.350 - SKILLS - DEBUG - {"context": null, "data": {"mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}, "mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}}, "type": "mycroft.skills.list"}
- 07:44:59.359 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
- 07:44:59.377 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
- 07:45:05.073 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 07:45:05.084 - SKILLS - DEBUG - {"context": null, "data": {"mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}, "mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}}, "type": "mycroft.skills.list"}
- 07:45:34.174 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 07:45:34.180 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 07:45:34.185 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 07:45:34.191 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 07:45:34.197 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 07:45:34.202 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 07:45:34.209 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 07:45:34.214 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 07:45:34.220 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 07:45:34.230 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 07:45:34.236 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 07:45:34.241 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 07:45:34.247 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 07:45:34.253 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 07:45:34.258 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 07:45:34.265 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 07:45:34.271 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 07:45:34.277 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 07:45:34.284 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 07:45:34.290 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 07:45:34.298 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 07:45:34.303 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 07:45:34.308 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 07:45:34.313 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 07:45:34.320 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 07:45:34.325 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- Exception in thread Thread-16:
- Traceback (most recent call last):
- File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
- self.run()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 423, in run
- self.download_skills()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 227, in download_skills
- with msm.lock, self.thread_lock:
- AttributeError: 'MycroftSkillsManager' object has no attribute 'lock'
- 07:56:01.511 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 07:56:01.527 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 07:56:01.987 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 07:56:02.095 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 07:56:02.184 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 07:56:02.281 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 07:56:02.376 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 07:56:02.396 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:56:02.911 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7 HTTP/1.1" 200 360
- 07:56:03.004 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 07:56:03.090 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 07:56:03.179 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 07:56:03.189 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:56:03.623 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7/setting HTTP/1.1" 200 3040
- 07:56:03.641 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:56:04.089 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7/location HTTP/1.1" 200 4
- 07:56:04.201 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 07:56:04.287 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 07:56:04.319 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 07:56:04.384 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:56:04.399 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:56:05.135 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:56:05.160 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:56:05.184 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 07:56:05.214 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-ip.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.229 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-audio-record.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.243 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.258 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-npr-news.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.273 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-weather.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.288 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stop.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.303 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.320 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-query.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.336 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-singing.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.351 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-playback-control.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.367 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-personal.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.382 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-hello-world.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.399 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-reminder.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.414 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stock.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.430 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-date-time.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.446 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-timer.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.461 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-alarm.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.478 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-wiki.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.494 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.510 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.527 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-naptime.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.544 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-unknown.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.560 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-wolfram-alpha.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.578 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-version-checker.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.594 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-support-helper.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.610 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-joke.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.629 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-fallback-duck-duck-go.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.646 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-spelling.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.661 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-speak.mycroftai, universal_newlines=False, shell=None)
- 07:56:05.692 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 07:56:05.730 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 07:56:05.745 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 07:56:05.848 - VolumeSkill - INFO - ********** Reeg handlers
- 07:56:05.856 - VolumeSkill - INFO - ********** Handlers registered
- 07:56:05.864 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 07:56:11.885 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
- 07:56:11.903 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
- 07:56:27.433 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 07:56:27.821 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "PATCH /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7 HTTP/1.1" 200 47
- 07:56:27.834 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "connected"}
- 07:56:27.837 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "context": null, "type": "register_vocab"}
- 07:56:27.841 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "context": null, "type": "register_vocab"}
- 07:56:27.844 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "context": null, "type": "register_vocab"}
- 07:56:27.847 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "context": null, "type": "register_vocab"}
- 07:56:27.851 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "context": null, "type": "register_vocab"}
- 07:56:27.854 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "context": null, "type": "register_vocab"}
- 07:56:27.858 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "context": null, "type": "register_vocab"}
- 07:56:27.861 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "context": null, "type": "register_vocab"}
- 07:56:27.866 - SKILLS - DEBUG - {"data": {"at_least_one": [], "requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "name": "mycroft-pairing.mycroftai:PairingIntent", "optional": []}, "context": null, "type": "register_intent"}
- 07:56:27.870 - SKILLS - DEBUG - {"data": {"name": "PairingSkill", "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai", "id": "mycroft-pairing.mycroftai", "modified": 1536738154.3299994}, "context": null, "type": "mycroft.skills.loaded"}
- 07:56:27.872 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "context": null, "type": "register_vocab"}
- 07:56:27.876 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "context": null, "type": "register_vocab"}
- 07:56:27.879 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "context": null, "type": "register_vocab"}
- 07:56:27.882 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "context": null, "type": "register_vocab"}
- 07:56:27.885 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "context": null, "type": "register_vocab"}
- 07:56:27.888 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "context": null, "type": "register_vocab"}
- 07:56:27.892 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "context": null, "type": "register_vocab"}
- 07:56:27.895 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "context": null, "type": "register_vocab"}
- 07:56:27.898 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "context": null, "type": "register_vocab"}
- 07:56:27.901 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "context": null, "type": "register_vocab"}
- 07:56:27.905 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "context": null, "type": "register_vocab"}
- 07:56:27.908 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "context": null, "type": "register_vocab"}
- 07:56:27.911 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "context": null, "type": "register_vocab"}
- 07:56:27.914 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "context": null, "type": "register_vocab"}
- 07:56:27.917 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "context": null, "type": "register_vocab"}
- 07:56:27.920 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "context": null, "type": "register_vocab"}
- 07:56:27.923 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "context": null, "type": "register_vocab"}
- 07:56:27.927 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "context": null, "type": "register_vocab"}
- 07:56:27.930 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "context": null, "type": "register_vocab"}
- 07:56:27.933 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "context": null, "type": "register_vocab"}
- 07:56:27.936 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "context": null, "type": "register_vocab"}
- 07:56:27.939 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "context": null, "type": "register_vocab"}
- 07:56:27.941 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "context": null, "type": "register_vocab"}
- 07:56:27.944 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "context": null, "type": "register_vocab"}
- 07:56:27.947 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "context": null, "type": "register_vocab"}
- 07:56:27.950 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "context": null, "type": "register_vocab"}
- 07:56:27.952 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "context": null, "type": "register_vocab"}
- 07:56:27.955 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "context": null, "type": "register_vocab"}
- 07:56:27.957 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "context": null, "type": "register_vocab"}
- 07:56:27.960 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "context": null, "type": "register_vocab"}
- 07:56:27.963 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "context": null, "type": "register_vocab"}
- 07:56:27.966 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "context": null, "type": "register_vocab"}
- 07:56:27.969 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "context": null, "type": "register_vocab"}
- 07:56:27.972 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "context": null, "type": "register_vocab"}
- 07:56:27.974 - SKILLS - DEBUG - {"data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "context": null, "type": "register_vocab"}
- 07:56:27.979 - SKILLS - DEBUG - {"data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "name": "mycroft-volume.mycroftai:QueryVolume", "optional": []}, "context": null, "type": "register_intent"}
- 07:56:27.982 - SKILLS - DEBUG - {"data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "name": "mycroft-volume.mycroftai:SetVolume", "optional": []}, "context": null, "type": "register_intent"}
- 07:56:27.986 - SKILLS - DEBUG - {"data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "name": "mycroft-volume.mycroftai:IncreaseVolume", "optional": []}, "context": null, "type": "register_intent"}
- 07:56:27.989 - SKILLS - DEBUG - {"data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "name": "mycroft-volume.mycroftai:DecreaseVolume", "optional": []}, "context": null, "type": "register_intent"}
- 07:56:27.992 - SKILLS - DEBUG - {"data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "name": "mycroft-volume.mycroftai:MuteVolume", "optional": []}, "context": null, "type": "register_intent"}
- 07:56:27.996 - SKILLS - DEBUG - {"data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "name": "mycroft-volume.mycroftai:UnmuteVolume", "optional": []}, "context": null, "type": "register_intent"}
- 07:56:27.999 - SKILLS - DEBUG - {"data": {"name": "VolumeSkill", "path": "/opt/mycroft/skills/mycroft-volume.mycroftai", "id": "mycroft-volume.mycroftai", "modified": 1536738144.7599995}, "context": null, "type": "mycroft.skills.loaded"}
- 07:56:28.001 - SKILLS - DEBUG - {"data": {"text": "< < < SYNC < < <"}, "context": null, "type": "enclosure.mouth.text"}
- 07:56:28.003 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "system.ntp.sync"}
- 07:56:28.005 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 07:56:28.008 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 07:56:28.014 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "enclosure.mouth.reset"}
- 07:56:28.021 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "mycroft.internet.connected"}
- 07:56:28.024 - SKILLS - DEBUG - {"data": {"mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}, "mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}}, "context": null, "type": "mycroft.skills.list"}
- 07:56:28.028 - SKILLS - DEBUG - {"data": {"mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}, "mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}}, "context": null, "type": "mycroft.skills.list"}
- 07:56:34.038 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
- 07:56:34.055 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
- 07:56:54.586 - SKILLS - DEBUG - {"type": "recognizer_loop:record_begin", "data": {}, "context": null}
- 07:56:57.556 - SKILLS - DEBUG - {"type": "recognizer_loop:record_end", "data": {}, "context": null}
- 07:56:57.575 - SKILLS - DEBUG - {"type": "recognizer_loop:wakeword", "data": {"session": "1177d7ce-0492-499e-82a4-4946133d0681", "utterance": "hey mycroft"}, "context": null}
- 07:56:59.079 - SKILLS - DEBUG - {"type": "recognizer_loop:utterance", "data": {"session": "1177d7ce-0492-499e-82a4-4946133d0681", "utterances": ["hello world"], "lang": "en-US"}, "context": {"client_name": "mycroft_listener", "ident": "1536739017.541099567263336"}}
- 07:56:59.100 - SKILLS - DEBUG - {"data": {"utterance": "hello world", "lang": "en-US"}, "context": {"client_name": "mycroft_listener", "ident": "1536739017.541099567263336"}, "type": "intent_failure"}
- 07:56:59.114 - SKILLS - DEBUG - {"data": {"handler": "fallback"}, "context": {"client_name": "mycroft_listener", "ident": "1536739017.541099567263336"}, "type": "mycroft.skill.handler.start"}
- 07:56:59.121 - mycroft.skills.padatious_service:handle_fallback:129 - DEBUG - Waiting for Padatious training to finish...
- 07:56:59.126 - mycroft.skills.core:handler:1638 - WARNING - No fallback could handle intent.
- 07:56:59.137 - SKILLS - DEBUG - {"data": {}, "context": {"client_name": "mycroft_listener", "ident": "1536739017.541099567263336"}, "type": "complete_intent_failure"}
- 07:56:59.141 - SKILLS - DEBUG - {"data": {"exception": "No fallback could handle intent.", "handler": "fallback"}, "context": {"client_name": "mycroft_listener", "ident": "1536739017.541099567263336"}, "type": "mycroft.skill.handler.complete"}
- 07:56:59.179 - SKILLS - DEBUG - {"type": "speak", "data": {"utterance": "Please wait a moment as I finish booting up."}, "context": null}
- 07:57:01.452 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:audio_output_start"}
- 07:57:01.470 - SKILLS - DEBUG - {"context": null, "data": {"start": 1536739021.4588213, "visemes": [["4", 0.144], ["4", 0.219], ["3", 0.252], ["0", 0.401], ["3", 0.485], ["2", 0.586], ["0", 0.706], ["3", 0.804], ["0", 0.855], ["4", 0.954], ["2", 1.083], ["4", 1.147], ["0", 1.187], ["3", 1.261], ["3", 1.316], ["0", 1.41], ["3", 1.503], ["0", 1.682], ["5", 1.808], ["0", 1.874], ["3", 1.928], ["0", 1.999], ["3", 2.13], ["4", 2.195], ["2", 2.285], ["3", 2.385], ["0", 2.414], ["3", 2.517], ["0", 2.66], ["4", 2.701], ["4", 2.887]]}, "type": "enclosure.mouth.viseme_list"}
- 07:57:04.553 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:audio_output_end"}
- 07:57:20.744 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 07:57:20.754 - SKILLS - DEBUG - {"data": {"mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}, "mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}}, "context": null, "type": "mycroft.skills.list"}
- 08:05:39.880 - SKILLS - DEBUG - {"type": "skillmanager.list", "data": {}, "context": null}
- 08:05:39.889 - SKILLS - DEBUG - {"data": {"mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}, "mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}}, "context": null, "type": "mycroft.skills.list"}
- 08:08:34.570 - SKILLS - DEBUG - {"context": null, "type": "skillmanager.list", "data": {}}
- 08:08:34.578 - SKILLS - DEBUG - {"data": {"mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}, "mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}}, "context": null, "type": "mycroft.skills.list"}
- 08:09:13.339 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 08:09:13.354 - SKILLS - DEBUG - {"data": {"mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}, "mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}}, "context": null, "type": "mycroft.skills.list"}
- 08:09:29.908 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 08:09:29.913 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 08:09:29.918 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 08:09:29.922 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 08:09:29.929 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 08:09:29.934 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 08:09:29.938 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 08:09:29.942 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 08:09:29.947 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 08:09:29.951 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 08:09:29.957 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 08:09:29.961 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 08:09:29.966 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 08:09:29.970 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 08:09:29.974 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 08:09:29.979 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 08:09:29.990 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- 08:09:29.997 - SKILLS - DEBUG - {"data": {"skill_id": "mycroft-volume.mycroftai:"}, "context": null, "type": "detach_skill"}
- 08:09:30.010 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 08:09:30.018 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 08:09:30.026 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 08:09:30.036 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 08:09:30.044 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 08:09:30.052 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 08:09:30.060 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 08:09:30.069 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 08:09:30.077 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 08:09:30.084 - SKILLS - DEBUG - {"data": {"skill_id": "mycroft-pairing.mycroftai:"}, "context": null, "type": "detach_skill"}
- Exception in thread Thread-16:
- Traceback (most recent call last):
- File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
- self.run()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 423, in run
- self.download_skills()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 227, in download_skills
- with msm.lock, self.thread_lock:
- AttributeError: 'MycroftSkillsManager' object has no attribute 'lock'
- 08:09:32.875 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 08:09:32.887 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 08:09:33.271 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 08:09:33.355 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 08:09:33.427 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 08:09:33.500 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 08:09:33.581 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 08:09:33.599 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 08:09:33.949 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7 HTTP/1.1" 200 387
- 08:09:34.044 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 08:09:34.116 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 08:09:34.196 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 08:09:34.205 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 08:09:34.653 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7/setting HTTP/1.1" 200 3040
- 08:09:34.669 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 08:09:35.070 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/cc61d726-8239-4714-b6b0-b9135d9f9af7/location HTTP/1.1" 200 4
- 08:09:35.171 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 08:09:35.240 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 08:09:35.271 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 08:09:35.342 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 08:09:35.368 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 08:09:36.111 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 08:09:36.138 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 08:09:36.161 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 08:09:36.192 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-ip.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.206 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-audio-record.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.220 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.235 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-npr-news.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.249 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-weather.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.263 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stop.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.277 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.291 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-query.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.306 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-singing.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.320 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-playback-control.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.334 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-personal.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.349 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-hello-world.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.364 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-reminder.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.380 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stock.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.394 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-date-time.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.410 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-timer.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.424 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-alarm.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.438 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-wiki.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.452 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.467 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.481 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-naptime.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.495 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-unknown.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.509 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-wolfram-alpha.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.536 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-version-checker.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.551 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-support-helper.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.566 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-joke.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.582 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-fallback-duck-duck-go.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.597 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-spelling.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.611 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-speak.mycroftai, universal_newlines=False, shell=None)
- 08:09:36.640 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 08:09:36.674 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 08:09:36.696 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 08:09:36.827 - VolumeSkill - INFO - ********** Reeg handlers
- 08:09:36.838 - VolumeSkill - INFO - ********** Handlers registered
- 08:09:36.846 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 08:09:36.851 - root - ERROR - 'skill-hello-world'
- 08:09:36.857 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "connected"}
- 08:09:36.861 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 08:09:36.866 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 08:09:36.875 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 08:09:36.884 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 08:09:36.894 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 08:09:36.903 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
- 08:09:36.911 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
- 08:09:36.914 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
- 08:09:36.922 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "name": "mycroft-pairing.mycroftai:PairingIntent"}}
- 08:09:36.933 - SKILLS - DEBUG - {"type": "mycroft.skills.loaded", "context": null, "data": {"id": "mycroft-pairing.mycroftai", "modified": 1536738154.3299994, "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai", "name": "PairingSkill"}}
- 08:09:36.937 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}}
- 08:09:36.940 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}}
- 08:09:36.944 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}}
- 08:09:36.947 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}}
- 08:09:36.954 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}}
- 08:09:36.957 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}}
- 08:09:36.961 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}}
- 08:09:36.965 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}}
- 08:09:36.969 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}}
- 08:09:36.972 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}}
- 08:09:36.975 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}}
- 08:09:36.978 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:36.981 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:36.984 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:36.988 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:36.991 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:36.995 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:36.997 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:37.000 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:37.003 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:37.006 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:37.009 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:37.012 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:37.014 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:37.017 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:37.020 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}}
- 08:09:37.023 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}}
- 08:09:37.026 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}}
- 08:09:37.029 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}}
- 08:09:37.032 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}}
- 08:09:37.035 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}}
- 08:09:37.038 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}}
- 08:09:37.040 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}}
- 08:09:37.043 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}}
- 08:09:37.046 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}}
- 08:09:37.050 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "name": "mycroft-volume.mycroftai:QueryVolume"}}
- 08:09:37.054 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "name": "mycroft-volume.mycroftai:SetVolume"}}
- 08:09:37.057 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "name": "mycroft-volume.mycroftai:IncreaseVolume"}}
- 08:09:37.060 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "name": "mycroft-volume.mycroftai:DecreaseVolume"}}
- 08:09:37.064 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "name": "mycroft-volume.mycroftai:MuteVolume"}}
- 08:09:37.067 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"optional": [], "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "name": "mycroft-volume.mycroftai:UnmuteVolume"}}
- 08:09:37.070 - SKILLS - DEBUG - {"type": "mycroft.skills.loaded", "context": null, "data": {"id": "mycroft-volume.mycroftai", "modified": 1536738144.7599995, "path": "/opt/mycroft/skills/mycroft-volume.mycroftai", "name": "VolumeSkill"}}
- 09:04:49.623 - SKILLS - DEBUG - {"type": "recognizer_loop:record_begin", "data": {}, "context": null}
- 09:04:51.766 - SKILLS - DEBUG - {"type": "recognizer_loop:record_end", "data": {}, "context": null}
- 09:04:51.780 - SKILLS - DEBUG - {"type": "recognizer_loop:wakeword", "data": {"session": "331f74b9-3300-4b1d-8ee2-afb152cf40cd", "utterance": "hey mycroft"}, "context": null}
- 09:04:53.003 - SKILLS - DEBUG - {"type": "recognizer_loop:utterance", "data": {"session": "331f74b9-3300-4b1d-8ee2-afb152cf40cd", "utterances": ["tell me a joke"], "lang": "en-US"}, "context": {"client_name": "mycroft_listener", "ident": "1536743091.7729337-1263696507"}}
- 09:04:53.053 - SKILLS - DEBUG - {"type": "intent_failure", "context": {"client_name": "mycroft_listener", "ident": "1536743091.7729337-1263696507"}, "data": {"lang": "en-US", "utterance": "tell me a joke"}}
- 09:04:53.062 - mycroft.skills.padatious_service:handle_fallback:129 - DEBUG - Waiting for Padatious training to finish...
- 09:04:53.064 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.start", "context": {"client_name": "mycroft_listener", "ident": "1536743091.7729337-1263696507"}, "data": {"handler": "fallback"}}
- 09:04:53.076 - SKILLS - DEBUG - {"type": "complete_intent_failure", "context": {"client_name": "mycroft_listener", "ident": "1536743091.7729337-1263696507"}, "data": {}}
- 09:04:53.079 - mycroft.skills.core:handler:1638 - WARNING - No fallback could handle intent.
- 09:04:53.085 - SKILLS - DEBUG - {"type": "speak", "data": {"utterance": "Please wait a moment as I finish booting up."}, "context": null}
- 09:04:53.129 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.complete", "context": {"client_name": "mycroft_listener", "ident": "1536743091.7729337-1263696507"}, "data": {"handler": "fallback", "exception": "No fallback could handle intent."}}
- 09:04:53.133 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:audio_output_start"}
- 09:04:53.139 - SKILLS - DEBUG - {"context": null, "data": {"start": 1536743093.1100035, "visemes": [["4", 0.144], ["4", 0.219], ["3", 0.252], ["0", 0.401], ["3", 0.485], ["2", 0.586], ["0", 0.706], ["3", 0.804], ["0", 0.855], ["4", 0.954], ["2", 1.083], ["4", 1.147], ["0", 1.187], ["3", 1.261], ["3", 1.316], ["0", 1.41], ["3", 1.503], ["0", 1.682], ["5", 1.808], ["0", 1.874], ["3", 1.928], ["0", 1.999], ["3", 2.13], ["4", 2.195], ["2", 2.285], ["3", 2.385], ["0", 2.414], ["3", 2.517], ["0", 2.66], ["4", 2.701], ["4", 2.887]]}, "type": "enclosure.mouth.viseme_list"}
- 09:04:56.164 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:audio_output_end"}
- 09:06:08.043 - SKILLS - DEBUG - {"type": "skillmanager.list", "data": {}, "context": null}
- 09:06:08.053 - SKILLS - DEBUG - {"type": "mycroft.skills.list", "context": null, "data": {"mycroft-volume.mycroftai": {"id": "mycroft-volume.mycroftai", "active": true}, "mycroft-pairing.mycroftai": {"id": "mycroft-pairing.mycroftai", "active": true}}}
- 09:10:03.586 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "skillmanager.list"}
- 09:10:03.596 - SKILLS - DEBUG - {"type": "mycroft.skills.list", "context": null, "data": {"mycroft-volume.mycroftai": {"id": "mycroft-volume.mycroftai", "active": true}, "mycroft-pairing.mycroftai": {"id": "mycroft-pairing.mycroftai", "active": true}}}
- 09:13:50.079 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 09:13:50.118 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 09:13:50.697 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 09:13:50.784 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 09:13:50.863 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 09:13:50.942 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 09:13:51.313 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:13:51.395 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:13:51.413 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:13:51.767 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 09:13:51.786 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 09:13:51.936 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 09:13:51.951 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 09:13:52.340 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 09:13:52.461 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /var/tmp/mycroft_web_cache.json loaded
- 09:13:52.554 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 09:13:52.640 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 09:13:52.683 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 09:13:52.860 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:13:52.884 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:13:53.762 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:13:53.856 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:13:53.890 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:13:53.941 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 09:13:53.967 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 09:13:54.009 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 09:13:54.081 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 09:13:54.137 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 09:13:54.140 - msm.skill_entry - INFO - Downloading skill: https://github.com/mycroftai/skill-volume.git
- 09:13:54.145 - git.cmd - DEBUG - Popen(['git', 'clone', '-v', 'https://github.com/mycroftai/skill-volume.git', '/tmp/tmp4bsls4ri'], cwd=/home/pi/mycroft-core, universal_newlines=True, shell=None)
- 09:13:55.101 - git.repo.base - DEBUG - Cmd(['git', 'clone', '-v', 'https://github.com/mycroftai/skill-volume.git', '/tmp/tmp4bsls4ri'])'s unused stdout:
- 09:13:55.124 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', '082c90d0f0b5efd3fe9c6273231cf0a88480e186'], cwd=/tmp/tmp4bsls4ri, universal_newlines=False, shell=None)
- 09:13:55.165 - msm.skill_entry - INFO - Successfully installed mycroft-volume
- 09:13:55.176 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 09:13:55.364 - VolumeSkill - INFO - ********** Reeg handlers
- 09:13:55.373 - VolumeSkill - INFO - ********** Handlers registered
- 09:13:55.379 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 09:13:55.386 - mycroft.skills.core:load_skill:150 - INFO - First run of mycroft-volume.mycroftai
- 09:13:55.390 - root - ERROR - 'skill-hello-world'
- 09:13:55.392 - SKILLS - DEBUG - {"data": {}, "type": "connected", "context": null}
- 09:13:55.395 - SKILLS - DEBUG - {"data": {}, "type": "enclosure.reset", "context": null}
- 09:13:55.399 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "type": "register_vocab"}
- 09:13:55.403 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "type": "register_vocab"}
- 09:13:55.406 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "type": "register_vocab"}
- 09:13:55.410 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "type": "register_vocab"}
- 09:13:55.415 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "type": "register_vocab"}
- 09:13:55.419 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "type": "register_vocab"}
- 09:13:55.423 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "type": "register_vocab"}
- 09:13:55.427 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "type": "register_vocab"}
- 09:13:55.432 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "optional": [], "name": "mycroft-pairing.mycroftai:PairingIntent", "at_least_one": []}, "type": "register_intent"}
- 09:13:55.436 - SKILLS - DEBUG - {"context": null, "data": {"modified": 1536738154.3299994, "id": "mycroft-pairing.mycroftai", "name": "PairingSkill", "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai"}, "type": "mycroft.skills.loaded"}
- 09:13:55.439 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "type": "register_vocab"}
- 09:13:55.443 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "type": "register_vocab"}
- 09:13:55.446 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "type": "register_vocab"}
- 09:13:55.449 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "type": "register_vocab"}
- 09:13:55.453 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "type": "register_vocab"}
- 09:13:55.457 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "type": "register_vocab"}
- 09:13:55.459 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "type": "register_vocab"}
- 09:13:55.463 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "type": "register_vocab"}
- 09:13:55.466 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "type": "register_vocab"}
- 09:13:55.470 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "type": "register_vocab"}
- 09:13:55.473 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "type": "register_vocab"}
- 09:13:55.476 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "type": "register_vocab"}
- 09:13:55.479 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "type": "register_vocab"}
- 09:13:55.482 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "type": "register_vocab"}
- 09:13:55.485 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "type": "register_vocab"}
- 09:13:55.488 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "type": "register_vocab"}
- 09:13:55.491 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "type": "register_vocab"}
- 09:13:55.494 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "type": "register_vocab"}
- 09:13:55.498 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "type": "register_vocab"}
- 09:13:55.501 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "type": "register_vocab"}
- 09:13:55.504 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "type": "register_vocab"}
- 09:13:55.507 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "type": "register_vocab"}
- 09:13:55.510 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "type": "register_vocab"}
- 09:13:55.513 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "type": "register_vocab"}
- 09:13:55.517 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "type": "register_vocab"}
- 09:13:55.520 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "type": "register_vocab"}
- 09:13:55.523 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "type": "register_vocab"}
- 09:13:55.527 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "type": "register_vocab"}
- 09:13:55.530 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "type": "register_vocab"}
- 09:13:55.534 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "type": "register_vocab"}
- 09:13:55.537 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "type": "register_vocab"}
- 09:13:55.540 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "type": "register_vocab"}
- 09:13:55.543 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "type": "register_vocab"}
- 09:13:55.546 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "type": "register_vocab"}
- 09:13:55.550 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
- 09:13:55.555 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "optional": [], "name": "mycroft-volume.mycroftai:QueryVolume", "at_least_one": []}, "type": "register_intent"}
- 09:13:55.559 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "optional": [], "name": "mycroft-volume.mycroftai:SetVolume", "at_least_one": []}, "type": "register_intent"}
- 09:13:55.563 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "optional": [], "name": "mycroft-volume.mycroftai:IncreaseVolume", "at_least_one": []}, "type": "register_intent"}
- 09:13:55.567 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "optional": [], "name": "mycroft-volume.mycroftai:DecreaseVolume", "at_least_one": []}, "type": "register_intent"}
- 09:13:55.571 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "optional": [], "name": "mycroft-volume.mycroftai:MuteVolume", "at_least_one": []}, "type": "register_intent"}
- 09:13:55.574 - SKILLS - DEBUG - {"context": null, "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "optional": [], "name": "mycroft-volume.mycroftai:UnmuteVolume", "at_least_one": []}, "type": "register_intent"}
- 09:13:55.578 - SKILLS - DEBUG - {"context": null, "data": {"modified": 1536743635.1499999, "id": "mycroft-volume.mycroftai", "name": "VolumeSkill", "path": "/opt/mycroft/skills/mycroft-volume.mycroftai"}, "type": "mycroft.skills.loaded"}
- 09:14:06.589 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:record_begin", "context": null}
- 09:14:08.494 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:record_end", "context": null}
- 09:14:08.509 - SKILLS - DEBUG - {"data": {"utterance": "hey mycroft", "session": "fab89ea4-8d26-43c5-93df-ee36c1f5dea0"}, "type": "recognizer_loop:wakeword", "context": null}
- 09:14:09.430 - SKILLS - DEBUG - {"data": {"utterances": ["pair my device"], "lang": "en-US", "session": "fab89ea4-8d26-43c5-93df-ee36c1f5dea0"}, "type": "recognizer_loop:utterance", "context": {"ident": "1536743648.5059826-1588297459", "client_name": "mycroft_listener"}}
- 09:14:09.466 - SKILLS - DEBUG - {"context": {"client_name": "mycroft_listener", "target": null, "ident": "1536743648.5059826-1588297459"}, "data": {"mycroft_pairing_mycroftaiPairingKeyword": "pair", "mycroft_pairing_mycroftaiDeviceKeyword": "device", "utterance": "pair my device", "__tags__": [{"from_context": false, "entities": [{"data": [["pair", "mycroft_pairing_mycroftaiPairingKeyword"]], "confidence": 1.0, "match": "pair", "key": "pair"}], "start_token": 0, "match": "pair", "key": "pair", "end_token": 0}, {"from_context": false, "entities": [{"data": [["device", "mycroft_pairing_mycroftaiDeviceKeyword"]], "confidence": 1.0, "match": "device", "key": "device"}], "start_token": 2, "match": "device", "key": "device", "end_token": 2}], "target": null, "intent_type": "mycroft-pairing.mycroftai:PairingIntent", "confidence": 1.0}, "type": "mycroft-pairing.mycroftai:PairingIntent"}
- 09:14:09.481 - SKILLS - DEBUG - {"context": {"client_name": "mycroft_listener", "target": null, "ident": "1536743648.5059826-1588297459"}, "data": {"name": "PairingSkill.handle_pairing"}, "type": "mycroft.skill.handler.start"}
- 09:14:09.490 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:14:09.506 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:14:09.540 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:14:09.550 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:14:09.858 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 09:14:09.868 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 09:14:09.924 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 09:14:09.936 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 09:14:10.012 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 09:14:10.026 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 09:14:10.082 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 09:14:10.096 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 09:14:10.402 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 09:14:10.481 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 09:14:10.493 - PairingSkill - DEBUG - Kicking off pairing sequence
- 09:14:10.498 - mycroft.identity:_update:80 - DEBUG - Updaing identity
- 09:14:10.506 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:14:10.515 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:14:10.917 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/code?state=17319b31-2f9f-479f-b09b-32c12cff2611 HTTP/1.1" 200 180
- 09:14:11.239 - SKILLS - DEBUG - {"context": {"client_name": "mycroft_listener", "target": null, "ident": "1536743648.5059826-1588297459"}, "data": {"utterance": "I'm connected to the internet and need to be activated. Open your browser and visit home dot mycroft dot A I to register this device.", "expect_response": false}, "type": "speak"}
- 09:14:11.248 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.deactivate"}
- 09:14:11.251 - SKILLS - DEBUG - {"context": null, "data": {"text": "home.mycroft.ai "}, "type": "enclosure.mouth.text"}
- 09:14:19.228 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_start", "data": {}}
- 09:14:19.286 - SKILLS - DEBUG - {"context": null, "type": "enclosure.mouth.viseme_list", "data": {"start": 1536743659.2514126, "visemes": [["4", 0.15], ["0", 0.27], ["4", 0.336], ["3", 0.41], ["0", 0.454], ["3", 0.513], ["0", 0.621], ["3", 0.734], ["3", 0.804], ["0", 0.867], ["3", 0.935], ["3", 1.032], ["0", 1.076], ["3", 1.134], ["0", 1.28], ["0", 1.34], ["3", 1.427], ["3", 1.504], ["2", 1.542], ["3", 1.607], ["0", 1.706], ["3", 1.777], ["0", 1.817], ["3", 1.932], ["3", 1.989], ["3", 2.032], ["0", 2.158], ["3", 2.226], ["3", 2.315], ["0", 2.342], ["4", 2.404], ["0", 2.527], ["0", 2.667], ["3", 2.729], ["3", 2.812], ["0", 2.855], ["5", 2.914], ["0", 3.04], ["3", 3.125], ["0", 3.199], ["3", 3.351], ["4", 3.483], ["4", 0.166], ["2", 0.295], ["4", 0.396], ["0", 0.453], ["3", 0.549], ["0", 0.605], ["2", 0.697], ["2", 0.734], ["4", 0.807], ["2", 0.872], ["1", 1.008], ["3", 1.096], ["2", 1.222], ["0", 1.296], ["3", 1.387], ["3", 1.418], ["5", 1.489], ["0", 1.548], ["3", 1.622], ["0", 1.714], ["3", 1.777], ["0", 1.871], ["2", 2.032], ["4", 2.161], ["3", 2.223], ["0", 2.369], ["3", 2.405], ["4", 2.474], ["0", 2.609], ["3", 2.722], ["2", 2.824], ["6", 2.878], ["5", 2.972], ["3", 3.026], ["3", 3.063], ["0", 3.171], ["3", 3.269], ["0", 3.419], ["0", 3.588], ["3", 3.691], ["0", 3.724], ["2", 3.881], ["0", 3.928], ["3", 4.014], ["0", 4.047], ["3", 4.172], ["3", 4.223], ["2", 4.291], ["3", 4.352], ["0", 4.416], ["3", 4.544], ["3", 4.621], ["0", 4.654], ["5", 4.723], ["0", 4.938], ["3", 5.003], ["4", 5.15]]}}
- 09:14:27.917 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_end", "data": {}}
- 09:14:28.006 - SKILLS - DEBUG - {"context": {"client_name": "mycroft_listener", "target": null, "ident": "1536743648.5059826-1588297459"}, "data": {"name": "PairingSkill.handle_pairing"}, "type": "mycroft.skill.handler.complete"}
- 09:14:28.025 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:14:28.040 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:14:28.381 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 09:14:28.391 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 09:14:28.536 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 09:14:28.549 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 09:14:28.936 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 09:14:38.001 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:14:38.010 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:14:38.410 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 09:14:38.422 - PairingSkill - INFO - Pairing code: VXRVMV
- 09:14:38.429 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.deactivate"}
- 09:14:38.432 - SKILLS - DEBUG - {"context": null, "data": {"text": "VXRVMV"}, "type": "enclosure.mouth.text"}
- 09:14:38.455 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "Register this device with the code 'V' as in Victor. 'X' as in X-Ray. 'R' as in Romeo. 'V' as in Victor. 'M' as in Mike. 'V' as in Victor", "expect_response": false}, "type": "speak"}
- 09:14:43.137 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_start", "data": {}}
- 09:14:43.184 - SKILLS - DEBUG - {"context": null, "type": "enclosure.mouth.viseme_list", "data": {"start": 1536743683.1505835, "visemes": [["4", 0.212], ["2", 0.304], ["0", 0.345], ["3", 0.441], ["0", 0.47], ["3", 0.612], ["3", 0.655], ["2", 0.723], ["3", 0.788], ["0", 0.846], ["3", 0.965], ["3", 1.043], ["0", 1.082], ["5", 1.144], ["0", 1.33], ["3", 1.444], ["2", 1.516], ["0", 1.583], ["3", 1.699], ["3", 1.767], ["0", 1.88], ["3", 1.995], ["2", 2.152], ["3", 2.246], ["5", 2.321], ["0", 2.546], ["4", 2.693], ["0", 2.79], ["3", 2.879], ["0", 2.953], ["3", 3.035], ["5", 3.089], ["0", 3.186], ["3", 3.268], ["3", 3.343], ["2", 3.425], ["4", 3.597], ["4", 0.173], ["0", 0.296], ["3", 0.372], ["3", 0.481], ["4", 0.567], ["0", 0.668], ["3", 0.753], ["0", 0.827], ["3", 0.878], ["0", 1.012], ["3", 1.097], ["3", 1.186], ["2", 1.244], ["0", 1.362], ["4", 1.491], ["4", 0.168], ["0", 0.408], ["2", 0.43], ["4", 0.578], ["0", 0.688], ["3", 0.774], ["0", 0.847], ["3", 0.947], ["2", 1.07], ["2", 1.141], ["4", 1.213], ["0", 1.327], ["2", 1.515], ["4", 1.796], ["4", 0.204], ["5", 0.278], ["0", 0.483], ["4", 0.63], ["0", 0.731], ["3", 0.817], ["0", 0.89], ["3", 0.972], ["5", 1.027], ["0", 1.123], ["3", 1.206], ["3", 1.28], ["2", 1.363], ["4", 1.534], ["4", 0.178], ["0", 0.272], ["4", 0.408], ["4", 0.545], ["0", 0.656], ["3", 0.742], ["0", 0.819], ["3", 0.912], ["4", 0.979], ["0", 1.164], ["3", 1.254], ["4", 1.368], ["4", 0.204], ["5", 0.278], ["0", 0.483], ["4", 0.63], ["0", 0.731], ["3", 0.817], ["0", 0.89], ["3", 0.972], ["5", 1.027], ["0", 1.123], ["3", 1.206], ["3", 1.28], ["2", 1.363], ["4", 1.534]]}}
- 09:14:48.445 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:14:48.454 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:14:48.811 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 09:14:54.597 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_end", "data": {}}
- 09:14:58.832 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:14:58.847 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:14:59.198 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 09:15:09.214 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:15:09.223 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:15:09.646 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 200 273
- 09:15:09.660 - mycroft.identity:save:64 - DEBUG - Saving identity
- 09:15:09.663 - mycroft.identity:_update:80 - DEBUG - Updaing identity
- 09:15:09.679 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.activate"}
- 09:15:09.693 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "Now I am ready for use. Try asking me things like \"hey mycroft, what's the weather\", \"hey mycroft, tell me about abraham lincoln\", or \"hey mycroft, play the news\". If you need to stop me talking at any time, just push my button.", "expect_response": false}, "type": "speak"}
- 09:15:16.029 - SKILLS - DEBUG - {"context": null, "type": "enclosure.eyes.blink", "data": {"side": "b"}}
- 09:15:16.035 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_start", "data": {}}
- 09:15:16.074 - SKILLS - DEBUG - {"context": null, "type": "enclosure.mouth.viseme_list", "data": {"start": 1536743716.0464647, "visemes": [["4", 0.208], ["3", 0.282], ["1", 0.562], ["0", 0.695], ["0", 0.813], ["4", 0.893], ["2", 1.014], ["0", 1.072], ["3", 1.138], ["0", 1.245], ["5", 1.362], ["6", 1.501], ["2", 1.527], ["0", 1.66], ["2", 1.78], ["3", 1.861], ["4", 2.005], ["4", 0.141], ["3", 0.23], ["2", 0.354], ["0", 0.492], ["0", 0.601], ["3", 0.734], ["3", 0.774], ["0", 0.805], ["3", 0.95], ["4", 0.996], ["0", 1.1], ["3", 1.237], ["0", 1.279], ["3", 1.425], ["3", 1.493], ["3", 1.55], ["0", 1.692], ["3", 1.778], ["0", 1.878], ["0", 1.997], ["4", 2.102], ["0", 2.266], ["3", 2.371], ["2", 2.479], ["6", 2.533], ["5", 2.61], ["3", 2.723], ["4", 2.879], ["2", 2.991], ["0", 3.047], ["3", 3.103], ["3", 3.207], ["3", 3.26], ["0", 3.354], ["2", 3.47], ["0", 3.534], ["3", 3.578], ["2", 3.658], ["0", 3.743], ["0", 3.863], ["4", 3.973], ["0", 4.141], ["3", 4.237], ["2", 4.348], ["6", 4.426], ["5", 4.515], ["3", 4.609], ["4", 4.743], ["3", 4.813], ["0", 4.872], ["3", 4.982], ["4", 5.048], ["0", 5.164], ["0", 5.23], ["4", 5.295], ["1", 5.491], ["3", 5.575], ["0", 5.732], ["4", 5.795], ["2", 5.852], ["0", 5.894], ["0", 5.976], ["0", 6.084], ["4", 6.164], ["3", 6.228], ["0", 6.287], ["3", 6.394], ["3", 6.472], ["0", 6.513], ["3", 6.596], ["6", 6.785], ["2", 6.808], ["0", 6.903], ["0", 7.024], ["4", 7.129], ["0", 7.29], ["3", 7.379], ["2", 7.485], ["6", 7.526], ["5", 7.595], ["3", 7.684], ["4", 7.803], ["4", 7.896], ["3", 7.929], ["0", 8.086], ["3", 8.156], ["0", 8.265], ["3", 8.339], ["2", 8.521], ["3", 8.63], ["0", 8.72], ["5", 8.793], ["0", 8.91], ["2", 8.937], ["3", 9.01], ["0", 9.136], ["3", 9.207], ["3", 9.3], ["0", 9.33], ["3", 9.446], ["3", 9.479], ["0", 9.584], ["4", 9.636], ["4", 9.694], ["0", 9.804], ["3", 9.903], ["6", 10.06], ["3", 10.167], ["0", 10.193], ["3", 10.314], ["0", 10.463], ["3", 10.566], ["0", 10.659], ["3", 10.698], ["0", 10.79], ["3", 10.898], ["0", 11.134], ["4", 11.279], ["4", 11.418], ["3", 11.518], ["0", 11.579], ["3", 11.683], ["3", 11.712], ["4", 11.779], ["2", 11.893], ["3", 12.0], ["4", 12.048], ["0", 12.164], ["4", 12.252], ["0", 12.336], ["3", 12.436], ["0", 12.486], ["3", 12.592], ["4", 12.879]]}}
- 09:15:30.987 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_end", "data": {}}
- 09:15:30.998 - SKILLS - DEBUG - {"context": null, "type": "enclosure.eyes.blink", "data": {"side": "b"}}
- 09:15:31.097 - SKILLS - DEBUG - {"context": null, "data": {"uuid": "55f31f85-69e5-4b57-a598-4ad21691fca4", "expiration": 86400, "refreshToken": "NLic082IIoU85PPryoAmGCl3VC6BQXGDXsTi8ttRvJ5zlQTLYQEOCVFF8MO84XRdUgRgIm2Kc/KQ9Tm2IAEJJ.", "accessToken": "r3YVPiywqXK62vMXbK20hqk/4ThiJWwVbRgEDfX2Ew0L3NE/NZ8pKy1NDaoMLMnvabxm/w.z5d5JYYMcFtcIb."}, "type": "mycroft.paired"}
- 09:15:31.103 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "mycroft.mic.unmute"}
- 09:15:31.110 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "configuration.updated"}
- 09:15:31.119 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 09:15:31.136 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:15:31.597 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4 HTTP/1.1" 200 360
- 09:15:31.618 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:15:32.093 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/setting HTTP/1.1" 200 3040
- 09:15:32.118 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:15:32.530 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/location HTTP/1.1" 200 4
- 09:15:32.558 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 09:15:32.562 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 09:15:59.897 - SKILLS - DEBUG - {"data": {}, "type": "skillmanager.list", "context": null}
- 09:15:59.906 - SKILLS - DEBUG - {"context": null, "data": {"mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}, "mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}}, "type": "mycroft.skills.list"}
- 09:16:35.077 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 09:16:35.093 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 09:16:35.098 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 09:16:35.105 - mycroft.messagebus.client.ws:on_error:74 - WARNING - Could not send message because connection has closed
- 09:16:35.128 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 09:16:35.142 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
- 09:16:35.147 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
- 09:16:35.153 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 09:16:35.158 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 09:16:35.163 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 09:16:35.168 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 09:16:35.173 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 09:16:35.178 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 09:16:35.183 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 09:16:35.188 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 09:16:35.193 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 09:16:35.201 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 09:16:35.205 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 09:16:35.210 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 09:16:35.215 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- 09:16:35.221 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
- 09:16:35.227 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 09:16:35.232 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 09:16:35.236 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 09:16:35.242 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 09:16:35.248 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 09:16:35.253 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 09:16:35.257 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 09:16:35.263 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 09:16:35.268 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 09:16:35.273 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
- callback(self, *args)
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
- self.emitter.emit("open")
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
- skill_manager.load_priority()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
- skill = skills[skill_name]
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
- "__main__", mod_spec)
- File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
- exec(code, run_globals)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
- main()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
- shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
- skill_manager.join()
- File "/usr/lib/python3.5/threading.py", line 1049, in join
- raise RuntimeError("cannot join thread before it is started")
- RuntimeError: cannot join thread before it is started
- 09:32:42.494 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 09:32:42.508 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 09:32:42.910 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 09:32:42.992 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 09:32:43.068 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 09:32:43.146 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 09:32:43.228 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 09:32:43.248 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:32:43.681 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4 HTTP/1.1" 200 360
- 09:32:43.772 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 09:32:43.845 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 09:32:43.915 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 09:32:43.924 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:32:44.305 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/setting HTTP/1.1" 200 3040
- 09:32:44.324 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 09:32:44.732 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/location HTTP/1.1" 200 4
- 09:32:44.884 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 09:32:44.977 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 09:32:45.026 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 09:32:45.101 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:32:45.117 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:32:45.946 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:32:45.990 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:32:46.017 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 09:32:46.049 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 09:32:46.065 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 09:32:46.083 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 09:32:46.101 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 09:32:46.134 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 09:32:46.176 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 09:32:46.193 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 09:32:46.321 - VolumeSkill - INFO - ********** Reeg handlers
- 09:32:46.330 - VolumeSkill - INFO - ********** Handlers registered
- 09:32:46.338 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 09:32:46.340 - root - ERROR - 'skill-hello-world'
- 09:32:46.343 - SKILLS - DEBUG - {"data": {}, "type": "connected", "context": null}
- 09:32:46.347 - SKILLS - DEBUG - {"data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 09:32:46.350 - SKILLS - DEBUG - {"data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 09:32:46.355 - SKILLS - DEBUG - {"data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 09:32:46.358 - SKILLS - DEBUG - {"data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 09:32:46.363 - SKILLS - DEBUG - {"data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 09:32:46.367 - SKILLS - DEBUG - {"data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
- 09:32:46.371 - SKILLS - DEBUG - {"data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
- 09:32:46.375 - SKILLS - DEBUG - {"data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
- 09:32:46.380 - SKILLS - DEBUG - {"data": {"requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "at_least_one": [], "name": "mycroft-pairing.mycroftai:PairingIntent", "optional": []}, "type": "register_intent", "context": null}
- 09:32:46.386 - SKILLS - DEBUG - {"data": {"name": "PairingSkill", "modified": 1536738154.3299994, "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai", "id": "mycroft-pairing.mycroftai"}, "type": "mycroft.skills.loaded", "context": null}
- 09:32:46.390 - SKILLS - DEBUG - {"data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
- 09:32:46.394 - SKILLS - DEBUG - {"data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
- 09:32:46.399 - SKILLS - DEBUG - {"data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
- 09:32:46.404 - SKILLS - DEBUG - {"data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 09:32:46.408 - SKILLS - DEBUG - {"data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 09:32:46.411 - SKILLS - DEBUG - {"data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 09:32:46.416 - SKILLS - DEBUG - {"data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 09:32:46.420 - SKILLS - DEBUG - {"data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 09:32:46.424 - SKILLS - DEBUG - {"data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
- 09:32:46.427 - SKILLS - DEBUG - {"data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
- 09:32:46.429 - SKILLS - DEBUG - {"data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
- 09:32:46.435 - SKILLS - DEBUG - {"data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.438 - SKILLS - DEBUG - {"data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.441 - SKILLS - DEBUG - {"data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.445 - SKILLS - DEBUG - {"data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.448 - SKILLS - DEBUG - {"data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.450 - SKILLS - DEBUG - {"data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.453 - SKILLS - DEBUG - {"data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.455 - SKILLS - DEBUG - {"data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.457 - SKILLS - DEBUG - {"data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.459 - SKILLS - DEBUG - {"data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.466 - SKILLS - DEBUG - {"data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.470 - SKILLS - DEBUG - {"data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.474 - SKILLS - DEBUG - {"data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.477 - SKILLS - DEBUG - {"data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.480 - SKILLS - DEBUG - {"data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 09:32:46.483 - SKILLS - DEBUG - {"data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 09:32:46.487 - SKILLS - DEBUG - {"data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 09:32:46.490 - SKILLS - DEBUG - {"data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 09:32:46.493 - SKILLS - DEBUG - {"data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 09:32:46.496 - SKILLS - DEBUG - {"data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 09:32:46.500 - SKILLS - DEBUG - {"data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 09:32:46.504 - SKILLS - DEBUG - {"data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab", "context": null}
- 09:32:46.507 - SKILLS - DEBUG - {"data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab", "context": null}
- 09:32:46.510 - SKILLS - DEBUG - {"data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab", "context": null}
- 09:32:46.514 - SKILLS - DEBUG - {"data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "at_least_one": [], "name": "mycroft-volume.mycroftai:QueryVolume", "optional": []}, "type": "register_intent", "context": null}
- 09:32:46.519 - SKILLS - DEBUG - {"data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "at_least_one": [], "name": "mycroft-volume.mycroftai:SetVolume", "optional": []}, "type": "register_intent", "context": null}
- 09:32:46.523 - SKILLS - DEBUG - {"data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "at_least_one": [], "name": "mycroft-volume.mycroftai:IncreaseVolume", "optional": []}, "type": "register_intent", "context": null}
- 09:32:46.527 - SKILLS - DEBUG - {"data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "at_least_one": [], "name": "mycroft-volume.mycroftai:DecreaseVolume", "optional": []}, "type": "register_intent", "context": null}
- 09:32:46.531 - SKILLS - DEBUG - {"data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "at_least_one": [], "name": "mycroft-volume.mycroftai:MuteVolume", "optional": []}, "type": "register_intent", "context": null}
- 09:32:46.535 - SKILLS - DEBUG - {"data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "at_least_one": [], "name": "mycroft-volume.mycroftai:UnmuteVolume", "optional": []}, "type": "register_intent", "context": null}
- 09:32:46.538 - SKILLS - DEBUG - {"data": {"name": "VolumeSkill", "modified": 1536743635.1499999, "path": "/opt/mycroft/skills/mycroft-volume.mycroftai", "id": "mycroft-volume.mycroftai"}, "type": "mycroft.skills.loaded", "context": null}
- 09:33:02.629 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 09:33:02.635 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 09:33:02.641 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 09:33:02.645 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 09:33:02.650 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 09:33:02.655 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 09:33:02.665 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 09:33:02.671 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 09:33:02.677 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 09:33:02.688 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 09:33:02.694 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 09:33:02.700 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 09:33:02.706 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 09:33:02.712 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 09:33:02.718 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 09:33:02.725 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 09:33:02.732 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 09:33:02.740 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 09:33:02.746 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 09:33:02.753 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 09:33:02.760 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 09:33:02.770 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 09:33:02.776 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 09:33:02.783 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 09:33:02.789 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 09:33:02.796 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
- callback(self, *args)
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
- self.emitter.emit("open")
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
- skill_manager.load_priority()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
- skill = skills[skill_name]
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
- "__main__", mod_spec)
- File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
- exec(code, run_globals)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
- main()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
- shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
- skill_manager.join()
- File "/usr/lib/python3.5/threading.py", line 1049, in join
- raise RuntimeError("cannot join thread before it is started")
- RuntimeError: cannot join thread before it is started
- 11:05:33.034 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:05:33.066 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:05:33.550 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:05:33.645 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:05:33.737 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:05:33.842 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:05:33.943 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:05:33.963 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:05:34.348 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4 HTTP/1.1" 200 360
- 11:05:34.451 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:05:34.536 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:05:34.625 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:05:34.635 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:05:35.038 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/setting HTTP/1.1" 200 3040
- 11:05:35.056 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:05:35.470 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/location HTTP/1.1" 200 4
- 11:05:35.583 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:05:35.672 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:05:35.710 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 11:05:35.889 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:05:35.913 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:05:36.974 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:05:37.044 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:05:37.080 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:05:37.131 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 11:05:37.151 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 11:05:37.177 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 11:05:37.204 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 11:05:37.285 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 11:05:37.368 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 11:05:37.406 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 11:05:37.715 - VolumeSkill - INFO - ********** Reeg handlers
- 11:05:37.723 - VolumeSkill - INFO - ********** Handlers registered
- 11:05:37.728 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 11:05:37.731 - root - ERROR - 'skill-hello-world'
- 11:05:37.734 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "connected"}
- 11:05:37.737 - SKILLS - DEBUG - {"data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 11:05:37.740 - SKILLS - DEBUG - {"data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 11:05:37.757 - SKILLS - DEBUG - {"data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 11:05:37.762 - SKILLS - DEBUG - {"data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 11:05:37.767 - SKILLS - DEBUG - {"data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
- 11:05:37.771 - SKILLS - DEBUG - {"data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
- 11:05:37.775 - SKILLS - DEBUG - {"data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
- 11:05:37.779 - SKILLS - DEBUG - {"data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
- 11:05:37.783 - SKILLS - DEBUG - {"data": {"optional": [], "name": "mycroft-pairing.mycroftai:PairingIntent", "at_least_one": [], "requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]]}, "type": "register_intent", "context": null}
- 11:05:37.787 - SKILLS - DEBUG - {"data": {"id": "mycroft-pairing.mycroftai", "modified": 1536738154.3299994, "name": "PairingSkill", "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai"}, "type": "mycroft.skills.loaded", "context": null}
- 11:05:37.791 - SKILLS - DEBUG - {"data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
- 11:05:37.795 - SKILLS - DEBUG - {"data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
- 11:05:37.799 - SKILLS - DEBUG - {"data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
- 11:05:37.802 - SKILLS - DEBUG - {"data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 11:05:37.806 - SKILLS - DEBUG - {"data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 11:05:37.809 - SKILLS - DEBUG - {"data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 11:05:37.813 - SKILLS - DEBUG - {"data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 11:05:37.817 - SKILLS - DEBUG - {"data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
- 11:05:37.820 - SKILLS - DEBUG - {"data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
- 11:05:37.824 - SKILLS - DEBUG - {"data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
- 11:05:37.826 - SKILLS - DEBUG - {"data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
- 11:05:37.829 - SKILLS - DEBUG - {"data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.832 - SKILLS - DEBUG - {"data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.835 - SKILLS - DEBUG - {"data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.838 - SKILLS - DEBUG - {"data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.841 - SKILLS - DEBUG - {"data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.844 - SKILLS - DEBUG - {"data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.848 - SKILLS - DEBUG - {"data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.850 - SKILLS - DEBUG - {"data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.853 - SKILLS - DEBUG - {"data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.856 - SKILLS - DEBUG - {"data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.859 - SKILLS - DEBUG - {"data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.862 - SKILLS - DEBUG - {"data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.865 - SKILLS - DEBUG - {"data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.868 - SKILLS - DEBUG - {"data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.871 - SKILLS - DEBUG - {"data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
- 11:05:37.874 - SKILLS - DEBUG - {"data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 11:05:37.877 - SKILLS - DEBUG - {"data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 11:05:37.880 - SKILLS - DEBUG - {"data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 11:05:37.883 - SKILLS - DEBUG - {"data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 11:05:37.886 - SKILLS - DEBUG - {"data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 11:05:37.889 - SKILLS - DEBUG - {"data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
- 11:05:37.892 - SKILLS - DEBUG - {"data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab", "context": null}
- 11:05:37.896 - SKILLS - DEBUG - {"data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab", "context": null}
- 11:05:37.900 - SKILLS - DEBUG - {"data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab", "context": null}
- 11:05:37.906 - SKILLS - DEBUG - {"data": {"optional": [], "name": "mycroft-volume.mycroftai:QueryVolume", "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]]}, "type": "register_intent", "context": null}
- 11:05:37.910 - SKILLS - DEBUG - {"data": {"optional": [], "name": "mycroft-volume.mycroftai:SetVolume", "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]]}, "type": "register_intent", "context": null}
- 11:05:37.913 - SKILLS - DEBUG - {"data": {"optional": [], "name": "mycroft-volume.mycroftai:IncreaseVolume", "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]]}, "type": "register_intent", "context": null}
- 11:05:37.918 - SKILLS - DEBUG - {"data": {"optional": [], "name": "mycroft-volume.mycroftai:DecreaseVolume", "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]]}, "type": "register_intent", "context": null}
- 11:05:37.922 - SKILLS - DEBUG - {"data": {"optional": [], "name": "mycroft-volume.mycroftai:MuteVolume", "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]]}, "type": "register_intent", "context": null}
- 11:05:37.926 - SKILLS - DEBUG - {"data": {"optional": [], "name": "mycroft-volume.mycroftai:UnmuteVolume", "at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]]}, "type": "register_intent", "context": null}
- 11:05:37.929 - SKILLS - DEBUG - {"data": {"id": "mycroft-volume.mycroftai", "modified": 1536743635.1499999, "name": "VolumeSkill", "path": "/opt/mycroft/skills/mycroft-volume.mycroftai"}, "type": "mycroft.skills.loaded", "context": null}
- 11:06:04.831 - SKILLS - DEBUG - {"data": {}, "type": "skillmanager.list", "context": null}
- 11:06:04.839 - SKILLS - DEBUG - {"data": {"mycroft-volume.mycroftai": {"id": "mycroft-volume.mycroftai", "active": true}, "mycroft-pairing.mycroftai": {"id": "mycroft-pairing.mycroftai", "active": true}}, "type": "mycroft.skills.list", "context": null}
- 11:07:24.524 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:07:24.530 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:07:24.552 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:07:24.563 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:07:24.575 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:07:24.585 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:07:24.596 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 11:07:24.608 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 11:07:24.619 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 11:07:24.633 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:07:24.639 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:07:24.645 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:07:24.651 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:07:24.657 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:07:24.663 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:07:24.669 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 11:07:24.677 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 11:07:24.683 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 11:07:24.689 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 11:07:24.695 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 11:07:24.703 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 11:07:24.711 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 11:07:24.716 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 11:07:24.722 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 11:07:24.728 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 11:07:24.734 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
- callback(self, *args)
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
- self.emitter.emit("open")
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
- skill_manager.load_priority()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
- skill = skills[skill_name]
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
- "__main__", mod_spec)
- File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
- exec(code, run_globals)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
- main()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
- shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
- skill_manager.join()
- File "/usr/lib/python3.5/threading.py", line 1049, in join
- raise RuntimeError("cannot join thread before it is started")
- RuntimeError: cannot join thread before it is started
- 11:32:20.957 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:32:20.975 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:32:21.596 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:32:21.684 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:32:21.766 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:32:21.848 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:32:21.933 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:32:21.952 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:32:22.363 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4 HTTP/1.1" 200 360
- 11:32:22.461 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:32:22.542 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:32:22.623 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:32:22.632 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:32:23.095 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/setting HTTP/1.1" 200 3040
- 11:32:23.112 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:32:23.500 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/location HTTP/1.1" 200 4
- 11:32:23.614 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:32:23.697 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:32:23.745 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 11:32:23.816 - git.cmd - DEBUG - Popen(['git', 'clone', '-v', 'https://github.com/MycroftAI/mycroft-skills', '/opt/mycroft/.skills-repo'], cwd=/home/pi/mycroft-core, universal_newlines=True, shell=None)
- 11:32:27.961 - git.repo.base - DEBUG - Cmd(['git', 'clone', '-v', 'https://github.com/MycroftAI/mycroft-skills', '/opt/mycroft/.skills-repo'])'s unused stdout:
- 11:32:27.986 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:32:28.001 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:32:28.873 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:32:28.901 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:32:28.926 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:32:28.956 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 11:32:28.972 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 11:32:28.988 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 11:32:29.003 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 11:32:29.038 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 11:32:29.080 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 11:32:29.095 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 11:32:29.221 - VolumeSkill - INFO - ********** Reeg handlers
- 11:32:29.231 - VolumeSkill - INFO - ********** Handlers registered
- 11:32:29.239 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 11:32:29.242 - root - ERROR - 'skill-hello-world'
- 11:32:29.246 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "connected"}
- 11:32:29.249 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "context": null}
- 11:32:29.252 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "context": null}
- 11:32:29.255 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "context": null}
- 11:32:29.258 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "context": null}
- 11:32:29.261 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "context": null}
- 11:32:29.271 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "context": null}
- 11:32:29.274 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "context": null}
- 11:32:29.277 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "context": null}
- 11:32:29.282 - SKILLS - DEBUG - {"type": "register_intent", "data": {"requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "optional": [], "at_least_one": [], "name": "mycroft-pairing.mycroftai:PairingIntent"}, "context": null}
- 11:32:29.289 - SKILLS - DEBUG - {"type": "mycroft.skills.loaded", "data": {"name": "PairingSkill", "id": "mycroft-pairing.mycroftai", "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai", "modified": 1536738154.3299994}, "context": null}
- 11:32:29.294 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "context": null}
- 11:32:29.297 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "context": null}
- 11:32:29.306 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "context": null}
- 11:32:29.310 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "context": null}
- 11:32:29.318 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "context": null}
- 11:32:29.328 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "context": null}
- 11:32:29.332 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "context": null}
- 11:32:29.336 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "context": null}
- 11:32:29.340 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "context": null}
- 11:32:29.345 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "context": null}
- 11:32:29.349 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "context": null}
- 11:32:29.352 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "context": null}
- 11:32:29.356 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "context": null}
- 11:32:29.360 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "context": null}
- 11:32:29.363 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "context": null}
- 11:32:29.367 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "context": null}
- 11:32:29.371 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "context": null}
- 11:32:29.374 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "context": null}
- 11:32:29.377 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "context": null}
- 11:32:29.380 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "context": null}
- 11:32:29.384 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "context": null}
- 11:32:29.388 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "context": null}
- 11:32:29.393 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "context": null}
- 11:32:29.398 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "context": null}
- 11:32:29.401 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "context": null}
- 11:32:29.406 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "context": null}
- 11:32:29.409 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "context": null}
- 11:32:29.412 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "context": null}
- 11:32:29.416 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "context": null}
- 11:32:29.419 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "context": null}
- 11:32:29.422 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "context": null}
- 11:32:29.425 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "context": null}
- 11:32:29.428 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "context": null}
- 11:32:29.432 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "context": null}
- 11:32:29.435 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "context": null}
- 11:32:29.440 - SKILLS - DEBUG - {"type": "register_intent", "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "optional": [], "at_least_one": [], "name": "mycroft-volume.mycroftai:QueryVolume"}, "context": null}
- 11:32:29.443 - SKILLS - DEBUG - {"type": "register_intent", "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "optional": [], "at_least_one": [], "name": "mycroft-volume.mycroftai:SetVolume"}, "context": null}
- 11:32:29.447 - SKILLS - DEBUG - {"type": "register_intent", "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "optional": [], "at_least_one": [], "name": "mycroft-volume.mycroftai:IncreaseVolume"}, "context": null}
- 11:32:29.451 - SKILLS - DEBUG - {"type": "register_intent", "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "optional": [], "at_least_one": [], "name": "mycroft-volume.mycroftai:DecreaseVolume"}, "context": null}
- 11:32:29.454 - SKILLS - DEBUG - {"type": "register_intent", "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "optional": [], "at_least_one": [], "name": "mycroft-volume.mycroftai:MuteVolume"}, "context": null}
- 11:32:29.458 - SKILLS - DEBUG - {"type": "register_intent", "data": {"requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "optional": [], "at_least_one": [], "name": "mycroft-volume.mycroftai:UnmuteVolume"}, "context": null}
- 11:32:29.461 - SKILLS - DEBUG - {"type": "mycroft.skills.loaded", "data": {"name": "VolumeSkill", "id": "mycroft-volume.mycroftai", "path": "/opt/mycroft/skills/mycroft-volume.mycroftai", "modified": 1536743635.1499999}, "context": null}
- 11:32:39.390 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "skillmanager.list"}
- 11:32:39.398 - SKILLS - DEBUG - {"type": "mycroft.skills.list", "data": {"mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}, "mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}}, "context": null}
- 11:32:51.361 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:32:51.368 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:32:51.373 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:32:51.391 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:32:51.410 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:32:51.416 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:32:51.433 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 11:32:51.457 - mycroft.messagebus.client.ws:on_error:74 - WARNING - Could not send message because connection has closed
- 11:32:51.458 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 11:32:51.463 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
- 11:32:51.469 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 11:32:51.475 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
- 11:32:51.483 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
- 11:32:51.499 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:32:51.508 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:32:51.530 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:32:51.535 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:32:51.540 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:32:51.544 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:32:51.549 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 11:32:51.554 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 11:32:51.559 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 11:32:51.563 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 11:32:51.569 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 11:32:51.574 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 11:32:51.578 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 11:32:51.583 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 11:32:51.588 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 11:32:51.593 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 11:32:51.597 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- 11:32:51.603 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
- callback(self, *args)
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
- self.emitter.emit("open")
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
- skill_manager.load_priority()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
- skill = skills[skill_name]
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
- "__main__", mod_spec)
- File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
- exec(code, run_globals)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
- main()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
- shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
- skill_manager.join()
- File "/usr/lib/python3.5/threading.py", line 1049, in join
- raise RuntimeError("cannot join thread before it is started")
- RuntimeError: cannot join thread before it is started
- 11:34:03.874 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:34:03.896 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:34:04.592 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:34:04.687 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:34:04.778 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:34:04.864 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:34:04.951 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:34:04.972 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:34:05.383 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4 HTTP/1.1" 200 360
- 11:34:05.476 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:34:05.553 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:34:05.633 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:34:05.642 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:34:06.078 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/setting HTTP/1.1" 200 3040
- 11:34:06.096 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:34:06.555 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/location HTTP/1.1" 200 4
- 11:34:06.655 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:34:06.738 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:34:06.778 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 11:34:06.855 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:34:06.869 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:34:07.572 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:34:07.599 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:34:07.622 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:34:07.653 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 11:34:07.669 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 11:34:07.684 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 11:34:07.718 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 11:34:07.755 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 11:34:07.797 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 11:34:07.811 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 11:34:07.985 - VolumeSkill - INFO - ********** Reeg handlers
- 11:34:08.007 - VolumeSkill - INFO - ********** Handlers registered
- 11:34:08.025 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 11:34:08.036 - root - ERROR - 'skill-hello-world'
- 11:34:08.040 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "connected"}
- 11:34:08.049 - SKILLS - DEBUG - {"context": null, "data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:34:08.057 - SKILLS - DEBUG - {"context": null, "data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:34:08.062 - SKILLS - DEBUG - {"context": null, "data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:34:08.068 - SKILLS - DEBUG - {"context": null, "data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:34:08.075 - SKILLS - DEBUG - {"context": null, "data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:34:08.079 - SKILLS - DEBUG - {"context": null, "data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
- 11:34:08.083 - SKILLS - DEBUG - {"context": null, "data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
- 11:34:08.087 - SKILLS - DEBUG - {"context": null, "data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
- 11:34:08.092 - SKILLS - DEBUG - {"context": null, "data": {"name": "mycroft-pairing.mycroftai:PairingIntent", "at_least_one": [], "optional": [], "requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]]}, "type": "register_intent"}
- 11:34:08.098 - SKILLS - DEBUG - {"context": null, "data": {"name": "PairingSkill", "modified": 1536738154.3299994, "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai", "id": "mycroft-pairing.mycroftai"}, "type": "mycroft.skills.loaded"}
- 11:34:08.101 - SKILLS - DEBUG - {"context": null, "data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
- 11:34:08.105 - SKILLS - DEBUG - {"context": null, "data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
- 11:34:08.108 - SKILLS - DEBUG - {"context": null, "data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
- 11:34:08.111 - SKILLS - DEBUG - {"context": null, "data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:34:08.115 - SKILLS - DEBUG - {"context": null, "data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:34:08.118 - SKILLS - DEBUG - {"context": null, "data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:34:08.121 - SKILLS - DEBUG - {"context": null, "data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:34:08.125 - SKILLS - DEBUG - {"context": null, "data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:34:08.128 - SKILLS - DEBUG - {"context": null, "data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
- 11:34:08.131 - SKILLS - DEBUG - {"context": null, "data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
- 11:34:08.135 - SKILLS - DEBUG - {"context": null, "data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
- 11:34:08.138 - SKILLS - DEBUG - {"context": null, "data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.141 - SKILLS - DEBUG - {"context": null, "data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.144 - SKILLS - DEBUG - {"context": null, "data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.147 - SKILLS - DEBUG - {"context": null, "data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.150 - SKILLS - DEBUG - {"context": null, "data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.154 - SKILLS - DEBUG - {"context": null, "data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.157 - SKILLS - DEBUG - {"context": null, "data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.160 - SKILLS - DEBUG - {"context": null, "data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.165 - SKILLS - DEBUG - {"context": null, "data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.170 - SKILLS - DEBUG - {"context": null, "data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.175 - SKILLS - DEBUG - {"context": null, "data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.180 - SKILLS - DEBUG - {"context": null, "data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.187 - SKILLS - DEBUG - {"context": null, "data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.191 - SKILLS - DEBUG - {"context": null, "data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.194 - SKILLS - DEBUG - {"context": null, "data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:34:08.197 - SKILLS - DEBUG - {"context": null, "data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:34:08.200 - SKILLS - DEBUG - {"context": null, "data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:34:08.203 - SKILLS - DEBUG - {"context": null, "data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:34:08.206 - SKILLS - DEBUG - {"context": null, "data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:34:08.211 - SKILLS - DEBUG - {"context": null, "data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:34:08.215 - SKILLS - DEBUG - {"context": null, "data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:34:08.218 - SKILLS - DEBUG - {"context": null, "data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab"}
- 11:34:08.221 - SKILLS - DEBUG - {"context": null, "data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab"}
- 11:34:08.224 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
- 11:34:08.230 - SKILLS - DEBUG - {"context": null, "data": {"name": "mycroft-volume.mycroftai:QueryVolume", "at_least_one": [], "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]]}, "type": "register_intent"}
- 11:34:08.234 - SKILLS - DEBUG - {"context": null, "data": {"name": "mycroft-volume.mycroftai:SetVolume", "at_least_one": [], "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]]}, "type": "register_intent"}
- 11:34:08.239 - SKILLS - DEBUG - {"context": null, "data": {"name": "mycroft-volume.mycroftai:IncreaseVolume", "at_least_one": [], "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]]}, "type": "register_intent"}
- 11:34:08.244 - SKILLS - DEBUG - {"context": null, "data": {"name": "mycroft-volume.mycroftai:DecreaseVolume", "at_least_one": [], "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]]}, "type": "register_intent"}
- 11:34:08.249 - SKILLS - DEBUG - {"context": null, "data": {"name": "mycroft-volume.mycroftai:MuteVolume", "at_least_one": [], "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]]}, "type": "register_intent"}
- 11:34:08.257 - SKILLS - DEBUG - {"context": null, "data": {"name": "mycroft-volume.mycroftai:UnmuteVolume", "at_least_one": [], "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]]}, "type": "register_intent"}
- 11:34:08.260 - SKILLS - DEBUG - {"context": null, "data": {"name": "VolumeSkill", "modified": 1536743635.1499999, "path": "/opt/mycroft/skills/mycroft-volume.mycroftai", "id": "mycroft-volume.mycroftai"}, "type": "mycroft.skills.loaded"}
- 11:34:18.638 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "skillmanager.list"}
- 11:34:18.647 - SKILLS - DEBUG - {"context": null, "data": {"mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}, "mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}}, "type": "mycroft.skills.list"}
- 11:41:39.948 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:41:39.955 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:41:39.962 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:41:39.968 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:41:39.974 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:41:39.980 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:41:39.986 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 11:41:39.992 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 11:41:39.998 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 11:41:40.009 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:41:40.015 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:41:40.022 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:41:40.028 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:41:40.034 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:41:40.041 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:41:40.049 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 11:41:40.054 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 11:41:40.060 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 11:41:40.066 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 11:41:40.072 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 11:41:40.078 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 11:41:40.086 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 11:41:40.092 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 11:41:40.098 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 11:41:40.106 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 11:41:40.112 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
- callback(self, *args)
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
- self.emitter.emit("open")
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
- skill_manager.load_priority()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
- skill = skills[skill_name]
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
- "__main__", mod_spec)
- File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
- exec(code, run_globals)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
- main()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
- shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
- skill_manager.join()
- File "/usr/lib/python3.5/threading.py", line 1049, in join
- raise RuntimeError("cannot join thread before it is started")
- RuntimeError: cannot join thread before it is started
- 11:41:51.453 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:41:51.468 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:41:51.870 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:41:51.950 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:41:52.032 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:41:52.107 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:41:52.184 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:41:52.203 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:41:52.577 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4 HTTP/1.1" 200 360
- 11:41:52.662 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:41:52.732 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:41:52.800 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:41:52.808 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:41:53.201 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/setting HTTP/1.1" 200 3040
- 11:41:53.232 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:41:53.639 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/location HTTP/1.1" 200 4
- 11:41:53.769 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:41:53.870 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:41:53.921 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 11:41:53.990 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:41:54.007 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:41:54.762 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:41:54.790 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:41:54.817 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:41:54.849 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 11:41:54.866 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 11:41:54.884 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 11:41:54.901 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 11:41:54.934 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 11:41:54.976 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 11:41:55.000 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 11:41:55.171 - VolumeSkill - INFO - ********** Reeg handlers
- 11:41:55.193 - VolumeSkill - INFO - ********** Handlers registered
- 11:41:55.200 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 11:41:55.202 - root - ERROR - 'skill-hello-world'
- 11:41:55.206 - SKILLS - DEBUG - {"context": null, "type": "connected", "data": {}}
- 11:41:55.208 - SKILLS - DEBUG - {"type": "enclosure.reset", "context": null, "data": {}}
- 11:41:55.211 - SKILLS - DEBUG - {"context": null, "data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:41:55.214 - SKILLS - DEBUG - {"context": null, "data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:41:55.219 - SKILLS - DEBUG - {"context": null, "data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:41:55.222 - SKILLS - DEBUG - {"context": null, "data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:41:55.225 - SKILLS - DEBUG - {"context": null, "data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
- 11:41:55.229 - SKILLS - DEBUG - {"context": null, "data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
- 11:41:55.233 - SKILLS - DEBUG - {"context": null, "data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
- 11:41:55.236 - SKILLS - DEBUG - {"context": null, "data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
- 11:41:55.241 - SKILLS - DEBUG - {"context": null, "data": {"at_least_one": [], "optional": [], "name": "mycroft-pairing.mycroftai:PairingIntent", "requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]]}, "type": "register_intent"}
- 11:41:55.245 - SKILLS - DEBUG - {"context": null, "data": {"id": "mycroft-pairing.mycroftai", "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai", "name": "PairingSkill", "modified": 1536738154.3299994}, "type": "mycroft.skills.loaded"}
- 11:41:55.248 - SKILLS - DEBUG - {"context": null, "data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
- 11:41:55.253 - SKILLS - DEBUG - {"context": null, "data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
- 11:41:55.256 - SKILLS - DEBUG - {"context": null, "data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
- 11:41:55.260 - SKILLS - DEBUG - {"context": null, "data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:41:55.263 - SKILLS - DEBUG - {"context": null, "data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:41:55.266 - SKILLS - DEBUG - {"context": null, "data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:41:55.270 - SKILLS - DEBUG - {"context": null, "data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:41:55.273 - SKILLS - DEBUG - {"context": null, "data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
- 11:41:55.276 - SKILLS - DEBUG - {"context": null, "data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
- 11:41:55.280 - SKILLS - DEBUG - {"context": null, "data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
- 11:41:55.283 - SKILLS - DEBUG - {"context": null, "data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
- 11:41:55.286 - SKILLS - DEBUG - {"context": null, "data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.290 - SKILLS - DEBUG - {"context": null, "data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.293 - SKILLS - DEBUG - {"context": null, "data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.295 - SKILLS - DEBUG - {"context": null, "data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.298 - SKILLS - DEBUG - {"context": null, "data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.301 - SKILLS - DEBUG - {"context": null, "data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.304 - SKILLS - DEBUG - {"context": null, "data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.307 - SKILLS - DEBUG - {"context": null, "data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.310 - SKILLS - DEBUG - {"context": null, "data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.313 - SKILLS - DEBUG - {"context": null, "data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.316 - SKILLS - DEBUG - {"context": null, "data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.319 - SKILLS - DEBUG - {"context": null, "data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.322 - SKILLS - DEBUG - {"context": null, "data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.325 - SKILLS - DEBUG - {"context": null, "data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.328 - SKILLS - DEBUG - {"context": null, "data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
- 11:41:55.331 - SKILLS - DEBUG - {"context": null, "data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:41:55.334 - SKILLS - DEBUG - {"context": null, "data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:41:55.337 - SKILLS - DEBUG - {"context": null, "data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:41:55.340 - SKILLS - DEBUG - {"context": null, "data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:41:55.343 - SKILLS - DEBUG - {"context": null, "data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:41:55.346 - SKILLS - DEBUG - {"context": null, "data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
- 11:41:55.349 - SKILLS - DEBUG - {"context": null, "data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab"}
- 11:41:55.352 - SKILLS - DEBUG - {"context": null, "data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab"}
- 11:41:55.356 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
- 11:41:55.360 - SKILLS - DEBUG - {"context": null, "data": {"at_least_one": [], "optional": [], "name": "mycroft-volume.mycroftai:QueryVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]]}, "type": "register_intent"}
- 11:41:55.364 - SKILLS - DEBUG - {"context": null, "data": {"at_least_one": [], "optional": [], "name": "mycroft-volume.mycroftai:SetVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]]}, "type": "register_intent"}
- 11:41:55.369 - SKILLS - DEBUG - {"context": null, "data": {"at_least_one": [], "optional": [], "name": "mycroft-volume.mycroftai:IncreaseVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]]}, "type": "register_intent"}
- 11:41:55.373 - SKILLS - DEBUG - {"context": null, "data": {"at_least_one": [], "optional": [], "name": "mycroft-volume.mycroftai:DecreaseVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]]}, "type": "register_intent"}
- 11:41:55.377 - SKILLS - DEBUG - {"context": null, "data": {"at_least_one": [], "optional": [], "name": "mycroft-volume.mycroftai:MuteVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]]}, "type": "register_intent"}
- 11:41:55.381 - SKILLS - DEBUG - {"context": null, "data": {"at_least_one": [], "optional": [], "name": "mycroft-volume.mycroftai:UnmuteVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]]}, "type": "register_intent"}
- 11:41:55.384 - SKILLS - DEBUG - {"context": null, "data": {"id": "mycroft-volume.mycroftai", "path": "/opt/mycroft/skills/mycroft-volume.mycroftai", "name": "VolumeSkill", "modified": 1536743635.1499999}, "type": "mycroft.skills.loaded"}
- 11:42:06.757 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "skillmanager.list"}
- 11:42:06.769 - SKILLS - DEBUG - {"context": null, "data": {"mycroft-pairing.mycroftai": {"active": true, "id": "mycroft-pairing.mycroftai"}, "mycroft-volume.mycroftai": {"active": true, "id": "mycroft-volume.mycroftai"}}, "type": "mycroft.skills.list"}
- 11:42:09.014 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:42:09.020 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:42:09.025 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:42:09.031 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:42:09.036 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:42:09.042 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:42:09.047 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 11:42:09.053 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 11:42:09.059 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 11:42:09.068 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:42:09.073 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:42:09.079 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:42:09.085 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:42:09.090 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:42:09.094 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:42:09.099 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 11:42:09.104 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 11:42:09.112 - mycroft.messagebus.client.ws:on_error:76 - ERROR - === ConnectionResetError(104, 'Connection reset by peer') ===
- Traceback (most recent call last):
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 186, in run_forever
- op_code, frame = self.sock.recv_data_frame(True)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 378, in recv_data_frame
- frame = self.recv_frame()
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 410, in recv_frame
- return self.frame_buffer.recv_frame()
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_abnf.py", line 300, in recv_frame
- self.recv_header()
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_abnf.py", line 249, in recv_header
- header = self.recv_strict(2)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_abnf.py", line 334, in recv_strict
- bytes = self.recv(min(16384, shortage))
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 476, in _recv
- return recv(self.sock, bufsize)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_socket.py", line 77, in recv
- bytes = sock.recv(bufsize)
- ConnectionResetError: [Errno 104] Connection reset by peer
- 11:42:09.118 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 11:42:09.128 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
- 11:42:09.134 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 11:42:09.135 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
- 11:42:09.139 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 11:42:09.143 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 11:42:09.146 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 11:42:09.150 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 11:42:09.155 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 11:42:09.159 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 11:42:09.163 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- 11:42:09.167 - mycroft.skills.skill_manager:stop:526 - ERROR - Shutting down skill: /opt/mycroft/skills/mycroft-volume.mycroftai
- Traceback (most recent call last):
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 524, in stop
- instance.default_shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/core.py", line 1426, in default_shutdown
- Message("detach_skill", {"skill_id": str(self.skill_id) + ":"}))
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 110, in emit
- self.client.send(message.serialize())
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 104, in send
- if not self.sock or self.sock.send(data, opcode) == 0:
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 289, in send
- return self.send_frame(frame)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 314, in send_frame
- l = self._send(data)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 472, in _send
- return send(self.sock, data)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_socket.py", line 112, in send
- return sock.send(data)
- BrokenPipeError: [Errno 32] Broken pipe
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
- callback(self, *args)
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
- self.emitter.emit("open")
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
- skill_manager.load_priority()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
- skill = skills[skill_name]
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
- "__main__", mod_spec)
- File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
- exec(code, run_globals)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
- main()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
- shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
- skill_manager.join()
- File "/usr/lib/python3.5/threading.py", line 1049, in join
- raise RuntimeError("cannot join thread before it is started")
- RuntimeError: cannot join thread before it is started
- 11:43:13.709 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:43:13.725 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:43:14.139 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:43:14.222 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:43:14.304 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:43:14.382 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:43:14.462 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:43:14.480 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:43:14.829 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4 HTTP/1.1" 200 360
- 11:43:14.923 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:43:15.001 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:43:15.073 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:43:15.081 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:43:15.462 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/setting HTTP/1.1" 200 3040
- 11:43:15.482 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:43:16.010 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/55f31f85-69e5-4b57-a598-4ad21691fca4/location HTTP/1.1" 200 4
- 11:43:16.110 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:43:16.180 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:43:16.211 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 11:43:16.273 - git.cmd - DEBUG - Popen(['git', 'clone', '-v', 'https://github.com/MycroftAI/mycroft-skills', '/opt/mycroft/.skills-repo'], cwd=/home/pi/mycroft-core, universal_newlines=True, shell=None)
- 11:43:20.354 - git.repo.base - DEBUG - Cmd(['git', 'clone', '-v', 'https://github.com/MycroftAI/mycroft-skills', '/opt/mycroft/.skills-repo'])'s unused stdout:
- 11:43:20.377 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:43:20.392 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:43:21.095 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:43:21.125 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:43:21.151 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:43:21.180 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 11:43:21.195 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 11:43:21.210 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 11:43:21.239 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 11:43:21.269 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 11:43:21.304 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 11:43:21.317 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 11:43:21.414 - VolumeSkill - INFO - ********** Reeg handlers
- 11:43:21.421 - VolumeSkill - INFO - ********** Handlers registered
- 11:43:21.427 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 11:43:21.429 - root - ERROR - 'skill-hello-world'
- 11:43:21.432 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "connected"}
- 11:43:21.435 - SKILLS - DEBUG - {"data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
- 11:43:21.439 - SKILLS - DEBUG - {"data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
- 11:43:21.443 - SKILLS - DEBUG - {"data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
- 11:43:21.446 - SKILLS - DEBUG - {"data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
- 11:43:21.450 - SKILLS - DEBUG - {"data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
- 11:43:21.453 - SKILLS - DEBUG - {"data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "context": null, "type": "register_vocab"}
- 11:43:21.456 - SKILLS - DEBUG - {"data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "context": null, "type": "register_vocab"}
- 11:43:21.461 - SKILLS - DEBUG - {"data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "context": null, "type": "register_vocab"}
- 11:43:21.464 - SKILLS - DEBUG - {"data": {"name": "mycroft-pairing.mycroftai:PairingIntent", "optional": [], "requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "at_least_one": []}, "context": null, "type": "register_intent"}
- 11:43:21.469 - SKILLS - DEBUG - {"data": {"path": "/opt/mycroft/skills/mycroft-pairing.mycroftai", "name": "PairingSkill", "modified": 1536738154.3299994, "id": "mycroft-pairing.mycroftai"}, "context": null, "type": "mycroft.skills.loaded"}
- 11:43:21.472 - SKILLS - DEBUG - {"data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "context": null, "type": "register_vocab"}
- 11:43:21.476 - SKILLS - DEBUG - {"data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "context": null, "type": "register_vocab"}
- 11:43:21.479 - SKILLS - DEBUG - {"data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "context": null, "type": "register_vocab"}
- 11:43:21.482 - SKILLS - DEBUG - {"data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.487 - SKILLS - DEBUG - {"data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.489 - SKILLS - DEBUG - {"data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.492 - SKILLS - DEBUG - {"data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.495 - SKILLS - DEBUG - {"data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.500 - SKILLS - DEBUG - {"data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "context": null, "type": "register_vocab"}
- 11:43:21.503 - SKILLS - DEBUG - {"data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "context": null, "type": "register_vocab"}
- 11:43:21.506 - SKILLS - DEBUG - {"data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "context": null, "type": "register_vocab"}
- 11:43:21.509 - SKILLS - DEBUG - {"data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.512 - SKILLS - DEBUG - {"data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.516 - SKILLS - DEBUG - {"data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.519 - SKILLS - DEBUG - {"data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.524 - SKILLS - DEBUG - {"data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.529 - SKILLS - DEBUG - {"data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.532 - SKILLS - DEBUG - {"data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.536 - SKILLS - DEBUG - {"data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.539 - SKILLS - DEBUG - {"data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.541 - SKILLS - DEBUG - {"data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.546 - SKILLS - DEBUG - {"data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.549 - SKILLS - DEBUG - {"data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.552 - SKILLS - DEBUG - {"data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.554 - SKILLS - DEBUG - {"data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.557 - SKILLS - DEBUG - {"data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
- 11:43:21.561 - SKILLS - DEBUG - {"data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.564 - SKILLS - DEBUG - {"data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.568 - SKILLS - DEBUG - {"data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.577 - SKILLS - DEBUG - {"data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.580 - SKILLS - DEBUG - {"data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.584 - SKILLS - DEBUG - {"data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
- 11:43:21.588 - SKILLS - DEBUG - {"data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "context": null, "type": "register_vocab"}
- 11:43:21.591 - SKILLS - DEBUG - {"data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "context": null, "type": "register_vocab"}
- 11:43:21.594 - SKILLS - DEBUG - {"data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "context": null, "type": "register_vocab"}
- 11:43:21.599 - SKILLS - DEBUG - {"data": {"name": "mycroft-volume.mycroftai:QueryVolume", "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "at_least_one": []}, "context": null, "type": "register_intent"}
- 11:43:21.602 - SKILLS - DEBUG - {"data": {"name": "mycroft-volume.mycroftai:SetVolume", "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "at_least_one": []}, "context": null, "type": "register_intent"}
- 11:43:21.606 - SKILLS - DEBUG - {"data": {"name": "mycroft-volume.mycroftai:IncreaseVolume", "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "at_least_one": []}, "context": null, "type": "register_intent"}
- 11:43:21.610 - SKILLS - DEBUG - {"data": {"name": "mycroft-volume.mycroftai:DecreaseVolume", "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "at_least_one": []}, "context": null, "type": "register_intent"}
- 11:43:21.613 - SKILLS - DEBUG - {"data": {"name": "mycroft-volume.mycroftai:MuteVolume", "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "at_least_one": []}, "context": null, "type": "register_intent"}
- 11:43:21.617 - SKILLS - DEBUG - {"data": {"name": "mycroft-volume.mycroftai:UnmuteVolume", "optional": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "at_least_one": []}, "context": null, "type": "register_intent"}
- 11:43:21.620 - SKILLS - DEBUG - {"data": {"path": "/opt/mycroft/skills/mycroft-volume.mycroftai", "name": "VolumeSkill", "modified": 1536743635.1499999, "id": "mycroft-volume.mycroftai"}, "context": null, "type": "mycroft.skills.loaded"}
- 11:43:28.093 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
- 11:43:28.102 - SKILLS - DEBUG - {"data": {"mycroft-volume.mycroftai": {"id": "mycroft-volume.mycroftai", "active": true}, "mycroft-pairing.mycroftai": {"id": "mycroft-pairing.mycroftai", "active": true}}, "context": null, "type": "mycroft.skills.list"}
- 11:43:34.306 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:43:34.312 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:43:34.317 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:43:34.323 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:43:34.329 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:43:34.335 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:43:34.341 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 11:43:34.346 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 11:43:34.352 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 11:43:34.358 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 11:43:34.363 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 11:43:34.369 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 11:43:34.374 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 11:43:34.401 - mycroft.messagebus.client.ws:on_error:74 - WARNING - Could not send message because connection has closed
- 11:43:34.423 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 11:43:34.428 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
- 11:43:34.458 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
- 11:43:34.460 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 11:43:34.473 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 11:43:34.480 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- 11:43:34.486 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
- 11:43:34.493 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:43:34.498 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:43:34.502 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:43:34.506 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:43:34.510 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:43:34.514 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:43:34.518 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 11:43:34.522 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 11:43:34.526 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 11:43:34.531 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
- callback(self, *args)
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
- self.emitter.emit("open")
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
- skill_manager.load_priority()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
- skill = skills[skill_name]
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
- "__main__", mod_spec)
- File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
- exec(code, run_globals)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
- main()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
- shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
- skill_manager.join()
- File "/usr/lib/python3.5/threading.py", line 1049, in join
- raise RuntimeError("cannot join thread before it is started")
- RuntimeError: cannot join thread before it is started
- 11:45:52.204 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:45:52.220 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:45:52.675 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:45:52.776 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:45:52.883 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:45:52.981 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:45:53.287 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:45:53.376 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:45:53.396 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:45:53.754 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 11:45:53.768 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 11:45:53.911 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 11:45:53.926 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 11:45:54.300 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 11:45:54.402 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /var/tmp/mycroft_web_cache.json loaded
- 11:45:54.497 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:45:54.582 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:45:54.625 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 11:45:54.829 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:45:54.854 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:45:55.660 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:45:56.214 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:45:56.246 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:45:56.329 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 11:45:56.361 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 11:45:56.388 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 11:45:56.482 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 11:45:56.539 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 11:45:56.542 - msm.skill_entry - INFO - Downloading skill: https://github.com/mycroftai/skill-volume.git
- 11:45:56.547 - git.cmd - DEBUG - Popen(['git', 'clone', '-v', 'https://github.com/mycroftai/skill-volume.git', '/tmp/tmpmdc0m1je'], cwd=/home/pi/mycroft-core, universal_newlines=True, shell=None)
- 11:45:57.801 - git.repo.base - DEBUG - Cmd(['git', 'clone', '-v', 'https://github.com/mycroftai/skill-volume.git', '/tmp/tmpmdc0m1je'])'s unused stdout:
- 11:45:57.826 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', '082c90d0f0b5efd3fe9c6273231cf0a88480e186'], cwd=/tmp/tmpmdc0m1je, universal_newlines=False, shell=None)
- 11:45:57.865 - msm.skill_entry - INFO - Successfully installed mycroft-volume
- 11:45:57.877 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 11:45:57.993 - VolumeSkill - INFO - ********** Reeg handlers
- 11:45:58.003 - VolumeSkill - INFO - ********** Handlers registered
- 11:45:58.011 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 11:45:58.020 - mycroft.skills.core:load_skill:150 - INFO - First run of mycroft-volume.mycroftai
- 11:45:58.024 - root - ERROR - 'skill-hello-world'
- 11:45:58.027 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "connected"}
- 11:45:58.030 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}}
- 11:45:58.035 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}}
- 11:45:58.037 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}}
- 11:45:58.041 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}}
- 11:45:58.047 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}}
- 11:45:58.049 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}}
- 11:45:58.054 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}}
- 11:45:58.057 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}}
- 11:45:58.062 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"at_least_one": [], "requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "optional": [], "name": "mycroft-pairing.mycroftai:PairingIntent"}}
- 11:45:58.067 - SKILLS - DEBUG - {"type": "mycroft.skills.loaded", "context": null, "data": {"id": "mycroft-pairing.mycroftai", "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai", "name": "PairingSkill", "modified": 1536738154.3299994}}
- 11:45:58.070 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}}
- 11:45:58.073 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}}
- 11:45:58.077 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}}
- 11:45:58.080 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}}
- 11:45:58.084 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}}
- 11:45:58.088 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}}
- 11:45:58.090 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}}
- 11:45:58.093 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}}
- 11:45:58.096 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}}
- 11:45:58.098 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}}
- 11:45:58.102 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}}
- 11:45:58.105 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}}
- 11:45:58.107 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}}
- 11:45:58.110 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}}
- 11:45:58.112 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}}
- 11:45:58.115 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}}
- 11:45:58.118 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}}
- 11:45:58.120 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}}
- 11:45:58.123 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}}
- 11:45:58.127 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}}
- 11:45:58.129 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}}
- 11:45:58.132 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}}
- 11:45:58.135 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}}
- 11:45:58.138 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}}
- 11:45:58.141 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}}
- 11:45:58.144 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}}
- 11:45:58.147 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}}
- 11:45:58.150 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}}
- 11:45:58.154 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}}
- 11:45:58.157 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}}
- 11:45:58.160 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}}
- 11:45:58.163 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}}
- 11:45:58.165 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}}
- 11:45:58.168 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}}
- 11:45:58.171 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}}
- 11:45:58.176 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "optional": [], "name": "mycroft-volume.mycroftai:QueryVolume"}}
- 11:45:58.180 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "optional": [], "name": "mycroft-volume.mycroftai:SetVolume"}}
- 11:45:58.184 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "optional": [], "name": "mycroft-volume.mycroftai:IncreaseVolume"}}
- 11:45:58.188 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "optional": [], "name": "mycroft-volume.mycroftai:DecreaseVolume"}}
- 11:45:58.192 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "optional": [], "name": "mycroft-volume.mycroftai:MuteVolume"}}
- 11:45:58.196 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"at_least_one": [], "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "optional": [], "name": "mycroft-volume.mycroftai:UnmuteVolume"}}
- 11:45:58.199 - SKILLS - DEBUG - {"type": "mycroft.skills.loaded", "context": null, "data": {"id": "mycroft-volume.mycroftai", "path": "/opt/mycroft/skills/mycroft-volume.mycroftai", "name": "VolumeSkill", "modified": 1536752757.84}}
- 11:46:21.113 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_begin"}
- 11:46:23.102 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_end"}
- 11:46:23.133 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "hey mycroft", "session": "d45df22d-6b88-4806-b360-59fd27ab2b59"}, "type": "recognizer_loop:wakeword"}
- 11:46:24.095 - SKILLS - DEBUG - {"context": {"client_name": "mycroft_listener", "ident": "1536752783.1266713-589161448"}, "data": {"session": "d45df22d-6b88-4806-b360-59fd27ab2b59", "utterances": ["pair my device"], "lang": "en-US"}, "type": "recognizer_loop:utterance"}
- 11:46:24.141 - SKILLS - DEBUG - {"type": "mycroft-pairing.mycroftai:PairingIntent", "context": {"target": null, "ident": "1536752783.1266713-589161448", "client_name": "mycroft_listener"}, "data": {"target": null, "utterance": "pair my device", "__tags__": [{"from_context": false, "end_token": 0, "key": "pair", "match": "pair", "entities": [{"key": "pair", "confidence": 1.0, "match": "pair", "data": [["pair", "mycroft_pairing_mycroftaiPairingKeyword"]]}], "start_token": 0}, {"from_context": false, "end_token": 2, "key": "device", "match": "device", "entities": [{"key": "device", "confidence": 1.0, "match": "device", "data": [["device", "mycroft_pairing_mycroftaiDeviceKeyword"]]}], "start_token": 2}], "mycroft_pairing_mycroftaiPairingKeyword": "pair", "intent_type": "mycroft-pairing.mycroftai:PairingIntent", "confidence": 1.0, "mycroft_pairing_mycroftaiDeviceKeyword": "device"}}
- 11:46:24.152 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.start", "context": {"target": null, "ident": "1536752783.1266713-589161448", "client_name": "mycroft_listener"}, "data": {"name": "PairingSkill.handle_pairing"}}
- 11:46:24.160 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:46:24.172 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:46:24.209 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:46:24.218 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:46:24.520 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 11:46:24.532 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 11:46:24.571 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 11:46:24.583 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 11:46:24.676 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 11:46:24.691 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 11:46:24.732 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 11:46:24.750 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 11:46:25.093 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 11:46:25.165 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 11:46:25.176 - PairingSkill - DEBUG - Kicking off pairing sequence
- 11:46:25.182 - mycroft.identity:_update:80 - DEBUG - Updaing identity
- 11:46:25.188 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:46:25.196 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:46:25.551 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/code?state=4b50f24e-0ffa-4ba0-a076-eca785334f15 HTTP/1.1" 200 180
- 11:46:25.876 - SKILLS - DEBUG - {"type": "speak", "context": {"target": null, "ident": "1536752783.1266713-589161448", "client_name": "mycroft_listener"}, "data": {"expect_response": false, "utterance": "I'm connected to the internet and need to be activated. Open your browser and visit home dot mycroft dot A I to register this device."}}
- 11:46:25.880 - SKILLS - DEBUG - {"type": "enclosure.mouth.events.deactivate", "context": null, "data": {}}
- 11:46:25.888 - SKILLS - DEBUG - {"type": "enclosure.mouth.text", "context": null, "data": {"text": "home.mycroft.ai "}}
- 11:46:33.601 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
- 11:46:33.645 - SKILLS - DEBUG - {"type": "enclosure.mouth.viseme_list", "context": null, "data": {"visemes": [["4", 0.15], ["0", 0.27], ["4", 0.336], ["3", 0.41], ["0", 0.454], ["3", 0.513], ["0", 0.621], ["3", 0.734], ["3", 0.804], ["0", 0.867], ["3", 0.935], ["3", 1.032], ["0", 1.076], ["3", 1.134], ["0", 1.28], ["0", 1.34], ["3", 1.427], ["3", 1.504], ["2", 1.542], ["3", 1.607], ["0", 1.706], ["3", 1.777], ["0", 1.817], ["3", 1.932], ["3", 1.989], ["3", 2.032], ["0", 2.158], ["3", 2.226], ["3", 2.315], ["0", 2.342], ["4", 2.404], ["0", 2.527], ["0", 2.667], ["3", 2.729], ["3", 2.812], ["0", 2.855], ["5", 2.914], ["0", 3.04], ["3", 3.125], ["0", 3.199], ["3", 3.351], ["4", 3.483], ["4", 0.166], ["2", 0.295], ["4", 0.396], ["0", 0.453], ["3", 0.549], ["0", 0.605], ["2", 0.697], ["2", 0.734], ["4", 0.807], ["2", 0.872], ["1", 1.008], ["3", 1.096], ["2", 1.222], ["0", 1.296], ["3", 1.387], ["3", 1.418], ["5", 1.489], ["0", 1.548], ["3", 1.622], ["0", 1.714], ["3", 1.777], ["0", 1.871], ["2", 2.032], ["4", 2.161], ["3", 2.223], ["0", 2.369], ["3", 2.405], ["4", 2.474], ["0", 2.609], ["3", 2.722], ["2", 2.824], ["6", 2.878], ["5", 2.972], ["3", 3.026], ["3", 3.063], ["0", 3.171], ["3", 3.269], ["0", 3.419], ["0", 3.588], ["3", 3.691], ["0", 3.724], ["2", 3.881], ["0", 3.928], ["3", 4.014], ["0", 4.047], ["3", 4.172], ["3", 4.223], ["2", 4.291], ["3", 4.352], ["0", 4.416], ["3", 4.544], ["3", 4.621], ["0", 4.654], ["5", 4.723], ["0", 4.938], ["3", 5.003], ["4", 5.15]], "start": 1536752793.6063843}}
- 11:46:42.284 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_end", "context": null, "data": {}}
- 11:46:42.345 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.complete", "context": {"target": null, "ident": "1536752783.1266713-589161448", "client_name": "mycroft_listener"}, "data": {"name": "PairingSkill.handle_pairing"}}
- 11:46:42.347 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:46:42.355 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:46:42.739 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
- 11:46:42.751 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
- 11:46:42.897 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
- 11:46:42.915 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
- 11:46:43.285 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
- 11:46:52.338 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:46:52.346 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:46:52.696 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 11:46:52.709 - PairingSkill - INFO - Pairing code: MR3MU4
- 11:46:52.728 - SKILLS - DEBUG - {"type": "enclosure.mouth.events.deactivate", "context": null, "data": {}}
- 11:46:52.732 - SKILLS - DEBUG - {"type": "enclosure.mouth.text", "context": null, "data": {"text": "MR3MU4"}}
- 11:46:52.756 - SKILLS - DEBUG - {"type": "speak", "context": null, "data": {"expect_response": false, "utterance": "You can register me by going to Devices, selecting Add Device then use the code 'M' as in Mike. 'R' as in Romeo. the number Three. 'M' as in Mike. 'U' as in Uniform. the number Four"}}
- 11:46:58.373 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
- 11:46:58.413 - SKILLS - DEBUG - {"type": "enclosure.mouth.viseme_list", "context": null, "data": {"visemes": [["4", 0.198], ["0", 0.31], ["2", 0.342], ["3", 0.48], ["0", 0.514], ["3", 0.608], ["2", 0.698], ["0", 0.741], ["3", 0.84], ["0", 0.881], ["3", 1.011], ["3", 1.066], ["2", 1.107], ["4", 1.2], ["0", 1.297], ["4", 1.374], ["0", 1.505], ["3", 1.613], ["2", 1.735], ["0", 1.776], ["3", 1.885], ["3", 1.956], ["0", 1.988], ["3", 2.064], ["0", 2.121], ["5", 2.192], ["0", 2.34], ["3", 2.422], ["0", 2.485], ["3", 2.597], ["4", 2.7], ["3", 2.85], ["0", 2.902], ["3", 2.954], ["0", 3.046], ["3", 3.163], ["3", 3.236], ["0", 3.273], ["3", 3.369], ["0", 3.503], ["3", 3.548], ["3", 3.618], ["0", 3.658], ["5", 3.719], ["0", 3.905], ["3", 4.053], ["3", 4.102], ["0", 4.187], ["3", 4.282], ["0", 4.383], ["2", 4.443], ["3", 4.525], ["3", 4.584], ["0", 4.696], ["3", 4.812], ["2", 4.97], ["3", 5.034], ["0", 5.117], ["4", 5.226], ["4", 5.363], ["0", 5.469], ["3", 5.558], ["0", 5.635], ["3", 5.728], ["4", 5.795], ["0", 5.98], ["3", 6.07], ["4", 6.184], ["4", 0.168], ["0", 0.408], ["2", 0.43], ["4", 0.578], ["0", 0.688], ["3", 0.774], ["0", 0.847], ["3", 0.947], ["2", 1.07], ["2", 1.141], ["4", 1.213], ["0", 1.339], ["2", 1.528], ["4", 1.644], ["3", 1.693], ["0", 1.794], ["3", 1.885], ["0", 1.971], ["4", 2.057], ["4", 2.1], ["2", 2.147], ["3", 2.254], ["2", 2.344], ["0", 2.481], ["4", 2.617], ["4", 0.178], ["0", 0.272], ["4", 0.408], ["4", 0.545], ["0", 0.656], ["3", 0.742], ["0", 0.819], ["3", 0.912], ["4", 0.979], ["0", 1.164], ["3", 1.254], ["4", 1.368], ["4", 0.198], ["0", 0.36], ["2", 0.483], ["4", 0.64], ["0", 0.741], ["3", 0.827], ["0", 0.901], ["3", 0.993], ["0", 1.098], ["2", 1.135], ["3", 1.193], ["0", 1.24], ["5", 1.362], ["6", 1.652], ["2", 1.677], ["4", 1.818], ["4", 1.949], ["3", 1.995], ["0", 2.095], ["3", 2.187], ["0", 2.272], ["4", 2.359], ["4", 2.402], ["2", 2.444], ["5", 2.557], ["6", 2.833], ["2", 2.855], ["4", 3.019]], "start": 1536752818.388269}}
- 11:47:02.753 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:47:02.761 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:47:03.120 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
- 11:47:11.704 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_end", "context": null, "data": {}}
- 11:47:11.726 - SKILLS - DEBUG - {"type": "enclosure.eyes.blink", "context": null, "data": {"side": "b"}}
- 11:47:13.137 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:47:13.147 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:47:13.626 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 200 273
- 11:47:13.640 - mycroft.identity:save:64 - DEBUG - Saving identity
- 11:47:13.644 - mycroft.identity:_update:80 - DEBUG - Updaing identity
- 11:47:13.661 - SKILLS - DEBUG - {"type": "enclosure.mouth.events.activate", "context": null, "data": {}}
- 11:47:13.674 - SKILLS - DEBUG - {"type": "speak", "context": null, "data": {"expect_response": false, "utterance": "Now I am ready for use. Try asking me things like \"hey mycroft, what's the weather\", \"hey mycroft, tell me about abraham lincoln\", or \"hey mycroft, play the news\". If you need to stop me talking at any time, just push my button."}}
- 11:47:19.895 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
- 11:47:19.975 - SKILLS - DEBUG - {"type": "enclosure.mouth.viseme_list", "context": null, "data": {"visemes": [["4", 0.208], ["3", 0.282], ["1", 0.562], ["0", 0.695], ["0", 0.813], ["4", 0.893], ["2", 1.014], ["0", 1.072], ["3", 1.138], ["0", 1.245], ["5", 1.362], ["6", 1.501], ["2", 1.527], ["0", 1.66], ["2", 1.78], ["3", 1.861], ["4", 2.005], ["4", 0.141], ["3", 0.23], ["2", 0.354], ["0", 0.492], ["0", 0.601], ["3", 0.734], ["3", 0.774], ["0", 0.805], ["3", 0.95], ["4", 0.996], ["0", 1.1], ["3", 1.237], ["0", 1.279], ["3", 1.425], ["3", 1.493], ["3", 1.55], ["0", 1.692], ["3", 1.778], ["0", 1.878], ["0", 1.997], ["4", 2.102], ["0", 2.266], ["3", 2.371], ["2", 2.479], ["6", 2.533], ["5", 2.61], ["3", 2.723], ["4", 2.879], ["2", 2.991], ["0", 3.047], ["3", 3.103], ["3", 3.207], ["3", 3.26], ["0", 3.354], ["2", 3.47], ["0", 3.534], ["3", 3.578], ["2", 3.658], ["0", 3.743], ["0", 3.863], ["4", 3.973], ["0", 4.141], ["3", 4.237], ["2", 4.348], ["6", 4.426], ["5", 4.515], ["3", 4.609], ["4", 4.743], ["3", 4.813], ["0", 4.872], ["3", 4.982], ["4", 5.048], ["0", 5.164], ["0", 5.23], ["4", 5.295], ["1", 5.491], ["3", 5.575], ["0", 5.732], ["4", 5.795], ["2", 5.852], ["0", 5.894], ["0", 5.976], ["0", 6.084], ["4", 6.164], ["3", 6.228], ["0", 6.287], ["3", 6.394], ["3", 6.472], ["0", 6.513], ["3", 6.596], ["6", 6.785], ["2", 6.808], ["0", 6.903], ["0", 7.024], ["4", 7.129], ["0", 7.29], ["3", 7.379], ["2", 7.485], ["6", 7.526], ["5", 7.595], ["3", 7.684], ["4", 7.803], ["4", 7.896], ["3", 7.929], ["0", 8.086], ["3", 8.156], ["0", 8.265], ["3", 8.339], ["2", 8.521], ["3", 8.63], ["0", 8.72], ["5", 8.793], ["0", 8.91], ["2", 8.937], ["3", 9.01], ["0", 9.136], ["3", 9.207], ["3", 9.3], ["0", 9.33], ["3", 9.446], ["3", 9.479], ["0", 9.584], ["4", 9.636], ["4", 9.694], ["0", 9.804], ["3", 9.903], ["6", 10.06], ["3", 10.167], ["0", 10.193], ["3", 10.314], ["0", 10.463], ["3", 10.566], ["0", 10.659], ["3", 10.698], ["0", 10.79], ["3", 10.898], ["0", 11.134], ["4", 11.279], ["4", 11.418], ["3", 11.518], ["0", 11.579], ["3", 11.683], ["3", 11.712], ["4", 11.779], ["2", 11.893], ["3", 12.0], ["4", 12.048], ["0", 12.164], ["4", 12.252], ["0", 12.336], ["3", 12.436], ["0", 12.486], ["3", 12.592], ["4", 12.879]], "start": 1536752839.9100583}}
- 11:47:34.841 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_end", "context": null, "data": {}}
- 11:47:34.852 - SKILLS - DEBUG - {"type": "enclosure.eyes.blink", "context": null, "data": {"side": "b"}}
- 11:47:34.873 - SKILLS - DEBUG - {"type": "mycroft.paired", "context": null, "data": {"refreshToken": "XNJ4zWZ7F3xWSv3tQdglqPN.DnAjYy7WI6z2hpb.SiVRY/S2FcIlszI7Wrew9ho64JfjLJfRDm.lTEYtGHO2T.", "expiration": 86400, "accessToken": "KgFNjzvQ7JaXx5EoJeGVmSI1FStfqFZJRAF3K1zivDyCmR0.0ODcuCiNURpObSlXfErs42JrZ40QnV9FYFPbB0", "uuid": "41267c16-26a4-4227-b5fe-405d54408622"}}
- 11:47:34.917 - SKILLS - DEBUG - {"type": "mycroft.mic.unmute", "context": null, "data": {}}
- 11:47:34.919 - SKILLS - DEBUG - {"type": "configuration.updated", "context": null, "data": {}}
- 11:47:34.930 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:47:34.949 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:47:35.380 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/41267c16-26a4-4227-b5fe-405d54408622 HTTP/1.1" 200 360
- 11:47:35.400 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:47:35.828 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/41267c16-26a4-4227-b5fe-405d54408622/setting HTTP/1.1" 200 3040
- 11:47:35.850 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:47:36.220 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/41267c16-26a4-4227-b5fe-405d54408622/location HTTP/1.1" 200 4
- 11:47:36.247 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:47:36.251 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:48:13.566 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_begin"}
- 11:48:17.201 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_end"}
- 11:48:17.209 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "hey mycroft", "session": "d45df22d-6b88-4806-b360-59fd27ab2b59"}, "type": "recognizer_loop:wakeword"}
- 11:48:18.843 - SKILLS - DEBUG - {"context": {"client_name": "mycroft_listener", "ident": "1536752897.2055976-386603921"}, "data": {"session": "d45df22d-6b88-4806-b360-59fd27ab2b59", "utterances": ["tell me a joke"], "lang": "en-US"}, "type": "recognizer_loop:utterance"}
- 11:48:18.852 - SKILLS - DEBUG - {"type": "skill.converse.request", "context": null, "data": {"lang": "en-US", "skill_id": "mycroft-pairing.mycroftai", "utterances": ["tell me a joke"]}}
- 11:48:18.860 - SKILLS - DEBUG - {"type": "skill.converse.response", "context": {}, "data": {"skill_id": "mycroft-pairing.mycroftai", "result": false}}
- 11:48:18.955 - SKILLS - DEBUG - {"type": "intent_failure", "context": {"ident": "1536752897.2055976-386603921", "client_name": "mycroft_listener"}, "data": {"lang": "en-US", "utterance": "tell me a joke"}}
- 11:48:18.965 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.start", "context": {"ident": "1536752897.2055976-386603921", "client_name": "mycroft_listener"}, "data": {"handler": "fallback"}}
- 11:48:18.971 - mycroft.skills.padatious_service:handle_fallback:129 - DEBUG - Waiting for Padatious training to finish...
- 11:48:18.978 - SKILLS - DEBUG - {"type": "complete_intent_failure", "context": {"ident": "1536752897.2055976-386603921", "client_name": "mycroft_listener"}, "data": {}}
- 11:48:18.980 - mycroft.skills.core:handler:1638 - WARNING - No fallback could handle intent.
- 11:48:18.992 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.complete", "context": {"ident": "1536752897.2055976-386603921", "client_name": "mycroft_listener"}, "data": {"handler": "fallback", "exception": "No fallback could handle intent."}}
- 11:48:19.037 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "Please wait a moment as I finish booting up."}, "type": "speak"}
- 11:48:22.802 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
- 11:48:22.824 - SKILLS - DEBUG - {"type": "enclosure.mouth.viseme_list", "context": null, "data": {"visemes": [["4", 0.144], ["4", 0.219], ["3", 0.252], ["0", 0.401], ["3", 0.485], ["2", 0.586], ["0", 0.706], ["3", 0.804], ["0", 0.855], ["4", 0.954], ["2", 1.083], ["4", 1.147], ["0", 1.187], ["3", 1.261], ["3", 1.316], ["0", 1.41], ["3", 1.503], ["0", 1.682], ["5", 1.808], ["0", 1.874], ["3", 1.928], ["0", 1.999], ["3", 2.13], ["4", 2.195], ["2", 2.285], ["3", 2.385], ["0", 2.414], ["3", 2.517], ["0", 2.66], ["4", 2.701], ["4", 2.887]], "start": 1536752902.8108103}}
- 11:48:25.869 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_end", "context": null, "data": {}}
- 11:48:27.255 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_begin"}
- 11:48:29.505 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_end"}
- 11:48:29.517 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "hey mycroft", "session": "d45df22d-6b88-4806-b360-59fd27ab2b59"}, "type": "recognizer_loop:wakeword"}
- 11:48:30.895 - SKILLS - DEBUG - {"context": {"client_name": "mycroft_listener", "ident": "1536752909.5104761699490493"}, "data": {"session": "d45df22d-6b88-4806-b360-59fd27ab2b59", "utterances": ["what's the weather"], "lang": "en-US"}, "type": "recognizer_loop:utterance"}
- 11:48:30.902 - SKILLS - DEBUG - {"type": "skill.converse.request", "context": null, "data": {"lang": "en-US", "skill_id": "mycroft-pairing.mycroftai", "utterances": ["what's the weather"]}}
- 11:48:30.913 - SKILLS - DEBUG - {"type": "skill.converse.response", "context": {}, "data": {"skill_id": "mycroft-pairing.mycroftai", "result": false}}
- 11:48:31.011 - SKILLS - DEBUG - {"type": "intent_failure", "context": {"ident": "1536752909.5104761699490493", "client_name": "mycroft_listener"}, "data": {"lang": "en-US", "utterance": "what's the weather"}}
- 11:48:31.018 - mycroft.skills.padatious_service:handle_fallback:129 - DEBUG - Waiting for Padatious training to finish...
- 11:48:31.021 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.start", "context": {"ident": "1536752909.5104761699490493", "client_name": "mycroft_listener"}, "data": {"handler": "fallback"}}
- 11:48:31.027 - mycroft.skills.core:handler:1638 - WARNING - No fallback could handle intent.
- 11:48:31.032 - SKILLS - DEBUG - {"type": "complete_intent_failure", "context": {"ident": "1536752909.5104761699490493", "client_name": "mycroft_listener"}, "data": {}}
- 11:48:31.039 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.complete", "context": {"ident": "1536752909.5104761699490493", "client_name": "mycroft_listener"}, "data": {"handler": "fallback", "exception": "No fallback could handle intent."}}
- 11:48:31.088 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "Please wait a moment as I finish booting up."}, "type": "speak"}
- 11:48:31.090 - SKILLS - DEBUG - {"type": "enclosure.eyes.blink", "context": null, "data": {"side": "b"}}
- 11:48:31.093 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
- 11:48:31.097 - SKILLS - DEBUG - {"type": "enclosure.mouth.viseme_list", "context": null, "data": {"visemes": [["4", 0.144], ["4", 0.219], ["3", 0.252], ["0", 0.401], ["3", 0.485], ["2", 0.586], ["0", 0.706], ["3", 0.804], ["0", 0.855], ["4", 0.954], ["2", 1.083], ["4", 1.147], ["0", 1.187], ["3", 1.261], ["3", 1.316], ["0", 1.41], ["3", 1.503], ["0", 1.682], ["5", 1.808], ["0", 1.874], ["3", 1.928], ["0", 1.999], ["3", 2.13], ["4", 2.195], ["2", 2.285], ["3", 2.385], ["0", 2.414], ["3", 2.517], ["0", 2.66], ["4", 2.701], ["4", 2.887]], "start": 1536752911.0827665}}
- 11:48:34.040 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:48:34.046 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:48:34.051 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:48:34.056 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:48:34.061 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:48:34.065 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:48:34.072 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 11:48:34.078 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 11:48:34.082 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 11:48:34.087 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 11:48:34.093 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 11:48:34.110 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 11:48:34.120 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 11:48:34.131 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 11:48:34.141 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 11:48:34.152 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 11:48:34.171 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- 11:48:34.181 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:48:34.198 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:48:34.216 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:48:34.222 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:48:34.229 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:48:34.235 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:48:34.242 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 11:48:34.248 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 11:48:34.254 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
- callback(self, *args)
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
- self.emitter.emit("open")
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
- skill_manager.load_priority()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
- skill = skills[skill_name]
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
- "__main__", mod_spec)
- File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
- exec(code, run_globals)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
- main()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
- shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
- skill_manager.join()
- File "/usr/lib/python3.5/threading.py", line 1049, in join
- raise RuntimeError("cannot join thread before it is started")
- RuntimeError: cannot join thread before it is started
- 11:50:37.645 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:50:37.661 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
- 11:50:38.278 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:50:38.391 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:50:38.475 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:50:38.559 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:50:38.643 - mycroft.identity:_load:44 - DEBUG - Loading identity
- 11:50:38.662 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:50:39.090 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/41267c16-26a4-4227-b5fe-405d54408622 HTTP/1.1" 200 387
- 11:50:39.180 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
- 11:50:39.256 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:50:39.336 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:50:39.347 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:50:39.776 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/41267c16-26a4-4227-b5fe-405d54408622/setting HTTP/1.1" 200 3040
- 11:50:39.794 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
- 11:50:40.192 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/41267c16-26a4-4227-b5fe-405d54408622/location HTTP/1.1" 200 4
- 11:50:40.286 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
- 11:50:40.356 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
- 11:50:40.390 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
- 11:50:40.458 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url', 'https://github.com/MycroftAI/mycroft-skills'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:50:40.473 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:50:42.604 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:50:42.642 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:50:42.668 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
- 11:50:42.698 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-ip.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.713 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-audio-record.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.728 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-volume.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.743 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-npr-news.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.759 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-weather.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.775 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stop.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.790 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-installer.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.807 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-query.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.821 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-singing.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.836 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-playback-control.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.851 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-personal.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.867 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-hello-world.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.882 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-reminder.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.898 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-stock.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.914 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-date-time.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.929 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-timer.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.947 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-alarm.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.963 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-wiki.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.978 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-configuration.mycroftai, universal_newlines=False, shell=None)
- 11:50:42.995 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-pairing.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.010 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-naptime.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.025 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-unknown.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.040 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/fallback-wolfram-alpha.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.055 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-version-checker.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.070 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-support-helper.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.086 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-joke.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.101 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-fallback-duck-duck-go.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.117 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-spelling.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.137 - git.cmd - DEBUG - Popen(['git', 'config', 'remote.origin.url'], cwd=/opt/mycroft/skills/mycroft-speak.mycroftai, universal_newlines=False, shell=None)
- 11:50:43.167 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
- LISTENING FOR mycroft-pairing.mycroftai.set
- 11:50:43.203 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
- 11:50:43.217 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
- LISTENING FOR mycroft-volume.mycroftai.set
- 11:50:43.332 - VolumeSkill - INFO - ********** Reeg handlers
- 11:50:43.340 - VolumeSkill - INFO - ********** Handlers registered
- 11:50:43.347 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
- 11:50:43.349 - root - ERROR - 'skill-hello-world'
- 11:50:43.352 - SKILLS - DEBUG - {"data": {}, "type": "connected", "context": null}
- 11:50:43.355 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 11:50:43.358 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 11:50:43.361 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 11:50:43.364 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 11:50:43.370 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
- 11:50:43.373 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
- 11:50:43.376 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
- 11:50:43.380 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
- 11:50:43.384 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"name": "mycroft-pairing.mycroftai:PairingIntent", "requires": [["mycroft_pairing_mycroftaiPairingKeyword", "mycroft_pairing_mycroftaiPairingKeyword"], ["mycroft_pairing_mycroftaiDeviceKeyword", "mycroft_pairing_mycroftaiDeviceKeyword"]], "at_least_one": [], "optional": []}}
- 11:50:43.389 - SKILLS - DEBUG - {"type": "mycroft.skills.loaded", "context": null, "data": {"id": "mycroft-pairing.mycroftai", "name": "PairingSkill", "modified": 1536738154.3299994, "path": "/opt/mycroft/skills/mycroft-pairing.mycroftai"}}
- 11:50:43.392 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}}
- 11:50:43.397 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}}
- 11:50:43.400 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}}
- 11:50:43.404 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}}
- 11:50:43.408 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}}
- 11:50:43.410 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}}
- 11:50:43.414 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}}
- 11:50:43.418 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}}
- 11:50:43.421 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}}
- 11:50:43.425 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}}
- 11:50:43.429 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}}
- 11:50:43.431 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.435 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.439 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.442 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.445 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.450 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.455 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.459 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.461 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.465 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.468 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.470 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.472 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.474 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.477 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}}
- 11:50:43.483 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}}
- 11:50:43.486 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}}
- 11:50:43.489 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}}
- 11:50:43.493 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}}
- 11:50:43.496 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}}
- 11:50:43.499 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}}
- 11:50:43.502 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}}
- 11:50:43.506 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}}
- 11:50:43.509 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}}
- 11:50:43.513 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"name": "mycroft-volume.mycroftai:QueryVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiQuery", "mycroft_volume_mycroftaiQuery"]], "at_least_one": [], "optional": []}}
- 11:50:43.518 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"name": "mycroft-volume.mycroftai:SetVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiLevel", "mycroft_volume_mycroftaiLevel"]], "at_least_one": [], "optional": []}}
- 11:50:43.522 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"name": "mycroft-volume.mycroftai:IncreaseVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiIncrease", "mycroft_volume_mycroftaiIncrease"]], "at_least_one": [], "optional": []}}
- 11:50:43.526 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"name": "mycroft-volume.mycroftai:DecreaseVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiDecrease", "mycroft_volume_mycroftaiDecrease"]], "at_least_one": [], "optional": []}}
- 11:50:43.529 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"name": "mycroft-volume.mycroftai:MuteVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiMute", "mycroft_volume_mycroftaiMute"]], "at_least_one": [], "optional": []}}
- 11:50:43.533 - SKILLS - DEBUG - {"type": "register_intent", "context": null, "data": {"name": "mycroft-volume.mycroftai:UnmuteVolume", "requires": [["mycroft_volume_mycroftaiVolume", "mycroft_volume_mycroftaiVolume"], ["mycroft_volume_mycroftaiUnmute", "mycroft_volume_mycroftaiUnmute"]], "at_least_one": [], "optional": []}}
- 11:50:43.536 - SKILLS - DEBUG - {"type": "mycroft.skills.loaded", "context": null, "data": {"id": "mycroft-volume.mycroftai", "name": "VolumeSkill", "modified": 1536752757.84, "path": "/opt/mycroft/skills/mycroft-volume.mycroftai"}}
- 11:51:10.613 - SKILLS - DEBUG - {"context": null, "type": "skillmanager.list", "data": {}}
- 11:51:10.621 - SKILLS - DEBUG - {"type": "mycroft.skills.list", "context": null, "data": {"mycroft-volume.mycroftai": {"id": "mycroft-volume.mycroftai", "active": true}, "mycroft-pairing.mycroftai": {"id": "mycroft-pairing.mycroftai", "active": true}}}
- 11:51:12.940 - mycroft.messagebus.client.ws:on_error:74 - WARNING - Could not send message because connection has closed
- 11:51:12.944 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
- 11:51:12.948 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
- 11:51:13.003 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:51:13.007 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:51:13.010 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:51:13.014 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:51:13.017 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:51:13.021 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:51:13.025 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
- 11:51:13.029 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
- 11:51:13.032 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
- 11:51:13.036 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
- 11:51:13.039 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
- 11:51:13.043 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
- 11:51:13.047 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
- 11:51:13.050 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
- 11:51:13.054 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
- 11:51:13.057 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
- 11:51:13.061 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
- 11:51:13.065 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
- 11:51:13.072 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
- 11:51:13.075 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
- 11:51:13.079 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
- 11:51:13.082 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
- 11:51:13.086 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
- 11:51:13.090 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
- 11:51:13.094 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
- 11:51:13.098 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
- 11:51:13.102 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
- 11:51:13.106 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
- callback(self, *args)
- File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
- self.emitter.emit("open")
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
- f(*args, **kwargs)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
- skill_manager.load_priority()
- File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
- skill = skills[skill_name]
- Traceback (most recent call last):
- File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
- "__main__", mod_spec)
- File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
- exec(code, run_globals)
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
- main()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
- shutdown()
- File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
- skill_manager.join()
- File "/usr/lib/python3.5/threading.py", line 1049, in join
- raise RuntimeError("cannot join thread before it is started")
- RuntimeError: cannot join thread before it is started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement