Advertisement
jmaibach

skills.log

Jan 31st, 2019
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 318.76 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/python3.5/runpy.py", line 183, in _run_module_as_main
  3. mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  4. File "/usr/lib/python3.5/runpy.py", line 109, in _get_module_details
  5. __import__(pkg_name)
  6. File "/home/pi/mycroft-core/mycroft/__init__.py", line 17, in <module>
  7. from mycroft.api import Api
  8. File "/home/pi/mycroft-core/mycroft/api/__init__.py", line 26, in <module>
  9. from mycroft.identity import IdentityManager, identity_lock
  10. File "/home/pi/mycroft-core/mycroft/identity/__init__.py", line 21, in <module>
  11. from mycroft.util.combo_lock import ComboLock
  12. File "/home/pi/mycroft-core/mycroft/util/combo_lock.py", line 16, in <module>
  13. from fasteners.process_lock import InterProcessLock
  14. ImportError: No module named 'fasteners'
  15. Traceback (most recent call last):
  16. File "/usr/lib/python3.5/runpy.py", line 183, in _run_module_as_main
  17. mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  18. File "/usr/lib/python3.5/runpy.py", line 109, in _get_module_details
  19. __import__(pkg_name)
  20. File "/home/pi/mycroft-core/mycroft/__init__.py", line 17, in <module>
  21. from mycroft.api import Api
  22. File "/home/pi/mycroft-core/mycroft/api/__init__.py", line 26, in <module>
  23. from mycroft.identity import IdentityManager, identity_lock
  24. File "/home/pi/mycroft-core/mycroft/identity/__init__.py", line 21, in <module>
  25. from mycroft.util.combo_lock import ComboLock
  26. File "/home/pi/mycroft-core/mycroft/util/combo_lock.py", line 16, in <module>
  27. from fasteners.process_lock import InterProcessLock
  28. ImportError: No module named 'fasteners'
  29. 07:33:00.855 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  30. 07:33:00.880 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  31. 07:33:01.467 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  32. 07:33:01.559 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  33. 07:33:01.666 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  34. 07:33:01.775 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  35. 07:33:01.863 - mycroft.identity:_load:44 - DEBUG - Loading identity
  36. 07:33:01.948 - mycroft.identity:_load:44 - DEBUG - Loading identity
  37. 07:33:01.965 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  38. 07:33:02.349 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  39. 07:33:02.369 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  40. 07:33:02.517 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  41. 07:33:02.540 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  42. 07:33:02.920 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  43. 07:33:03.018 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/var/tmp/mycroft_web_cache.json' not defined, skipping
  44. 07:33:03.099 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  45. 07:33:03.178 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  46. 07:33:03.226 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  47. 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)
  48. 07:33:03.367 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  49. 07:33:04.862 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  50. 07:33:04.926 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  51. 07:33:04.967 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  52. 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)
  53. 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)
  54. 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)
  55. 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)
  56. 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)
  57. 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)
  58. 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)
  59. 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)
  60. 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)
  61. 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)
  62. 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)
  63. 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)
  64. 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)
  65. 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)
  66. 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)
  67. 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)
  68. 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)
  69. 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)
  70. 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)
  71. 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)
  72. 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)
  73. 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)
  74. 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)
  75. 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)
  76. 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)
  77. 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)
  78. 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)
  79. 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)
  80. 07:33:05.692 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  81. LISTENING FOR mycroft-pairing.mycroftai.set
  82. 07:33:05.749 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  83. 07:33:05.756 - mycroft.skills.core:load_skill:150 - INFO - First run of mycroft-pairing.mycroftai
  84. 07:33:05.790 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  85. LISTENING FOR mycroft-volume.mycroftai.set
  86. 07:33:05.979 - VolumeSkill - INFO - ********** Reeg handlers
  87. 07:33:05.992 - VolumeSkill - INFO - ********** Handlers registered
  88. 07:33:06.006 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  89. 07:33:06.016 - mycroft.skills.core:load_skill:150 - INFO - First run of mycroft-volume.mycroftai
  90. 07:33:12.045 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
  91. 07:33:12.350 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
  92. 07:33:12.362 - mycroft.identity:_load:44 - DEBUG - Loading identity
  93. 07:33:12.370 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  94. 07:33:12.730 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  95. 07:33:12.741 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  96. 07:33:12.885 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  97. 07:33:12.897 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  98. 07:33:13.265 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  99. 07:33:28.796 - mycroft.identity:_load:44 - DEBUG - Loading identity
  100. 07:33:28.805 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  101. 07:33:29.201 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  102. 07:33:29.212 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  103. 07:33:29.357 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  104. 07:33:29.372 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  105. 07:33:29.738 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  106. 07:33:29.755 - SKILLS - DEBUG - {"context": null, "type": "connected", "data": {}}
  107. 07:33:29.757 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.reset"}
  108. 07:33:29.761 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "type": "register_vocab"}
  109. 07:33:29.771 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "type": "register_vocab"}
  110. 07:33:29.773 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "type": "register_vocab"}
  111. 07:33:29.777 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "type": "register_vocab"}
  112. 07:33:29.780 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "type": "register_vocab"}
  113. 07:33:29.782 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "type": "register_vocab"}
  114. 07:33:29.787 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "type": "register_vocab"}
  115. 07:33:29.789 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "type": "register_vocab"}
  116. 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"}
  117. 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"}
  118. 07:33:29.800 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "type": "register_vocab"}
  119. 07:33:29.803 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "type": "register_vocab"}
  120. 07:33:29.805 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "type": "register_vocab"}
  121. 07:33:29.809 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "type": "register_vocab"}
  122. 07:33:29.813 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "type": "register_vocab"}
  123. 07:33:29.815 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "type": "register_vocab"}
  124. 07:33:29.819 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "type": "register_vocab"}
  125. 07:33:29.822 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "type": "register_vocab"}
  126. 07:33:29.825 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "type": "register_vocab"}
  127. 07:33:29.829 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "type": "register_vocab"}
  128. 07:33:29.832 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "type": "register_vocab"}
  129. 07:33:29.835 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "type": "register_vocab"}
  130. 07:33:29.838 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "type": "register_vocab"}
  131. 07:33:29.841 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "type": "register_vocab"}
  132. 07:33:29.844 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "type": "register_vocab"}
  133. 07:33:29.847 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "type": "register_vocab"}
  134. 07:33:29.849 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "type": "register_vocab"}
  135. 07:33:29.852 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "type": "register_vocab"}
  136. 07:33:29.855 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "type": "register_vocab"}
  137. 07:33:29.858 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "type": "register_vocab"}
  138. 07:33:29.861 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "type": "register_vocab"}
  139. 07:33:29.863 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "type": "register_vocab"}
  140. 07:33:29.866 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "type": "register_vocab"}
  141. 07:33:29.869 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "type": "register_vocab"}
  142. 07:33:29.872 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "type": "register_vocab"}
  143. 07:33:29.875 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "type": "register_vocab"}
  144. 07:33:29.878 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "type": "register_vocab"}
  145. 07:33:29.882 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "type": "register_vocab"}
  146. 07:33:29.884 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "type": "register_vocab"}
  147. 07:33:29.888 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "type": "register_vocab"}
  148. 07:33:29.891 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "type": "register_vocab"}
  149. 07:33:29.894 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "type": "register_vocab"}
  150. 07:33:29.897 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "type": "register_vocab"}
  151. 07:33:29.900 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "type": "register_vocab"}
  152. 07:33:29.903 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
  153. 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"}
  154. 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"}
  155. 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"}
  156. 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"}
  157. 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"}
  158. 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"}
  159. 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"}
  160. 07:33:29.934 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  161. 07:33:29.937 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "system.ntp.sync"}
  162. 07:33:29.941 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  163. 07:33:29.947 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.reset"}
  164. 07:33:29.952 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "mycroft.internet.connected"}
  165. 07:33:29.955 - SKILLS - DEBUG - {"context": null, "data": {"utterances": ["pair my device"], "lang": "en-us"}, "type": "recognizer_loop:utterance"}
  166. 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"}
  167. 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"}
  168. 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"}
  169. 07:33:30.008 - SKILLS - DEBUG - {"context": {"target": null}, "data": {"name": "PairingSkill.handle_pairing"}, "type": "mycroft.skill.handler.start"}
  170. 07:33:30.025 - mycroft.identity:_load:44 - DEBUG - Loading identity
  171. 07:33:30.034 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  172. 07:33:30.063 - mycroft.identity:_load:44 - DEBUG - Loading identity
  173. 07:33:30.071 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  174. 07:33:30.388 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  175. 07:33:30.399 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  176. 07:33:30.409 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  177. 07:33:30.428 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  178. 07:33:30.545 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  179. 07:33:30.576 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  180. 07:33:30.578 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  181. 07:33:30.605 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  182. 07:33:30.978 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  183. 07:33:30.983 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  184. 07:33:31.006 - PairingSkill - DEBUG - Kicking off pairing sequence
  185. 07:33:31.012 - mycroft.identity:_update:80 - DEBUG - Updaing identity
  186. 07:33:31.018 - mycroft.identity:_load:44 - DEBUG - Loading identity
  187. 07:33:31.027 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  188. 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
  189. 07:33:31.728 - mycroft.enclosure.display_manager:_write_data:70 - INFO - Display Manager is creating /ramdisk/mycroft/ipc/managers/disp_info
  190. 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"}
  191. 07:33:31.742 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.deactivate"}
  192. 07:33:31.789 - SKILLS - DEBUG - {"context": null, "data": {"text": "home.mycroft.ai "}, "type": "enclosure.mouth.text"}
  193. 07:33:35.968 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
  194. 07:33:36.009 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
  195. 07:33:38.619 - SKILLS - DEBUG - {"data": {"side": "b"}, "type": "enclosure.eyes.blink", "context": null}
  196. 07:33:38.624 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_start", "context": null}
  197. 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}
  198. 07:33:47.318 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_end", "context": null}
  199. 07:33:47.322 - SKILLS - DEBUG - {"data": {"side": "b"}, "type": "enclosure.eyes.blink", "context": null}
  200. 07:33:47.391 - SKILLS - DEBUG - {"context": {"target": null}, "data": {"name": "PairingSkill.handle_pairing"}, "type": "mycroft.skill.handler.complete"}
  201. 07:33:57.392 - mycroft.identity:_load:44 - DEBUG - Loading identity
  202. 07:33:57.406 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  203. 07:33:57.794 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  204. 07:33:57.805 - PairingSkill - INFO - Pairing code: EE9M99
  205. 07:33:57.809 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.deactivate"}
  206. 07:33:57.816 - SKILLS - DEBUG - {"context": null, "data": {"text": "EE9M99"}, "type": "enclosure.mouth.text"}
  207. 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"}
  208. 07:34:02.498 - SKILLS - DEBUG - {"data": {"side": "b"}, "type": "enclosure.eyes.blink", "context": null}
  209. 07:34:02.511 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_start", "context": null}
  210. 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}
  211. 07:34:07.836 - mycroft.identity:_load:44 - DEBUG - Loading identity
  212. 07:34:07.852 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  213. 07:34:08.246 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  214. 07:34:13.810 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_end", "context": null}
  215. 07:34:18.262 - mycroft.identity:_load:44 - DEBUG - Loading identity
  216. 07:34:18.271 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  217. 07:34:18.633 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  218. 07:34:28.649 - mycroft.identity:_load:44 - DEBUG - Loading identity
  219. 07:34:28.661 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  220. 07:34:29.013 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  221. 07:34:39.028 - mycroft.identity:_load:44 - DEBUG - Loading identity
  222. 07:34:39.036 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  223. 07:34:39.394 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  224. 07:34:49.419 - mycroft.identity:_load:44 - DEBUG - Loading identity
  225. 07:34:49.427 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  226. 07:34:49.970 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 200 273
  227. 07:34:49.993 - mycroft.identity:save:64 - DEBUG - Saving identity
  228. 07:34:50.000 - mycroft.identity:_update:80 - DEBUG - Updaing identity
  229. 07:34:50.016 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.activate"}
  230. 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"}
  231. 07:34:55.819 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  232. 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"}
  233. 07:34:56.194 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_start", "context": null}
  234. 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}
  235. 07:35:11.140 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:audio_output_end", "context": null}
  236. 07:35:11.145 - SKILLS - DEBUG - {"data": {"side": "b"}, "type": "enclosure.eyes.blink", "context": null}
  237. 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"}
  238. 07:35:11.245 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "mycroft.mic.unmute"}
  239. 07:35:11.250 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "configuration.updated"}
  240. 07:35:11.281 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  241. 07:35:11.301 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  242. 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
  243. 07:35:11.689 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  244. 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
  245. 07:35:12.190 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  246. 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
  247. 07:35:12.687 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  248. 07:35:12.691 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  249. 07:35:18.569 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  250. 07:35:18.575 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  251. 07:35:18.581 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  252. 07:35:18.587 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  253. 07:35:18.592 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  254. 07:35:18.598 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  255. 07:35:18.605 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  256. 07:35:18.612 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  257. 07:35:18.618 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  258. 07:35:18.625 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  259. 07:35:18.632 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  260. 07:35:18.637 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  261. 07:35:18.642 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  262. 07:35:18.648 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  263. 07:35:18.653 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  264. 07:35:18.659 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  265. 07:35:18.665 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  266. 07:35:18.674 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  267. 07:35:18.679 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  268. 07:35:18.686 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  269. 07:35:18.691 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  270. 07:35:18.697 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  271. 07:35:18.702 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  272. 07:35:18.708 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  273. 07:35:18.714 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  274. 07:35:18.720 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  275. Exception in thread Thread-16:
  276. Traceback (most recent call last):
  277. File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  278. self.run()
  279. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 423, in run
  280. self.download_skills()
  281. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 227, in download_skills
  282. with msm.lock, self.thread_lock:
  283. AttributeError: 'MycroftSkillsManager' object has no attribute 'lock'
  284.  
  285. 07:44:26.920 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  286. 07:44:26.937 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  287. 07:44:27.399 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  288. 07:44:27.494 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  289. 07:44:27.585 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  290. 07:44:27.676 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  291. 07:44:27.766 - mycroft.identity:_load:44 - DEBUG - Loading identity
  292. 07:44:27.787 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  293. 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
  294. 07:44:28.272 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  295. 07:44:28.364 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  296. 07:44:28.459 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  297. 07:44:28.469 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  298. 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
  299. 07:44:28.874 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  300. 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
  301. 07:44:29.377 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  302. 07:44:29.463 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  303. 07:44:29.514 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  304. 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)
  305. 07:44:29.600 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  306. 07:44:30.317 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  307. 07:44:30.343 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  308. 07:44:30.367 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  309. 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)
  310. 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)
  311. 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)
  312. 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)
  313. 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)
  314. 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)
  315. 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)
  316. 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)
  317. 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)
  318. 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)
  319. 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)
  320. 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)
  321. 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)
  322. 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)
  323. 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)
  324. 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)
  325. 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)
  326. 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)
  327. 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)
  328. 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)
  329. 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)
  330. 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)
  331. 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)
  332. 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)
  333. 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)
  334. 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)
  335. 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)
  336. 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)
  337. 07:44:30.901 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  338. LISTENING FOR mycroft-pairing.mycroftai.set
  339. 07:44:30.940 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  340. 07:44:30.955 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  341. LISTENING FOR mycroft-volume.mycroftai.set
  342. 07:44:31.108 - VolumeSkill - INFO - ********** Reeg handlers
  343. 07:44:31.117 - VolumeSkill - INFO - ********** Handlers registered
  344. 07:44:31.125 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  345. 07:44:37.146 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
  346. 07:44:37.162 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
  347. 07:44:52.701 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  348. 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
  349. 07:44:53.159 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "connected"}
  350. 07:44:53.161 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "type": "register_vocab"}
  351. 07:44:53.165 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "type": "register_vocab"}
  352. 07:44:53.168 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "type": "register_vocab"}
  353. 07:44:53.171 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "type": "register_vocab"}
  354. 07:44:53.175 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "type": "register_vocab"}
  355. 07:44:53.178 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "type": "register_vocab"}
  356. 07:44:53.182 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "type": "register_vocab"}
  357. 07:44:53.185 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "type": "register_vocab"}
  358. 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"}
  359. 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"}
  360. 07:44:53.195 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "type": "register_vocab"}
  361. 07:44:53.199 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "type": "register_vocab"}
  362. 07:44:53.202 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "type": "register_vocab"}
  363. 07:44:53.204 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "type": "register_vocab"}
  364. 07:44:53.207 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "type": "register_vocab"}
  365. 07:44:53.210 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "type": "register_vocab"}
  366. 07:44:53.213 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "type": "register_vocab"}
  367. 07:44:53.216 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "type": "register_vocab"}
  368. 07:44:53.219 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "type": "register_vocab"}
  369. 07:44:53.222 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "type": "register_vocab"}
  370. 07:44:53.225 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "type": "register_vocab"}
  371. 07:44:53.229 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "type": "register_vocab"}
  372. 07:44:53.232 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "type": "register_vocab"}
  373. 07:44:53.236 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "type": "register_vocab"}
  374. 07:44:53.239 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "type": "register_vocab"}
  375. 07:44:53.241 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "type": "register_vocab"}
  376. 07:44:53.244 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "type": "register_vocab"}
  377. 07:44:53.247 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "type": "register_vocab"}
  378. 07:44:53.250 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "type": "register_vocab"}
  379. 07:44:53.253 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "type": "register_vocab"}
  380. 07:44:53.255 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "type": "register_vocab"}
  381. 07:44:53.257 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "type": "register_vocab"}
  382. 07:44:53.260 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "type": "register_vocab"}
  383. 07:44:53.263 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "type": "register_vocab"}
  384. 07:44:53.266 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "type": "register_vocab"}
  385. 07:44:53.268 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "type": "register_vocab"}
  386. 07:44:53.271 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "type": "register_vocab"}
  387. 07:44:53.274 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "type": "register_vocab"}
  388. 07:44:53.277 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "type": "register_vocab"}
  389. 07:44:53.281 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "type": "register_vocab"}
  390. 07:44:53.283 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "type": "register_vocab"}
  391. 07:44:53.288 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "type": "register_vocab"}
  392. 07:44:53.293 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "type": "register_vocab"}
  393. 07:44:53.297 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "type": "register_vocab"}
  394. 07:44:53.301 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
  395. 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"}
  396. 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"}
  397. 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"}
  398. 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"}
  399. 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"}
  400. 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"}
  401. 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"}
  402. 07:44:53.330 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  403. 07:44:53.334 - SKILLS - DEBUG - {"context": null, "data": {"text": "< < < SYNC < < <"}, "type": "enclosure.mouth.text"}
  404. 07:44:53.338 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "system.ntp.sync"}
  405. 07:44:53.344 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.reset"}
  406. 07:44:53.346 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "mycroft.internet.connected"}
  407. 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"}
  408. 07:44:59.359 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
  409. 07:44:59.377 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
  410. 07:45:05.073 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  411. 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"}
  412. 07:45:34.174 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  413. 07:45:34.180 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  414. 07:45:34.185 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  415. 07:45:34.191 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  416. 07:45:34.197 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  417. 07:45:34.202 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  418. 07:45:34.209 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  419. 07:45:34.214 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  420. 07:45:34.220 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  421. 07:45:34.230 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  422. 07:45:34.236 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  423. 07:45:34.241 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  424. 07:45:34.247 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  425. 07:45:34.253 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  426. 07:45:34.258 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  427. 07:45:34.265 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  428. 07:45:34.271 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  429. 07:45:34.277 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  430. 07:45:34.284 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  431. 07:45:34.290 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  432. 07:45:34.298 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  433. 07:45:34.303 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  434. 07:45:34.308 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  435. 07:45:34.313 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  436. 07:45:34.320 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  437. 07:45:34.325 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  438. Exception in thread Thread-16:
  439. Traceback (most recent call last):
  440. File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  441. self.run()
  442. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 423, in run
  443. self.download_skills()
  444. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 227, in download_skills
  445. with msm.lock, self.thread_lock:
  446. AttributeError: 'MycroftSkillsManager' object has no attribute 'lock'
  447.  
  448. 07:56:01.511 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  449. 07:56:01.527 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  450. 07:56:01.987 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  451. 07:56:02.095 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  452. 07:56:02.184 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  453. 07:56:02.281 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  454. 07:56:02.376 - mycroft.identity:_load:44 - DEBUG - Loading identity
  455. 07:56:02.396 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  456. 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
  457. 07:56:03.004 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  458. 07:56:03.090 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  459. 07:56:03.179 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  460. 07:56:03.189 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  461. 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
  462. 07:56:03.641 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  463. 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
  464. 07:56:04.201 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  465. 07:56:04.287 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  466. 07:56:04.319 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  467. 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)
  468. 07:56:04.399 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  469. 07:56:05.135 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  470. 07:56:05.160 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  471. 07:56:05.184 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  472. 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)
  473. 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)
  474. 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)
  475. 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)
  476. 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)
  477. 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)
  478. 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)
  479. 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)
  480. 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)
  481. 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)
  482. 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)
  483. 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)
  484. 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)
  485. 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)
  486. 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)
  487. 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)
  488. 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)
  489. 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)
  490. 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)
  491. 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)
  492. 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)
  493. 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)
  494. 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)
  495. 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)
  496. 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)
  497. 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)
  498. 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)
  499. 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)
  500. 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)
  501. 07:56:05.692 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  502. LISTENING FOR mycroft-pairing.mycroftai.set
  503. 07:56:05.730 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  504. 07:56:05.745 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  505. LISTENING FOR mycroft-volume.mycroftai.set
  506. 07:56:05.848 - VolumeSkill - INFO - ********** Reeg handlers
  507. 07:56:05.856 - VolumeSkill - INFO - ********** Handlers registered
  508. 07:56:05.864 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  509. 07:56:11.885 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
  510. 07:56:11.903 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
  511. 07:56:27.433 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  512. 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
  513. 07:56:27.834 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "connected"}
  514. 07:56:27.837 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "context": null, "type": "register_vocab"}
  515. 07:56:27.841 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "context": null, "type": "register_vocab"}
  516. 07:56:27.844 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "context": null, "type": "register_vocab"}
  517. 07:56:27.847 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "context": null, "type": "register_vocab"}
  518. 07:56:27.851 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "context": null, "type": "register_vocab"}
  519. 07:56:27.854 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "context": null, "type": "register_vocab"}
  520. 07:56:27.858 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "context": null, "type": "register_vocab"}
  521. 07:56:27.861 - SKILLS - DEBUG - {"data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "context": null, "type": "register_vocab"}
  522. 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"}
  523. 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"}
  524. 07:56:27.872 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "context": null, "type": "register_vocab"}
  525. 07:56:27.876 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "context": null, "type": "register_vocab"}
  526. 07:56:27.879 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "context": null, "type": "register_vocab"}
  527. 07:56:27.882 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "context": null, "type": "register_vocab"}
  528. 07:56:27.885 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "context": null, "type": "register_vocab"}
  529. 07:56:27.888 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "context": null, "type": "register_vocab"}
  530. 07:56:27.892 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "context": null, "type": "register_vocab"}
  531. 07:56:27.895 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "context": null, "type": "register_vocab"}
  532. 07:56:27.898 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "context": null, "type": "register_vocab"}
  533. 07:56:27.901 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "context": null, "type": "register_vocab"}
  534. 07:56:27.905 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "context": null, "type": "register_vocab"}
  535. 07:56:27.908 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "context": null, "type": "register_vocab"}
  536. 07:56:27.911 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "context": null, "type": "register_vocab"}
  537. 07:56:27.914 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "context": null, "type": "register_vocab"}
  538. 07:56:27.917 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "context": null, "type": "register_vocab"}
  539. 07:56:27.920 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "context": null, "type": "register_vocab"}
  540. 07:56:27.923 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "context": null, "type": "register_vocab"}
  541. 07:56:27.927 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "context": null, "type": "register_vocab"}
  542. 07:56:27.930 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "context": null, "type": "register_vocab"}
  543. 07:56:27.933 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "context": null, "type": "register_vocab"}
  544. 07:56:27.936 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "context": null, "type": "register_vocab"}
  545. 07:56:27.939 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "context": null, "type": "register_vocab"}
  546. 07:56:27.941 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "context": null, "type": "register_vocab"}
  547. 07:56:27.944 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "context": null, "type": "register_vocab"}
  548. 07:56:27.947 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "context": null, "type": "register_vocab"}
  549. 07:56:27.950 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "context": null, "type": "register_vocab"}
  550. 07:56:27.952 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "context": null, "type": "register_vocab"}
  551. 07:56:27.955 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "context": null, "type": "register_vocab"}
  552. 07:56:27.957 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "context": null, "type": "register_vocab"}
  553. 07:56:27.960 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "context": null, "type": "register_vocab"}
  554. 07:56:27.963 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "context": null, "type": "register_vocab"}
  555. 07:56:27.966 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "context": null, "type": "register_vocab"}
  556. 07:56:27.969 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "context": null, "type": "register_vocab"}
  557. 07:56:27.972 - SKILLS - DEBUG - {"data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "context": null, "type": "register_vocab"}
  558. 07:56:27.974 - SKILLS - DEBUG - {"data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "context": null, "type": "register_vocab"}
  559. 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"}
  560. 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"}
  561. 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"}
  562. 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"}
  563. 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"}
  564. 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"}
  565. 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"}
  566. 07:56:28.001 - SKILLS - DEBUG - {"data": {"text": "< < < SYNC < < <"}, "context": null, "type": "enclosure.mouth.text"}
  567. 07:56:28.003 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "system.ntp.sync"}
  568. 07:56:28.005 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  569. 07:56:28.008 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  570. 07:56:28.014 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "enclosure.mouth.reset"}
  571. 07:56:28.021 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "mycroft.internet.connected"}
  572. 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"}
  573. 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"}
  574. 07:56:34.038 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): www.msftncsi.com:80
  575. 07:56:34.055 - urllib3.connectionpool - DEBUG - http://www.msftncsi.com:80 "GET /ncsi.txt HTTP/1.1" 200 14
  576. 07:56:54.586 - SKILLS - DEBUG - {"type": "recognizer_loop:record_begin", "data": {}, "context": null}
  577. 07:56:57.556 - SKILLS - DEBUG - {"type": "recognizer_loop:record_end", "data": {}, "context": null}
  578. 07:56:57.575 - SKILLS - DEBUG - {"type": "recognizer_loop:wakeword", "data": {"session": "1177d7ce-0492-499e-82a4-4946133d0681", "utterance": "hey mycroft"}, "context": null}
  579. 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"}}
  580. 07:56:59.100 - SKILLS - DEBUG - {"data": {"utterance": "hello world", "lang": "en-US"}, "context": {"client_name": "mycroft_listener", "ident": "1536739017.541099567263336"}, "type": "intent_failure"}
  581. 07:56:59.114 - SKILLS - DEBUG - {"data": {"handler": "fallback"}, "context": {"client_name": "mycroft_listener", "ident": "1536739017.541099567263336"}, "type": "mycroft.skill.handler.start"}
  582. 07:56:59.121 - mycroft.skills.padatious_service:handle_fallback:129 - DEBUG - Waiting for Padatious training to finish...
  583. 07:56:59.126 - mycroft.skills.core:handler:1638 - WARNING - No fallback could handle intent.
  584. 07:56:59.137 - SKILLS - DEBUG - {"data": {}, "context": {"client_name": "mycroft_listener", "ident": "1536739017.541099567263336"}, "type": "complete_intent_failure"}
  585. 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"}
  586. 07:56:59.179 - SKILLS - DEBUG - {"type": "speak", "data": {"utterance": "Please wait a moment as I finish booting up."}, "context": null}
  587. 07:57:01.452 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:audio_output_start"}
  588. 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"}
  589. 07:57:04.553 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:audio_output_end"}
  590. 07:57:20.744 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  591. 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"}
  592. 08:05:39.880 - SKILLS - DEBUG - {"type": "skillmanager.list", "data": {}, "context": null}
  593. 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"}
  594. 08:08:34.570 - SKILLS - DEBUG - {"context": null, "type": "skillmanager.list", "data": {}}
  595. 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"}
  596. 08:09:13.339 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  597. 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"}
  598. 08:09:29.908 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  599. 08:09:29.913 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  600. 08:09:29.918 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  601. 08:09:29.922 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  602. 08:09:29.929 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  603. 08:09:29.934 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  604. 08:09:29.938 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  605. 08:09:29.942 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  606. 08:09:29.947 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  607. 08:09:29.951 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  608. 08:09:29.957 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  609. 08:09:29.961 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  610. 08:09:29.966 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  611. 08:09:29.970 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  612. 08:09:29.974 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  613. 08:09:29.979 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  614. 08:09:29.990 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  615. 08:09:29.997 - SKILLS - DEBUG - {"data": {"skill_id": "mycroft-volume.mycroftai:"}, "context": null, "type": "detach_skill"}
  616. 08:09:30.010 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  617. 08:09:30.018 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  618. 08:09:30.026 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  619. 08:09:30.036 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  620. 08:09:30.044 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  621. 08:09:30.052 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  622. 08:09:30.060 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  623. 08:09:30.069 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  624. 08:09:30.077 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  625. 08:09:30.084 - SKILLS - DEBUG - {"data": {"skill_id": "mycroft-pairing.mycroftai:"}, "context": null, "type": "detach_skill"}
  626. Exception in thread Thread-16:
  627. Traceback (most recent call last):
  628. File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  629. self.run()
  630. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 423, in run
  631. self.download_skills()
  632. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 227, in download_skills
  633. with msm.lock, self.thread_lock:
  634. AttributeError: 'MycroftSkillsManager' object has no attribute 'lock'
  635.  
  636. 08:09:32.875 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  637. 08:09:32.887 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  638. 08:09:33.271 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  639. 08:09:33.355 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  640. 08:09:33.427 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  641. 08:09:33.500 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  642. 08:09:33.581 - mycroft.identity:_load:44 - DEBUG - Loading identity
  643. 08:09:33.599 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  644. 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
  645. 08:09:34.044 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  646. 08:09:34.116 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  647. 08:09:34.196 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  648. 08:09:34.205 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  649. 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
  650. 08:09:34.669 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  651. 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
  652. 08:09:35.171 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  653. 08:09:35.240 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  654. 08:09:35.271 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  655. 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)
  656. 08:09:35.368 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  657. 08:09:36.111 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  658. 08:09:36.138 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  659. 08:09:36.161 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  660. 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)
  661. 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)
  662. 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)
  663. 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)
  664. 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)
  665. 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)
  666. 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)
  667. 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)
  668. 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)
  669. 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)
  670. 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)
  671. 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)
  672. 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)
  673. 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)
  674. 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)
  675. 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)
  676. 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)
  677. 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)
  678. 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)
  679. 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)
  680. 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)
  681. 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)
  682. 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)
  683. 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)
  684. 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)
  685. 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)
  686. 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)
  687. 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)
  688. 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)
  689. 08:09:36.640 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  690. LISTENING FOR mycroft-pairing.mycroftai.set
  691. 08:09:36.674 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  692. 08:09:36.696 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  693. LISTENING FOR mycroft-volume.mycroftai.set
  694. 08:09:36.827 - VolumeSkill - INFO - ********** Reeg handlers
  695. 08:09:36.838 - VolumeSkill - INFO - ********** Handlers registered
  696. 08:09:36.846 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  697. 08:09:36.851 - root - ERROR - 'skill-hello-world'
  698. 08:09:36.857 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "connected"}
  699. 08:09:36.861 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  700. 08:09:36.866 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  701. 08:09:36.875 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  702. 08:09:36.884 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  703. 08:09:36.894 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  704. 08:09:36.903 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
  705. 08:09:36.911 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
  706. 08:09:36.914 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
  707. 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"}}
  708. 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"}}
  709. 08:09:36.937 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}}
  710. 08:09:36.940 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}}
  711. 08:09:36.944 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}}
  712. 08:09:36.947 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}}
  713. 08:09:36.954 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}}
  714. 08:09:36.957 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}}
  715. 08:09:36.961 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}}
  716. 08:09:36.965 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}}
  717. 08:09:36.969 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}}
  718. 08:09:36.972 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}}
  719. 08:09:36.975 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}}
  720. 08:09:36.978 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}}
  721. 08:09:36.981 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}}
  722. 08:09:36.984 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}}
  723. 08:09:36.988 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}}
  724. 08:09:36.991 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}}
  725. 08:09:36.995 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}}
  726. 08:09:36.997 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}}
  727. 08:09:37.000 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}}
  728. 08:09:37.003 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}}
  729. 08:09:37.006 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}}
  730. 08:09:37.009 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}}
  731. 08:09:37.012 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}}
  732. 08:09:37.014 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}}
  733. 08:09:37.017 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}}
  734. 08:09:37.020 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}}
  735. 08:09:37.023 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}}
  736. 08:09:37.026 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}}
  737. 08:09:37.029 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}}
  738. 08:09:37.032 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}}
  739. 08:09:37.035 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}}
  740. 08:09:37.038 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}}
  741. 08:09:37.040 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}}
  742. 08:09:37.043 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}}
  743. 08:09:37.046 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}}
  744. 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"}}
  745. 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"}}
  746. 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"}}
  747. 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"}}
  748. 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"}}
  749. 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"}}
  750. 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"}}
  751. 09:04:49.623 - SKILLS - DEBUG - {"type": "recognizer_loop:record_begin", "data": {}, "context": null}
  752. 09:04:51.766 - SKILLS - DEBUG - {"type": "recognizer_loop:record_end", "data": {}, "context": null}
  753. 09:04:51.780 - SKILLS - DEBUG - {"type": "recognizer_loop:wakeword", "data": {"session": "331f74b9-3300-4b1d-8ee2-afb152cf40cd", "utterance": "hey mycroft"}, "context": null}
  754. 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"}}
  755. 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"}}
  756. 09:04:53.062 - mycroft.skills.padatious_service:handle_fallback:129 - DEBUG - Waiting for Padatious training to finish...
  757. 09:04:53.064 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.start", "context": {"client_name": "mycroft_listener", "ident": "1536743091.7729337-1263696507"}, "data": {"handler": "fallback"}}
  758. 09:04:53.076 - SKILLS - DEBUG - {"type": "complete_intent_failure", "context": {"client_name": "mycroft_listener", "ident": "1536743091.7729337-1263696507"}, "data": {}}
  759. 09:04:53.079 - mycroft.skills.core:handler:1638 - WARNING - No fallback could handle intent.
  760. 09:04:53.085 - SKILLS - DEBUG - {"type": "speak", "data": {"utterance": "Please wait a moment as I finish booting up."}, "context": null}
  761. 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."}}
  762. 09:04:53.133 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:audio_output_start"}
  763. 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"}
  764. 09:04:56.164 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:audio_output_end"}
  765. 09:06:08.043 - SKILLS - DEBUG - {"type": "skillmanager.list", "data": {}, "context": null}
  766. 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}}}
  767. 09:10:03.586 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "skillmanager.list"}
  768. 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}}}
  769. 09:13:50.079 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  770. 09:13:50.118 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  771. 09:13:50.697 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  772. 09:13:50.784 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  773. 09:13:50.863 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  774. 09:13:50.942 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  775. 09:13:51.313 - mycroft.identity:_load:44 - DEBUG - Loading identity
  776. 09:13:51.395 - mycroft.identity:_load:44 - DEBUG - Loading identity
  777. 09:13:51.413 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  778. 09:13:51.767 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  779. 09:13:51.786 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  780. 09:13:51.936 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  781. 09:13:51.951 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  782. 09:13:52.340 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  783. 09:13:52.461 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /var/tmp/mycroft_web_cache.json loaded
  784. 09:13:52.554 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  785. 09:13:52.640 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  786. 09:13:52.683 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  787. 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)
  788. 09:13:52.884 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  789. 09:13:53.762 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  790. 09:13:53.856 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  791. 09:13:53.890 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  792. 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)
  793. 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)
  794. 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)
  795. 09:13:54.081 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  796. LISTENING FOR mycroft-pairing.mycroftai.set
  797. 09:13:54.137 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  798. 09:13:54.140 - msm.skill_entry - INFO - Downloading skill: https://github.com/mycroftai/skill-volume.git
  799. 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)
  800. 09:13:55.101 - git.repo.base - DEBUG - Cmd(['git', 'clone', '-v', 'https://github.com/mycroftai/skill-volume.git', '/tmp/tmp4bsls4ri'])'s unused stdout:
  801. 09:13:55.124 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', '082c90d0f0b5efd3fe9c6273231cf0a88480e186'], cwd=/tmp/tmp4bsls4ri, universal_newlines=False, shell=None)
  802. 09:13:55.165 - msm.skill_entry - INFO - Successfully installed mycroft-volume
  803. 09:13:55.176 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  804. LISTENING FOR mycroft-volume.mycroftai.set
  805. 09:13:55.364 - VolumeSkill - INFO - ********** Reeg handlers
  806. 09:13:55.373 - VolumeSkill - INFO - ********** Handlers registered
  807. 09:13:55.379 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  808. 09:13:55.386 - mycroft.skills.core:load_skill:150 - INFO - First run of mycroft-volume.mycroftai
  809. 09:13:55.390 - root - ERROR - 'skill-hello-world'
  810. 09:13:55.392 - SKILLS - DEBUG - {"data": {}, "type": "connected", "context": null}
  811. 09:13:55.395 - SKILLS - DEBUG - {"data": {}, "type": "enclosure.reset", "context": null}
  812. 09:13:55.399 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "type": "register_vocab"}
  813. 09:13:55.403 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "type": "register_vocab"}
  814. 09:13:55.406 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "type": "register_vocab"}
  815. 09:13:55.410 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "type": "register_vocab"}
  816. 09:13:55.415 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "type": "register_vocab"}
  817. 09:13:55.419 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "type": "register_vocab"}
  818. 09:13:55.423 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "type": "register_vocab"}
  819. 09:13:55.427 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "type": "register_vocab"}
  820. 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"}
  821. 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"}
  822. 09:13:55.439 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "type": "register_vocab"}
  823. 09:13:55.443 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "type": "register_vocab"}
  824. 09:13:55.446 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "type": "register_vocab"}
  825. 09:13:55.449 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "type": "register_vocab"}
  826. 09:13:55.453 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "type": "register_vocab"}
  827. 09:13:55.457 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "type": "register_vocab"}
  828. 09:13:55.459 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "type": "register_vocab"}
  829. 09:13:55.463 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "type": "register_vocab"}
  830. 09:13:55.466 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "type": "register_vocab"}
  831. 09:13:55.470 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "type": "register_vocab"}
  832. 09:13:55.473 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "type": "register_vocab"}
  833. 09:13:55.476 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "type": "register_vocab"}
  834. 09:13:55.479 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "type": "register_vocab"}
  835. 09:13:55.482 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "type": "register_vocab"}
  836. 09:13:55.485 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "type": "register_vocab"}
  837. 09:13:55.488 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "type": "register_vocab"}
  838. 09:13:55.491 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "type": "register_vocab"}
  839. 09:13:55.494 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "type": "register_vocab"}
  840. 09:13:55.498 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "type": "register_vocab"}
  841. 09:13:55.501 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "type": "register_vocab"}
  842. 09:13:55.504 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "type": "register_vocab"}
  843. 09:13:55.507 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "type": "register_vocab"}
  844. 09:13:55.510 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "type": "register_vocab"}
  845. 09:13:55.513 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "type": "register_vocab"}
  846. 09:13:55.517 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "type": "register_vocab"}
  847. 09:13:55.520 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "type": "register_vocab"}
  848. 09:13:55.523 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "type": "register_vocab"}
  849. 09:13:55.527 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "type": "register_vocab"}
  850. 09:13:55.530 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "type": "register_vocab"}
  851. 09:13:55.534 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "type": "register_vocab"}
  852. 09:13:55.537 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "type": "register_vocab"}
  853. 09:13:55.540 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "type": "register_vocab"}
  854. 09:13:55.543 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "type": "register_vocab"}
  855. 09:13:55.546 - SKILLS - DEBUG - {"context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "type": "register_vocab"}
  856. 09:13:55.550 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
  857. 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"}
  858. 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"}
  859. 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"}
  860. 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"}
  861. 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"}
  862. 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"}
  863. 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"}
  864. 09:14:06.589 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:record_begin", "context": null}
  865. 09:14:08.494 - SKILLS - DEBUG - {"data": {}, "type": "recognizer_loop:record_end", "context": null}
  866. 09:14:08.509 - SKILLS - DEBUG - {"data": {"utterance": "hey mycroft", "session": "fab89ea4-8d26-43c5-93df-ee36c1f5dea0"}, "type": "recognizer_loop:wakeword", "context": null}
  867. 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"}}
  868. 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"}
  869. 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"}
  870. 09:14:09.490 - mycroft.identity:_load:44 - DEBUG - Loading identity
  871. 09:14:09.506 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  872. 09:14:09.540 - mycroft.identity:_load:44 - DEBUG - Loading identity
  873. 09:14:09.550 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  874. 09:14:09.858 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  875. 09:14:09.868 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  876. 09:14:09.924 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  877. 09:14:09.936 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  878. 09:14:10.012 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  879. 09:14:10.026 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  880. 09:14:10.082 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  881. 09:14:10.096 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  882. 09:14:10.402 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  883. 09:14:10.481 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  884. 09:14:10.493 - PairingSkill - DEBUG - Kicking off pairing sequence
  885. 09:14:10.498 - mycroft.identity:_update:80 - DEBUG - Updaing identity
  886. 09:14:10.506 - mycroft.identity:_load:44 - DEBUG - Loading identity
  887. 09:14:10.515 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  888. 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
  889. 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"}
  890. 09:14:11.248 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.deactivate"}
  891. 09:14:11.251 - SKILLS - DEBUG - {"context": null, "data": {"text": "home.mycroft.ai "}, "type": "enclosure.mouth.text"}
  892. 09:14:19.228 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_start", "data": {}}
  893. 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]]}}
  894. 09:14:27.917 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_end", "data": {}}
  895. 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"}
  896. 09:14:28.025 - mycroft.identity:_load:44 - DEBUG - Loading identity
  897. 09:14:28.040 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  898. 09:14:28.381 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  899. 09:14:28.391 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  900. 09:14:28.536 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  901. 09:14:28.549 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  902. 09:14:28.936 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  903. 09:14:38.001 - mycroft.identity:_load:44 - DEBUG - Loading identity
  904. 09:14:38.010 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  905. 09:14:38.410 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  906. 09:14:38.422 - PairingSkill - INFO - Pairing code: VXRVMV
  907. 09:14:38.429 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.deactivate"}
  908. 09:14:38.432 - SKILLS - DEBUG - {"context": null, "data": {"text": "VXRVMV"}, "type": "enclosure.mouth.text"}
  909. 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"}
  910. 09:14:43.137 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_start", "data": {}}
  911. 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]]}}
  912. 09:14:48.445 - mycroft.identity:_load:44 - DEBUG - Loading identity
  913. 09:14:48.454 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  914. 09:14:48.811 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  915. 09:14:54.597 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_end", "data": {}}
  916. 09:14:58.832 - mycroft.identity:_load:44 - DEBUG - Loading identity
  917. 09:14:58.847 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  918. 09:14:59.198 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  919. 09:15:09.214 - mycroft.identity:_load:44 - DEBUG - Loading identity
  920. 09:15:09.223 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  921. 09:15:09.646 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 200 273
  922. 09:15:09.660 - mycroft.identity:save:64 - DEBUG - Saving identity
  923. 09:15:09.663 - mycroft.identity:_update:80 - DEBUG - Updaing identity
  924. 09:15:09.679 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "enclosure.mouth.events.activate"}
  925. 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"}
  926. 09:15:16.029 - SKILLS - DEBUG - {"context": null, "type": "enclosure.eyes.blink", "data": {"side": "b"}}
  927. 09:15:16.035 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_start", "data": {}}
  928. 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]]}}
  929. 09:15:30.987 - SKILLS - DEBUG - {"context": null, "type": "recognizer_loop:audio_output_end", "data": {}}
  930. 09:15:30.998 - SKILLS - DEBUG - {"context": null, "type": "enclosure.eyes.blink", "data": {"side": "b"}}
  931. 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"}
  932. 09:15:31.103 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "mycroft.mic.unmute"}
  933. 09:15:31.110 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "configuration.updated"}
  934. 09:15:31.119 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  935. 09:15:31.136 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  936. 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
  937. 09:15:31.618 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  938. 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
  939. 09:15:32.118 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  940. 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
  941. 09:15:32.558 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  942. 09:15:32.562 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  943. 09:15:59.897 - SKILLS - DEBUG - {"data": {}, "type": "skillmanager.list", "context": null}
  944. 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"}
  945. 09:16:35.077 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  946. 09:16:35.093 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  947. 09:16:35.098 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  948. 09:16:35.105 - mycroft.messagebus.client.ws:on_error:74 - WARNING - Could not send message because connection has closed
  949. 09:16:35.128 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  950. 09:16:35.142 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
  951. 09:16:35.147 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
  952. 09:16:35.153 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  953. 09:16:35.158 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  954. 09:16:35.163 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  955. 09:16:35.168 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  956. 09:16:35.173 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  957. 09:16:35.178 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  958. 09:16:35.183 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  959. 09:16:35.188 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  960. 09:16:35.193 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  961. 09:16:35.201 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  962. 09:16:35.205 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  963. 09:16:35.210 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  964. 09:16:35.215 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  965. 09:16:35.221 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
  966. 09:16:35.227 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  967. 09:16:35.232 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  968. 09:16:35.236 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  969. 09:16:35.242 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  970. 09:16:35.248 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  971. 09:16:35.253 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  972. 09:16:35.257 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  973. 09:16:35.263 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  974. 09:16:35.268 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  975. 09:16:35.273 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
  976. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
  977. callback(self, *args)
  978. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
  979. self.emitter.emit("open")
  980. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
  981. f(*args, **kwargs)
  982. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
  983. f(*args, **kwargs)
  984. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
  985. skill_manager.load_priority()
  986. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
  987. skill = skills[skill_name]
  988. Traceback (most recent call last):
  989. File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
  990. "__main__", mod_spec)
  991. File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  992. exec(code, run_globals)
  993. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
  994. main()
  995. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
  996. shutdown()
  997. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
  998. skill_manager.join()
  999. File "/usr/lib/python3.5/threading.py", line 1049, in join
  1000. raise RuntimeError("cannot join thread before it is started")
  1001. RuntimeError: cannot join thread before it is started
  1002. 09:32:42.494 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1003. 09:32:42.508 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1004. 09:32:42.910 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1005. 09:32:42.992 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1006. 09:32:43.068 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1007. 09:32:43.146 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1008. 09:32:43.228 - mycroft.identity:_load:44 - DEBUG - Loading identity
  1009. 09:32:43.248 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1010. 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
  1011. 09:32:43.772 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1012. 09:32:43.845 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1013. 09:32:43.915 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1014. 09:32:43.924 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1015. 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
  1016. 09:32:44.324 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1017. 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
  1018. 09:32:44.884 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1019. 09:32:44.977 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1020. 09:32:45.026 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  1021. 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)
  1022. 09:32:45.117 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1023. 09:32:45.946 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1024. 09:32:45.990 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1025. 09:32:46.017 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1026. 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)
  1027. 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)
  1028. 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)
  1029. 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)
  1030. 09:32:46.134 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  1031. LISTENING FOR mycroft-pairing.mycroftai.set
  1032. 09:32:46.176 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  1033. 09:32:46.193 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  1034. LISTENING FOR mycroft-volume.mycroftai.set
  1035. 09:32:46.321 - VolumeSkill - INFO - ********** Reeg handlers
  1036. 09:32:46.330 - VolumeSkill - INFO - ********** Handlers registered
  1037. 09:32:46.338 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  1038. 09:32:46.340 - root - ERROR - 'skill-hello-world'
  1039. 09:32:46.343 - SKILLS - DEBUG - {"data": {}, "type": "connected", "context": null}
  1040. 09:32:46.347 - SKILLS - DEBUG - {"data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1041. 09:32:46.350 - SKILLS - DEBUG - {"data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1042. 09:32:46.355 - SKILLS - DEBUG - {"data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1043. 09:32:46.358 - SKILLS - DEBUG - {"data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1044. 09:32:46.363 - SKILLS - DEBUG - {"data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1045. 09:32:46.367 - SKILLS - DEBUG - {"data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
  1046. 09:32:46.371 - SKILLS - DEBUG - {"data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
  1047. 09:32:46.375 - SKILLS - DEBUG - {"data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
  1048. 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}
  1049. 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}
  1050. 09:32:46.390 - SKILLS - DEBUG - {"data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
  1051. 09:32:46.394 - SKILLS - DEBUG - {"data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
  1052. 09:32:46.399 - SKILLS - DEBUG - {"data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
  1053. 09:32:46.404 - SKILLS - DEBUG - {"data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1054. 09:32:46.408 - SKILLS - DEBUG - {"data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1055. 09:32:46.411 - SKILLS - DEBUG - {"data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1056. 09:32:46.416 - SKILLS - DEBUG - {"data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1057. 09:32:46.420 - SKILLS - DEBUG - {"data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1058. 09:32:46.424 - SKILLS - DEBUG - {"data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
  1059. 09:32:46.427 - SKILLS - DEBUG - {"data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
  1060. 09:32:46.429 - SKILLS - DEBUG - {"data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
  1061. 09:32:46.435 - SKILLS - DEBUG - {"data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1062. 09:32:46.438 - SKILLS - DEBUG - {"data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1063. 09:32:46.441 - SKILLS - DEBUG - {"data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1064. 09:32:46.445 - SKILLS - DEBUG - {"data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1065. 09:32:46.448 - SKILLS - DEBUG - {"data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1066. 09:32:46.450 - SKILLS - DEBUG - {"data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1067. 09:32:46.453 - SKILLS - DEBUG - {"data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1068. 09:32:46.455 - SKILLS - DEBUG - {"data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1069. 09:32:46.457 - SKILLS - DEBUG - {"data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1070. 09:32:46.459 - SKILLS - DEBUG - {"data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1071. 09:32:46.466 - SKILLS - DEBUG - {"data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1072. 09:32:46.470 - SKILLS - DEBUG - {"data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1073. 09:32:46.474 - SKILLS - DEBUG - {"data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1074. 09:32:46.477 - SKILLS - DEBUG - {"data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1075. 09:32:46.480 - SKILLS - DEBUG - {"data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1076. 09:32:46.483 - SKILLS - DEBUG - {"data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1077. 09:32:46.487 - SKILLS - DEBUG - {"data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1078. 09:32:46.490 - SKILLS - DEBUG - {"data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1079. 09:32:46.493 - SKILLS - DEBUG - {"data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1080. 09:32:46.496 - SKILLS - DEBUG - {"data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1081. 09:32:46.500 - SKILLS - DEBUG - {"data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1082. 09:32:46.504 - SKILLS - DEBUG - {"data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab", "context": null}
  1083. 09:32:46.507 - SKILLS - DEBUG - {"data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab", "context": null}
  1084. 09:32:46.510 - SKILLS - DEBUG - {"data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab", "context": null}
  1085. 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}
  1086. 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}
  1087. 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}
  1088. 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}
  1089. 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}
  1090. 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}
  1091. 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}
  1092. 09:33:02.629 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1093. 09:33:02.635 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1094. 09:33:02.641 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1095. 09:33:02.645 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1096. 09:33:02.650 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1097. 09:33:02.655 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1098. 09:33:02.665 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  1099. 09:33:02.671 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  1100. 09:33:02.677 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  1101. 09:33:02.688 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1102. 09:33:02.694 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1103. 09:33:02.700 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1104. 09:33:02.706 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1105. 09:33:02.712 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1106. 09:33:02.718 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1107. 09:33:02.725 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  1108. 09:33:02.732 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  1109. 09:33:02.740 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  1110. 09:33:02.746 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  1111. 09:33:02.753 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  1112. 09:33:02.760 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  1113. 09:33:02.770 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  1114. 09:33:02.776 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  1115. 09:33:02.783 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  1116. 09:33:02.789 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  1117. 09:33:02.796 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  1118. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
  1119. callback(self, *args)
  1120. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
  1121. self.emitter.emit("open")
  1122. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
  1123. f(*args, **kwargs)
  1124. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
  1125. f(*args, **kwargs)
  1126. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
  1127. skill_manager.load_priority()
  1128. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
  1129. skill = skills[skill_name]
  1130. Traceback (most recent call last):
  1131. File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
  1132. "__main__", mod_spec)
  1133. File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  1134. exec(code, run_globals)
  1135. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
  1136. main()
  1137. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
  1138. shutdown()
  1139. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
  1140. skill_manager.join()
  1141. File "/usr/lib/python3.5/threading.py", line 1049, in join
  1142. raise RuntimeError("cannot join thread before it is started")
  1143. RuntimeError: cannot join thread before it is started
  1144. 11:05:33.034 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1145. 11:05:33.066 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1146. 11:05:33.550 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1147. 11:05:33.645 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1148. 11:05:33.737 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1149. 11:05:33.842 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1150. 11:05:33.943 - mycroft.identity:_load:44 - DEBUG - Loading identity
  1151. 11:05:33.963 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1152. 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
  1153. 11:05:34.451 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1154. 11:05:34.536 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1155. 11:05:34.625 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1156. 11:05:34.635 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1157. 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
  1158. 11:05:35.056 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1159. 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
  1160. 11:05:35.583 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1161. 11:05:35.672 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1162. 11:05:35.710 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  1163. 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)
  1164. 11:05:35.913 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1165. 11:05:36.974 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1166. 11:05:37.044 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1167. 11:05:37.080 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1168. 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)
  1169. 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)
  1170. 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)
  1171. 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)
  1172. 11:05:37.285 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  1173. LISTENING FOR mycroft-pairing.mycroftai.set
  1174. 11:05:37.368 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  1175. 11:05:37.406 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  1176. LISTENING FOR mycroft-volume.mycroftai.set
  1177. 11:05:37.715 - VolumeSkill - INFO - ********** Reeg handlers
  1178. 11:05:37.723 - VolumeSkill - INFO - ********** Handlers registered
  1179. 11:05:37.728 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  1180. 11:05:37.731 - root - ERROR - 'skill-hello-world'
  1181. 11:05:37.734 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "connected"}
  1182. 11:05:37.737 - SKILLS - DEBUG - {"data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1183. 11:05:37.740 - SKILLS - DEBUG - {"data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1184. 11:05:37.757 - SKILLS - DEBUG - {"data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1185. 11:05:37.762 - SKILLS - DEBUG - {"data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1186. 11:05:37.767 - SKILLS - DEBUG - {"data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab", "context": null}
  1187. 11:05:37.771 - SKILLS - DEBUG - {"data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
  1188. 11:05:37.775 - SKILLS - DEBUG - {"data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
  1189. 11:05:37.779 - SKILLS - DEBUG - {"data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab", "context": null}
  1190. 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}
  1191. 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}
  1192. 11:05:37.791 - SKILLS - DEBUG - {"data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
  1193. 11:05:37.795 - SKILLS - DEBUG - {"data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
  1194. 11:05:37.799 - SKILLS - DEBUG - {"data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab", "context": null}
  1195. 11:05:37.802 - SKILLS - DEBUG - {"data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1196. 11:05:37.806 - SKILLS - DEBUG - {"data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1197. 11:05:37.809 - SKILLS - DEBUG - {"data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1198. 11:05:37.813 - SKILLS - DEBUG - {"data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1199. 11:05:37.817 - SKILLS - DEBUG - {"data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab", "context": null}
  1200. 11:05:37.820 - SKILLS - DEBUG - {"data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
  1201. 11:05:37.824 - SKILLS - DEBUG - {"data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
  1202. 11:05:37.826 - SKILLS - DEBUG - {"data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab", "context": null}
  1203. 11:05:37.829 - SKILLS - DEBUG - {"data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1204. 11:05:37.832 - SKILLS - DEBUG - {"data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1205. 11:05:37.835 - SKILLS - DEBUG - {"data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1206. 11:05:37.838 - SKILLS - DEBUG - {"data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1207. 11:05:37.841 - SKILLS - DEBUG - {"data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1208. 11:05:37.844 - SKILLS - DEBUG - {"data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1209. 11:05:37.848 - SKILLS - DEBUG - {"data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1210. 11:05:37.850 - SKILLS - DEBUG - {"data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1211. 11:05:37.853 - SKILLS - DEBUG - {"data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1212. 11:05:37.856 - SKILLS - DEBUG - {"data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1213. 11:05:37.859 - SKILLS - DEBUG - {"data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1214. 11:05:37.862 - SKILLS - DEBUG - {"data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1215. 11:05:37.865 - SKILLS - DEBUG - {"data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1216. 11:05:37.868 - SKILLS - DEBUG - {"data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1217. 11:05:37.871 - SKILLS - DEBUG - {"data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab", "context": null}
  1218. 11:05:37.874 - SKILLS - DEBUG - {"data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1219. 11:05:37.877 - SKILLS - DEBUG - {"data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1220. 11:05:37.880 - SKILLS - DEBUG - {"data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1221. 11:05:37.883 - SKILLS - DEBUG - {"data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1222. 11:05:37.886 - SKILLS - DEBUG - {"data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1223. 11:05:37.889 - SKILLS - DEBUG - {"data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab", "context": null}
  1224. 11:05:37.892 - SKILLS - DEBUG - {"data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab", "context": null}
  1225. 11:05:37.896 - SKILLS - DEBUG - {"data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab", "context": null}
  1226. 11:05:37.900 - SKILLS - DEBUG - {"data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab", "context": null}
  1227. 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}
  1228. 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}
  1229. 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}
  1230. 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}
  1231. 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}
  1232. 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}
  1233. 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}
  1234. 11:06:04.831 - SKILLS - DEBUG - {"data": {}, "type": "skillmanager.list", "context": null}
  1235. 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}
  1236. 11:07:24.524 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1237. 11:07:24.530 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1238. 11:07:24.552 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1239. 11:07:24.563 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1240. 11:07:24.575 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1241. 11:07:24.585 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1242. 11:07:24.596 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  1243. 11:07:24.608 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  1244. 11:07:24.619 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  1245. 11:07:24.633 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1246. 11:07:24.639 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1247. 11:07:24.645 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1248. 11:07:24.651 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1249. 11:07:24.657 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1250. 11:07:24.663 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1251. 11:07:24.669 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  1252. 11:07:24.677 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  1253. 11:07:24.683 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  1254. 11:07:24.689 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  1255. 11:07:24.695 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  1256. 11:07:24.703 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  1257. 11:07:24.711 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  1258. 11:07:24.716 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  1259. 11:07:24.722 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  1260. 11:07:24.728 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  1261. 11:07:24.734 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  1262. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
  1263. callback(self, *args)
  1264. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
  1265. self.emitter.emit("open")
  1266. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
  1267. f(*args, **kwargs)
  1268. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
  1269. f(*args, **kwargs)
  1270. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
  1271. skill_manager.load_priority()
  1272. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
  1273. skill = skills[skill_name]
  1274. Traceback (most recent call last):
  1275. File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
  1276. "__main__", mod_spec)
  1277. File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  1278. exec(code, run_globals)
  1279. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
  1280. main()
  1281. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
  1282. shutdown()
  1283. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
  1284. skill_manager.join()
  1285. File "/usr/lib/python3.5/threading.py", line 1049, in join
  1286. raise RuntimeError("cannot join thread before it is started")
  1287. RuntimeError: cannot join thread before it is started
  1288. 11:32:20.957 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1289. 11:32:20.975 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1290. 11:32:21.596 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1291. 11:32:21.684 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1292. 11:32:21.766 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1293. 11:32:21.848 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1294. 11:32:21.933 - mycroft.identity:_load:44 - DEBUG - Loading identity
  1295. 11:32:21.952 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1296. 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
  1297. 11:32:22.461 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1298. 11:32:22.542 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1299. 11:32:22.623 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1300. 11:32:22.632 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1301. 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
  1302. 11:32:23.112 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1303. 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
  1304. 11:32:23.614 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1305. 11:32:23.697 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1306. 11:32:23.745 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  1307. 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)
  1308. 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:
  1309. 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)
  1310. 11:32:28.001 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1311. 11:32:28.873 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1312. 11:32:28.901 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1313. 11:32:28.926 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1314. 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)
  1315. 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)
  1316. 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)
  1317. 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)
  1318. 11:32:29.038 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  1319. LISTENING FOR mycroft-pairing.mycroftai.set
  1320. 11:32:29.080 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  1321. 11:32:29.095 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  1322. LISTENING FOR mycroft-volume.mycroftai.set
  1323. 11:32:29.221 - VolumeSkill - INFO - ********** Reeg handlers
  1324. 11:32:29.231 - VolumeSkill - INFO - ********** Handlers registered
  1325. 11:32:29.239 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  1326. 11:32:29.242 - root - ERROR - 'skill-hello-world'
  1327. 11:32:29.246 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "connected"}
  1328. 11:32:29.249 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}, "context": null}
  1329. 11:32:29.252 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}, "context": null}
  1330. 11:32:29.255 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}, "context": null}
  1331. 11:32:29.258 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}, "context": null}
  1332. 11:32:29.261 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}, "context": null}
  1333. 11:32:29.271 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}, "context": null}
  1334. 11:32:29.274 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}, "context": null}
  1335. 11:32:29.277 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}, "context": null}
  1336. 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}
  1337. 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}
  1338. 11:32:29.294 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}, "context": null}
  1339. 11:32:29.297 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}, "context": null}
  1340. 11:32:29.306 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}, "context": null}
  1341. 11:32:29.310 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}, "context": null}
  1342. 11:32:29.318 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}, "context": null}
  1343. 11:32:29.328 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}, "context": null}
  1344. 11:32:29.332 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}, "context": null}
  1345. 11:32:29.336 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}, "context": null}
  1346. 11:32:29.340 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}, "context": null}
  1347. 11:32:29.345 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}, "context": null}
  1348. 11:32:29.349 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}, "context": null}
  1349. 11:32:29.352 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}, "context": null}
  1350. 11:32:29.356 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}, "context": null}
  1351. 11:32:29.360 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}, "context": null}
  1352. 11:32:29.363 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}, "context": null}
  1353. 11:32:29.367 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}, "context": null}
  1354. 11:32:29.371 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}, "context": null}
  1355. 11:32:29.374 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}, "context": null}
  1356. 11:32:29.377 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}, "context": null}
  1357. 11:32:29.380 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}, "context": null}
  1358. 11:32:29.384 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}, "context": null}
  1359. 11:32:29.388 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}, "context": null}
  1360. 11:32:29.393 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}, "context": null}
  1361. 11:32:29.398 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}, "context": null}
  1362. 11:32:29.401 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}, "context": null}
  1363. 11:32:29.406 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}, "context": null}
  1364. 11:32:29.409 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}, "context": null}
  1365. 11:32:29.412 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}, "context": null}
  1366. 11:32:29.416 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}, "context": null}
  1367. 11:32:29.419 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}, "context": null}
  1368. 11:32:29.422 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}, "context": null}
  1369. 11:32:29.425 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}, "context": null}
  1370. 11:32:29.428 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}, "context": null}
  1371. 11:32:29.432 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}, "context": null}
  1372. 11:32:29.435 - SKILLS - DEBUG - {"type": "register_vocab", "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "context": null}
  1373. 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}
  1374. 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}
  1375. 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}
  1376. 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}
  1377. 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}
  1378. 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}
  1379. 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}
  1380. 11:32:39.390 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "skillmanager.list"}
  1381. 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}
  1382. 11:32:51.361 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1383. 11:32:51.368 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1384. 11:32:51.373 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1385. 11:32:51.391 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1386. 11:32:51.410 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1387. 11:32:51.416 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1388. 11:32:51.433 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  1389. 11:32:51.457 - mycroft.messagebus.client.ws:on_error:74 - WARNING - Could not send message because connection has closed
  1390. 11:32:51.458 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  1391. 11:32:51.463 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
  1392. 11:32:51.469 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  1393. 11:32:51.475 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
  1394. 11:32:51.483 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
  1395. 11:32:51.499 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1396. 11:32:51.508 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1397. 11:32:51.530 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1398. 11:32:51.535 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1399. 11:32:51.540 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1400. 11:32:51.544 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1401. 11:32:51.549 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  1402. 11:32:51.554 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  1403. 11:32:51.559 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  1404. 11:32:51.563 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  1405. 11:32:51.569 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  1406. 11:32:51.574 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  1407. 11:32:51.578 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  1408. 11:32:51.583 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  1409. 11:32:51.588 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  1410. 11:32:51.593 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  1411. 11:32:51.597 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  1412. 11:32:51.603 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
  1413. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
  1414. callback(self, *args)
  1415. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
  1416. self.emitter.emit("open")
  1417. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
  1418. f(*args, **kwargs)
  1419. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
  1420. f(*args, **kwargs)
  1421. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
  1422. skill_manager.load_priority()
  1423. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
  1424. skill = skills[skill_name]
  1425. Traceback (most recent call last):
  1426. File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
  1427. "__main__", mod_spec)
  1428. File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  1429. exec(code, run_globals)
  1430. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
  1431. main()
  1432. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
  1433. shutdown()
  1434. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
  1435. skill_manager.join()
  1436. File "/usr/lib/python3.5/threading.py", line 1049, in join
  1437. raise RuntimeError("cannot join thread before it is started")
  1438. RuntimeError: cannot join thread before it is started
  1439. 11:34:03.874 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1440. 11:34:03.896 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1441. 11:34:04.592 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1442. 11:34:04.687 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1443. 11:34:04.778 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1444. 11:34:04.864 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1445. 11:34:04.951 - mycroft.identity:_load:44 - DEBUG - Loading identity
  1446. 11:34:04.972 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1447. 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
  1448. 11:34:05.476 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1449. 11:34:05.553 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1450. 11:34:05.633 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1451. 11:34:05.642 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1452. 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
  1453. 11:34:06.096 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1454. 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
  1455. 11:34:06.655 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1456. 11:34:06.738 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1457. 11:34:06.778 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  1458. 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)
  1459. 11:34:06.869 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1460. 11:34:07.572 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1461. 11:34:07.599 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1462. 11:34:07.622 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1463. 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)
  1464. 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)
  1465. 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)
  1466. 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)
  1467. 11:34:07.755 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  1468. LISTENING FOR mycroft-pairing.mycroftai.set
  1469. 11:34:07.797 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  1470. 11:34:07.811 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  1471. LISTENING FOR mycroft-volume.mycroftai.set
  1472. 11:34:07.985 - VolumeSkill - INFO - ********** Reeg handlers
  1473. 11:34:08.007 - VolumeSkill - INFO - ********** Handlers registered
  1474. 11:34:08.025 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  1475. 11:34:08.036 - root - ERROR - 'skill-hello-world'
  1476. 11:34:08.040 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "connected"}
  1477. 11:34:08.049 - SKILLS - DEBUG - {"context": null, "data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1478. 11:34:08.057 - SKILLS - DEBUG - {"context": null, "data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1479. 11:34:08.062 - SKILLS - DEBUG - {"context": null, "data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1480. 11:34:08.068 - SKILLS - DEBUG - {"context": null, "data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1481. 11:34:08.075 - SKILLS - DEBUG - {"context": null, "data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1482. 11:34:08.079 - SKILLS - DEBUG - {"context": null, "data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
  1483. 11:34:08.083 - SKILLS - DEBUG - {"context": null, "data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
  1484. 11:34:08.087 - SKILLS - DEBUG - {"context": null, "data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
  1485. 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"}
  1486. 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"}
  1487. 11:34:08.101 - SKILLS - DEBUG - {"context": null, "data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
  1488. 11:34:08.105 - SKILLS - DEBUG - {"context": null, "data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
  1489. 11:34:08.108 - SKILLS - DEBUG - {"context": null, "data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
  1490. 11:34:08.111 - SKILLS - DEBUG - {"context": null, "data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1491. 11:34:08.115 - SKILLS - DEBUG - {"context": null, "data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1492. 11:34:08.118 - SKILLS - DEBUG - {"context": null, "data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1493. 11:34:08.121 - SKILLS - DEBUG - {"context": null, "data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1494. 11:34:08.125 - SKILLS - DEBUG - {"context": null, "data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1495. 11:34:08.128 - SKILLS - DEBUG - {"context": null, "data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
  1496. 11:34:08.131 - SKILLS - DEBUG - {"context": null, "data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
  1497. 11:34:08.135 - SKILLS - DEBUG - {"context": null, "data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
  1498. 11:34:08.138 - SKILLS - DEBUG - {"context": null, "data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1499. 11:34:08.141 - SKILLS - DEBUG - {"context": null, "data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1500. 11:34:08.144 - SKILLS - DEBUG - {"context": null, "data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1501. 11:34:08.147 - SKILLS - DEBUG - {"context": null, "data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1502. 11:34:08.150 - SKILLS - DEBUG - {"context": null, "data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1503. 11:34:08.154 - SKILLS - DEBUG - {"context": null, "data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1504. 11:34:08.157 - SKILLS - DEBUG - {"context": null, "data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1505. 11:34:08.160 - SKILLS - DEBUG - {"context": null, "data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1506. 11:34:08.165 - SKILLS - DEBUG - {"context": null, "data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1507. 11:34:08.170 - SKILLS - DEBUG - {"context": null, "data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1508. 11:34:08.175 - SKILLS - DEBUG - {"context": null, "data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1509. 11:34:08.180 - SKILLS - DEBUG - {"context": null, "data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1510. 11:34:08.187 - SKILLS - DEBUG - {"context": null, "data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1511. 11:34:08.191 - SKILLS - DEBUG - {"context": null, "data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1512. 11:34:08.194 - SKILLS - DEBUG - {"context": null, "data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1513. 11:34:08.197 - SKILLS - DEBUG - {"context": null, "data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1514. 11:34:08.200 - SKILLS - DEBUG - {"context": null, "data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1515. 11:34:08.203 - SKILLS - DEBUG - {"context": null, "data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1516. 11:34:08.206 - SKILLS - DEBUG - {"context": null, "data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1517. 11:34:08.211 - SKILLS - DEBUG - {"context": null, "data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1518. 11:34:08.215 - SKILLS - DEBUG - {"context": null, "data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1519. 11:34:08.218 - SKILLS - DEBUG - {"context": null, "data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab"}
  1520. 11:34:08.221 - SKILLS - DEBUG - {"context": null, "data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab"}
  1521. 11:34:08.224 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
  1522. 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"}
  1523. 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"}
  1524. 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"}
  1525. 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"}
  1526. 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"}
  1527. 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"}
  1528. 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"}
  1529. 11:34:18.638 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "skillmanager.list"}
  1530. 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"}
  1531. 11:41:39.948 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1532. 11:41:39.955 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1533. 11:41:39.962 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1534. 11:41:39.968 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1535. 11:41:39.974 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1536. 11:41:39.980 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1537. 11:41:39.986 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  1538. 11:41:39.992 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  1539. 11:41:39.998 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  1540. 11:41:40.009 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1541. 11:41:40.015 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1542. 11:41:40.022 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1543. 11:41:40.028 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1544. 11:41:40.034 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1545. 11:41:40.041 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1546. 11:41:40.049 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  1547. 11:41:40.054 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  1548. 11:41:40.060 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  1549. 11:41:40.066 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  1550. 11:41:40.072 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  1551. 11:41:40.078 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  1552. 11:41:40.086 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  1553. 11:41:40.092 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  1554. 11:41:40.098 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  1555. 11:41:40.106 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  1556. 11:41:40.112 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  1557. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
  1558. callback(self, *args)
  1559. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
  1560. self.emitter.emit("open")
  1561. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
  1562. f(*args, **kwargs)
  1563. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
  1564. f(*args, **kwargs)
  1565. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
  1566. skill_manager.load_priority()
  1567. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
  1568. skill = skills[skill_name]
  1569. Traceback (most recent call last):
  1570. File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
  1571. "__main__", mod_spec)
  1572. File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  1573. exec(code, run_globals)
  1574. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
  1575. main()
  1576. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
  1577. shutdown()
  1578. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
  1579. skill_manager.join()
  1580. File "/usr/lib/python3.5/threading.py", line 1049, in join
  1581. raise RuntimeError("cannot join thread before it is started")
  1582. RuntimeError: cannot join thread before it is started
  1583. 11:41:51.453 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1584. 11:41:51.468 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1585. 11:41:51.870 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1586. 11:41:51.950 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1587. 11:41:52.032 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1588. 11:41:52.107 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1589. 11:41:52.184 - mycroft.identity:_load:44 - DEBUG - Loading identity
  1590. 11:41:52.203 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1591. 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
  1592. 11:41:52.662 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1593. 11:41:52.732 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1594. 11:41:52.800 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1595. 11:41:52.808 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1596. 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
  1597. 11:41:53.232 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1598. 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
  1599. 11:41:53.769 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1600. 11:41:53.870 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1601. 11:41:53.921 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  1602. 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)
  1603. 11:41:54.007 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1604. 11:41:54.762 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1605. 11:41:54.790 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1606. 11:41:54.817 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1607. 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)
  1608. 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)
  1609. 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)
  1610. 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)
  1611. 11:41:54.934 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  1612. LISTENING FOR mycroft-pairing.mycroftai.set
  1613. 11:41:54.976 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  1614. 11:41:55.000 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  1615. LISTENING FOR mycroft-volume.mycroftai.set
  1616. 11:41:55.171 - VolumeSkill - INFO - ********** Reeg handlers
  1617. 11:41:55.193 - VolumeSkill - INFO - ********** Handlers registered
  1618. 11:41:55.200 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  1619. 11:41:55.202 - root - ERROR - 'skill-hello-world'
  1620. 11:41:55.206 - SKILLS - DEBUG - {"context": null, "type": "connected", "data": {}}
  1621. 11:41:55.208 - SKILLS - DEBUG - {"type": "enclosure.reset", "context": null, "data": {}}
  1622. 11:41:55.211 - SKILLS - DEBUG - {"context": null, "data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1623. 11:41:55.214 - SKILLS - DEBUG - {"context": null, "data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1624. 11:41:55.219 - SKILLS - DEBUG - {"context": null, "data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1625. 11:41:55.222 - SKILLS - DEBUG - {"context": null, "data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1626. 11:41:55.225 - SKILLS - DEBUG - {"context": null, "data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "type": "register_vocab"}
  1627. 11:41:55.229 - SKILLS - DEBUG - {"context": null, "data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
  1628. 11:41:55.233 - SKILLS - DEBUG - {"context": null, "data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
  1629. 11:41:55.236 - SKILLS - DEBUG - {"context": null, "data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "type": "register_vocab"}
  1630. 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"}
  1631. 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"}
  1632. 11:41:55.248 - SKILLS - DEBUG - {"context": null, "data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
  1633. 11:41:55.253 - SKILLS - DEBUG - {"context": null, "data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
  1634. 11:41:55.256 - SKILLS - DEBUG - {"context": null, "data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "type": "register_vocab"}
  1635. 11:41:55.260 - SKILLS - DEBUG - {"context": null, "data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1636. 11:41:55.263 - SKILLS - DEBUG - {"context": null, "data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1637. 11:41:55.266 - SKILLS - DEBUG - {"context": null, "data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1638. 11:41:55.270 - SKILLS - DEBUG - {"context": null, "data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1639. 11:41:55.273 - SKILLS - DEBUG - {"context": null, "data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "type": "register_vocab"}
  1640. 11:41:55.276 - SKILLS - DEBUG - {"context": null, "data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
  1641. 11:41:55.280 - SKILLS - DEBUG - {"context": null, "data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
  1642. 11:41:55.283 - SKILLS - DEBUG - {"context": null, "data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "type": "register_vocab"}
  1643. 11:41:55.286 - SKILLS - DEBUG - {"context": null, "data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1644. 11:41:55.290 - SKILLS - DEBUG - {"context": null, "data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1645. 11:41:55.293 - SKILLS - DEBUG - {"context": null, "data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1646. 11:41:55.295 - SKILLS - DEBUG - {"context": null, "data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1647. 11:41:55.298 - SKILLS - DEBUG - {"context": null, "data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1648. 11:41:55.301 - SKILLS - DEBUG - {"context": null, "data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1649. 11:41:55.304 - SKILLS - DEBUG - {"context": null, "data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1650. 11:41:55.307 - SKILLS - DEBUG - {"context": null, "data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1651. 11:41:55.310 - SKILLS - DEBUG - {"context": null, "data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1652. 11:41:55.313 - SKILLS - DEBUG - {"context": null, "data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1653. 11:41:55.316 - SKILLS - DEBUG - {"context": null, "data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1654. 11:41:55.319 - SKILLS - DEBUG - {"context": null, "data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1655. 11:41:55.322 - SKILLS - DEBUG - {"context": null, "data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1656. 11:41:55.325 - SKILLS - DEBUG - {"context": null, "data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1657. 11:41:55.328 - SKILLS - DEBUG - {"context": null, "data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "type": "register_vocab"}
  1658. 11:41:55.331 - SKILLS - DEBUG - {"context": null, "data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1659. 11:41:55.334 - SKILLS - DEBUG - {"context": null, "data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1660. 11:41:55.337 - SKILLS - DEBUG - {"context": null, "data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1661. 11:41:55.340 - SKILLS - DEBUG - {"context": null, "data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1662. 11:41:55.343 - SKILLS - DEBUG - {"context": null, "data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1663. 11:41:55.346 - SKILLS - DEBUG - {"context": null, "data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "type": "register_vocab"}
  1664. 11:41:55.349 - SKILLS - DEBUG - {"context": null, "data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab"}
  1665. 11:41:55.352 - SKILLS - DEBUG - {"context": null, "data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "type": "register_vocab"}
  1666. 11:41:55.356 - SKILLS - DEBUG - {"context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "type": "register_vocab"}
  1667. 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"}
  1668. 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"}
  1669. 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"}
  1670. 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"}
  1671. 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"}
  1672. 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"}
  1673. 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"}
  1674. 11:42:06.757 - SKILLS - DEBUG - {"data": {}, "context": null, "type": "skillmanager.list"}
  1675. 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"}
  1676. 11:42:09.014 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1677. 11:42:09.020 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1678. 11:42:09.025 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1679. 11:42:09.031 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1680. 11:42:09.036 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1681. 11:42:09.042 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1682. 11:42:09.047 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  1683. 11:42:09.053 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  1684. 11:42:09.059 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  1685. 11:42:09.068 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1686. 11:42:09.073 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1687. 11:42:09.079 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1688. 11:42:09.085 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1689. 11:42:09.090 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1690. 11:42:09.094 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1691. 11:42:09.099 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  1692. 11:42:09.104 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  1693. 11:42:09.112 - mycroft.messagebus.client.ws:on_error:76 - ERROR - === ConnectionResetError(104, 'Connection reset by peer') ===
  1694. Traceback (most recent call last):
  1695. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 186, in run_forever
  1696. op_code, frame = self.sock.recv_data_frame(True)
  1697. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 378, in recv_data_frame
  1698. frame = self.recv_frame()
  1699. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 410, in recv_frame
  1700. return self.frame_buffer.recv_frame()
  1701. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_abnf.py", line 300, in recv_frame
  1702. self.recv_header()
  1703. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_abnf.py", line 249, in recv_header
  1704. header = self.recv_strict(2)
  1705. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_abnf.py", line 334, in recv_strict
  1706. bytes = self.recv(min(16384, shortage))
  1707. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 476, in _recv
  1708. return recv(self.sock, bufsize)
  1709. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_socket.py", line 77, in recv
  1710. bytes = sock.recv(bufsize)
  1711. ConnectionResetError: [Errno 104] Connection reset by peer
  1712. 11:42:09.118 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  1713. 11:42:09.128 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
  1714. 11:42:09.134 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  1715. 11:42:09.135 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
  1716. 11:42:09.139 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  1717. 11:42:09.143 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  1718. 11:42:09.146 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  1719. 11:42:09.150 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  1720. 11:42:09.155 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  1721. 11:42:09.159 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  1722. 11:42:09.163 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  1723. 11:42:09.167 - mycroft.skills.skill_manager:stop:526 - ERROR - Shutting down skill: /opt/mycroft/skills/mycroft-volume.mycroftai
  1724. Traceback (most recent call last):
  1725. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 524, in stop
  1726. instance.default_shutdown()
  1727. File "/home/pi/mycroft-core/mycroft/skills/core.py", line 1426, in default_shutdown
  1728. Message("detach_skill", {"skill_id": str(self.skill_id) + ":"}))
  1729. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 110, in emit
  1730. self.client.send(message.serialize())
  1731. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 104, in send
  1732. if not self.sock or self.sock.send(data, opcode) == 0:
  1733. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 289, in send
  1734. return self.send_frame(frame)
  1735. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 314, in send_frame
  1736. l = self._send(data)
  1737. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_core.py", line 472, in _send
  1738. return send(self.sock, data)
  1739. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_socket.py", line 112, in send
  1740. return sock.send(data)
  1741. BrokenPipeError: [Errno 32] Broken pipe
  1742. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
  1743. callback(self, *args)
  1744. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
  1745. self.emitter.emit("open")
  1746. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
  1747. f(*args, **kwargs)
  1748. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
  1749. f(*args, **kwargs)
  1750. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
  1751. skill_manager.load_priority()
  1752. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
  1753. skill = skills[skill_name]
  1754. Traceback (most recent call last):
  1755. File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
  1756. "__main__", mod_spec)
  1757. File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  1758. exec(code, run_globals)
  1759. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
  1760. main()
  1761. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
  1762. shutdown()
  1763. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
  1764. skill_manager.join()
  1765. File "/usr/lib/python3.5/threading.py", line 1049, in join
  1766. raise RuntimeError("cannot join thread before it is started")
  1767. RuntimeError: cannot join thread before it is started
  1768. 11:43:13.709 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1769. 11:43:13.725 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1770. 11:43:14.139 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1771. 11:43:14.222 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1772. 11:43:14.304 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1773. 11:43:14.382 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1774. 11:43:14.462 - mycroft.identity:_load:44 - DEBUG - Loading identity
  1775. 11:43:14.480 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1776. 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
  1777. 11:43:14.923 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1778. 11:43:15.001 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1779. 11:43:15.073 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1780. 11:43:15.081 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1781. 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
  1782. 11:43:15.482 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1783. 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
  1784. 11:43:16.110 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1785. 11:43:16.180 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1786. 11:43:16.211 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  1787. 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)
  1788. 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:
  1789. 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)
  1790. 11:43:20.392 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1791. 11:43:21.095 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1792. 11:43:21.125 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1793. 11:43:21.151 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1794. 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)
  1795. 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)
  1796. 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)
  1797. 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)
  1798. 11:43:21.269 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  1799. LISTENING FOR mycroft-pairing.mycroftai.set
  1800. 11:43:21.304 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  1801. 11:43:21.317 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  1802. LISTENING FOR mycroft-volume.mycroftai.set
  1803. 11:43:21.414 - VolumeSkill - INFO - ********** Reeg handlers
  1804. 11:43:21.421 - VolumeSkill - INFO - ********** Handlers registered
  1805. 11:43:21.427 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  1806. 11:43:21.429 - root - ERROR - 'skill-hello-world'
  1807. 11:43:21.432 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "connected"}
  1808. 11:43:21.435 - SKILLS - DEBUG - {"data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
  1809. 11:43:21.439 - SKILLS - DEBUG - {"data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
  1810. 11:43:21.443 - SKILLS - DEBUG - {"data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
  1811. 11:43:21.446 - SKILLS - DEBUG - {"data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
  1812. 11:43:21.450 - SKILLS - DEBUG - {"data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}, "context": null, "type": "register_vocab"}
  1813. 11:43:21.453 - SKILLS - DEBUG - {"data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "context": null, "type": "register_vocab"}
  1814. 11:43:21.456 - SKILLS - DEBUG - {"data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "context": null, "type": "register_vocab"}
  1815. 11:43:21.461 - SKILLS - DEBUG - {"data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}, "context": null, "type": "register_vocab"}
  1816. 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"}
  1817. 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"}
  1818. 11:43:21.472 - SKILLS - DEBUG - {"data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}, "context": null, "type": "register_vocab"}
  1819. 11:43:21.476 - SKILLS - DEBUG - {"data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}, "context": null, "type": "register_vocab"}
  1820. 11:43:21.479 - SKILLS - DEBUG - {"data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}, "context": null, "type": "register_vocab"}
  1821. 11:43:21.482 - SKILLS - DEBUG - {"data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
  1822. 11:43:21.487 - SKILLS - DEBUG - {"data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
  1823. 11:43:21.489 - SKILLS - DEBUG - {"data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
  1824. 11:43:21.492 - SKILLS - DEBUG - {"data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
  1825. 11:43:21.495 - SKILLS - DEBUG - {"data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}, "context": null, "type": "register_vocab"}
  1826. 11:43:21.500 - SKILLS - DEBUG - {"data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}, "context": null, "type": "register_vocab"}
  1827. 11:43:21.503 - SKILLS - DEBUG - {"data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}, "context": null, "type": "register_vocab"}
  1828. 11:43:21.506 - SKILLS - DEBUG - {"data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}, "context": null, "type": "register_vocab"}
  1829. 11:43:21.509 - SKILLS - DEBUG - {"data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1830. 11:43:21.512 - SKILLS - DEBUG - {"data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1831. 11:43:21.516 - SKILLS - DEBUG - {"data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1832. 11:43:21.519 - SKILLS - DEBUG - {"data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1833. 11:43:21.524 - SKILLS - DEBUG - {"data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1834. 11:43:21.529 - SKILLS - DEBUG - {"data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1835. 11:43:21.532 - SKILLS - DEBUG - {"data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1836. 11:43:21.536 - SKILLS - DEBUG - {"data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1837. 11:43:21.539 - SKILLS - DEBUG - {"data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1838. 11:43:21.541 - SKILLS - DEBUG - {"data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1839. 11:43:21.546 - SKILLS - DEBUG - {"data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1840. 11:43:21.549 - SKILLS - DEBUG - {"data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1841. 11:43:21.552 - SKILLS - DEBUG - {"data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1842. 11:43:21.554 - SKILLS - DEBUG - {"data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1843. 11:43:21.557 - SKILLS - DEBUG - {"data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}, "context": null, "type": "register_vocab"}
  1844. 11:43:21.561 - SKILLS - DEBUG - {"data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
  1845. 11:43:21.564 - SKILLS - DEBUG - {"data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
  1846. 11:43:21.568 - SKILLS - DEBUG - {"data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
  1847. 11:43:21.577 - SKILLS - DEBUG - {"data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
  1848. 11:43:21.580 - SKILLS - DEBUG - {"data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
  1849. 11:43:21.584 - SKILLS - DEBUG - {"data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}, "context": null, "type": "register_vocab"}
  1850. 11:43:21.588 - SKILLS - DEBUG - {"data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}, "context": null, "type": "register_vocab"}
  1851. 11:43:21.591 - SKILLS - DEBUG - {"data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}, "context": null, "type": "register_vocab"}
  1852. 11:43:21.594 - SKILLS - DEBUG - {"data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}, "context": null, "type": "register_vocab"}
  1853. 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"}
  1854. 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"}
  1855. 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"}
  1856. 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"}
  1857. 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"}
  1858. 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"}
  1859. 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"}
  1860. 11:43:28.093 - SKILLS - DEBUG - {"type": "skillmanager.list", "context": null, "data": {}}
  1861. 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"}
  1862. 11:43:34.306 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1863. 11:43:34.312 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1864. 11:43:34.317 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1865. 11:43:34.323 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1866. 11:43:34.329 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1867. 11:43:34.335 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1868. 11:43:34.341 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  1869. 11:43:34.346 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  1870. 11:43:34.352 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  1871. 11:43:34.358 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  1872. 11:43:34.363 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  1873. 11:43:34.369 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  1874. 11:43:34.374 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  1875. 11:43:34.401 - mycroft.messagebus.client.ws:on_error:74 - WARNING - Could not send message because connection has closed
  1876. 11:43:34.423 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  1877. 11:43:34.428 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
  1878. 11:43:34.458 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
  1879. 11:43:34.460 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  1880. 11:43:34.473 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  1881. 11:43:34.480 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  1882. 11:43:34.486 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
  1883. 11:43:34.493 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  1884. 11:43:34.498 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  1885. 11:43:34.502 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  1886. 11:43:34.506 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  1887. 11:43:34.510 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  1888. 11:43:34.514 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  1889. 11:43:34.518 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  1890. 11:43:34.522 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  1891. 11:43:34.526 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  1892. 11:43:34.531 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
  1893. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
  1894. callback(self, *args)
  1895. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
  1896. self.emitter.emit("open")
  1897. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
  1898. f(*args, **kwargs)
  1899. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
  1900. f(*args, **kwargs)
  1901. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
  1902. skill_manager.load_priority()
  1903. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
  1904. skill = skills[skill_name]
  1905. Traceback (most recent call last):
  1906. File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
  1907. "__main__", mod_spec)
  1908. File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  1909. exec(code, run_globals)
  1910. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
  1911. main()
  1912. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
  1913. shutdown()
  1914. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
  1915. skill_manager.join()
  1916. File "/usr/lib/python3.5/threading.py", line 1049, in join
  1917. raise RuntimeError("cannot join thread before it is started")
  1918. RuntimeError: cannot join thread before it is started
  1919. 11:45:52.204 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1920. 11:45:52.220 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  1921. 11:45:52.675 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1922. 11:45:52.776 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  1923. 11:45:52.883 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1924. 11:45:52.981 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1925. 11:45:53.287 - mycroft.identity:_load:44 - DEBUG - Loading identity
  1926. 11:45:53.376 - mycroft.identity:_load:44 - DEBUG - Loading identity
  1927. 11:45:53.396 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  1928. 11:45:53.754 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  1929. 11:45:53.768 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  1930. 11:45:53.911 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  1931. 11:45:53.926 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  1932. 11:45:54.300 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  1933. 11:45:54.402 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /var/tmp/mycroft_web_cache.json loaded
  1934. 11:45:54.497 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  1935. 11:45:54.582 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  1936. 11:45:54.625 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  1937. 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)
  1938. 11:45:54.854 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1939. 11:45:55.660 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1940. 11:45:56.214 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1941. 11:45:56.246 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  1942. 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)
  1943. 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)
  1944. 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)
  1945. 11:45:56.482 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  1946. LISTENING FOR mycroft-pairing.mycroftai.set
  1947. 11:45:56.539 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  1948. 11:45:56.542 - msm.skill_entry - INFO - Downloading skill: https://github.com/mycroftai/skill-volume.git
  1949. 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)
  1950. 11:45:57.801 - git.repo.base - DEBUG - Cmd(['git', 'clone', '-v', 'https://github.com/mycroftai/skill-volume.git', '/tmp/tmpmdc0m1je'])'s unused stdout:
  1951. 11:45:57.826 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', '082c90d0f0b5efd3fe9c6273231cf0a88480e186'], cwd=/tmp/tmpmdc0m1je, universal_newlines=False, shell=None)
  1952. 11:45:57.865 - msm.skill_entry - INFO - Successfully installed mycroft-volume
  1953. 11:45:57.877 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  1954. LISTENING FOR mycroft-volume.mycroftai.set
  1955. 11:45:57.993 - VolumeSkill - INFO - ********** Reeg handlers
  1956. 11:45:58.003 - VolumeSkill - INFO - ********** Handlers registered
  1957. 11:45:58.011 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  1958. 11:45:58.020 - mycroft.skills.core:load_skill:150 - INFO - First run of mycroft-volume.mycroftai
  1959. 11:45:58.024 - root - ERROR - 'skill-hello-world'
  1960. 11:45:58.027 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "connected"}
  1961. 11:45:58.030 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "unit"}}
  1962. 11:45:58.035 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "device"}}
  1963. 11:45:58.037 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mycroft"}}
  1964. 11:45:58.041 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark one"}}
  1965. 11:45:58.047 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiDeviceKeyword", "start": "mark two"}}
  1966. 11:45:58.049 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pair"}}
  1967. 11:45:58.054 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "pairing"}}
  1968. 11:45:58.057 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_pairing_mycroftaiPairingKeyword", "start": "register"}}
  1969. 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"}}
  1970. 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}}
  1971. 11:45:58.070 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "reset"}}
  1972. 11:45:58.073 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "unmute"}}
  1973. 11:45:58.077 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiUnmute", "start": "restore"}}
  1974. 11:45:58.080 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "lower"}}
  1975. 11:45:58.084 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "reduce"}}
  1976. 11:45:58.088 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "decrease"}}
  1977. 11:45:58.090 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "turn down"}}
  1978. 11:45:58.093 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiDecrease", "start": "quieter"}}
  1979. 11:45:58.096 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "volume"}}
  1980. 11:45:58.098 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "speaker"}}
  1981. 11:45:58.102 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiVolume", "start": "sound"}}
  1982. 11:45:58.105 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "0"}}
  1983. 11:45:58.107 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "1"}}
  1984. 11:45:58.110 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "2"}}
  1985. 11:45:58.112 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "3"}}
  1986. 11:45:58.115 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "4"}}
  1987. 11:45:58.118 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "5"}}
  1988. 11:45:58.120 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "6"}}
  1989. 11:45:58.123 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "7"}}
  1990. 11:45:58.127 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "8"}}
  1991. 11:45:58.129 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "9"}}
  1992. 11:45:58.132 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "10"}}
  1993. 11:45:58.135 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "11"}}
  1994. 11:45:58.138 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "quiet"}}
  1995. 11:45:58.141 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "normal"}}
  1996. 11:45:58.144 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiLevel", "start": "loud"}}
  1997. 11:45:58.147 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "rise"}}
  1998. 11:45:58.150 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "raise"}}
  1999. 11:45:58.154 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "boost"}}
  2000. 11:45:58.157 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "increase"}}
  2001. 11:45:58.160 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "turn up"}}
  2002. 11:45:58.163 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiIncrease", "start": "louder"}}
  2003. 11:45:58.165 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "mute"}}
  2004. 11:45:58.168 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"end": "mycroft_volume_mycroftaiMute", "start": "silence"}}
  2005. 11:45:58.171 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}}
  2006. 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"}}
  2007. 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"}}
  2008. 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"}}
  2009. 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"}}
  2010. 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"}}
  2011. 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"}}
  2012. 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}}
  2013. 11:46:21.113 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_begin"}
  2014. 11:46:23.102 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_end"}
  2015. 11:46:23.133 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "hey mycroft", "session": "d45df22d-6b88-4806-b360-59fd27ab2b59"}, "type": "recognizer_loop:wakeword"}
  2016. 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"}
  2017. 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"}}
  2018. 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"}}
  2019. 11:46:24.160 - mycroft.identity:_load:44 - DEBUG - Loading identity
  2020. 11:46:24.172 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2021. 11:46:24.209 - mycroft.identity:_load:44 - DEBUG - Loading identity
  2022. 11:46:24.218 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2023. 11:46:24.520 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  2024. 11:46:24.532 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  2025. 11:46:24.571 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  2026. 11:46:24.583 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  2027. 11:46:24.676 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  2028. 11:46:24.691 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  2029. 11:46:24.732 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  2030. 11:46:24.750 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  2031. 11:46:25.093 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  2032. 11:46:25.165 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  2033. 11:46:25.176 - PairingSkill - DEBUG - Kicking off pairing sequence
  2034. 11:46:25.182 - mycroft.identity:_update:80 - DEBUG - Updaing identity
  2035. 11:46:25.188 - mycroft.identity:_load:44 - DEBUG - Loading identity
  2036. 11:46:25.196 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2037. 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
  2038. 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."}}
  2039. 11:46:25.880 - SKILLS - DEBUG - {"type": "enclosure.mouth.events.deactivate", "context": null, "data": {}}
  2040. 11:46:25.888 - SKILLS - DEBUG - {"type": "enclosure.mouth.text", "context": null, "data": {"text": "home.mycroft.ai "}}
  2041. 11:46:33.601 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
  2042. 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}}
  2043. 11:46:42.284 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_end", "context": null, "data": {}}
  2044. 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"}}
  2045. 11:46:42.347 - mycroft.identity:_load:44 - DEBUG - Loading identity
  2046. 11:46:42.355 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2047. 11:46:42.739 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device/ HTTP/1.1" 301 106
  2048. 11:46:42.751 - urllib3.connectionpool - DEBUG - Starting new HTTP connection (1): api.mycroft.ai:80
  2049. 11:46:42.897 - urllib3.connectionpool - DEBUG - http://api.mycroft.ai:80 "GET /v1/device HTTP/1.1" 302 0
  2050. 11:46:42.915 - urllib3.connectionpool - DEBUG - Resetting dropped connection: api.mycroft.ai
  2051. 11:46:43.285 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "GET /v1/device HTTP/1.1" 401 77
  2052. 11:46:52.338 - mycroft.identity:_load:44 - DEBUG - Loading identity
  2053. 11:46:52.346 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2054. 11:46:52.696 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  2055. 11:46:52.709 - PairingSkill - INFO - Pairing code: MR3MU4
  2056. 11:46:52.728 - SKILLS - DEBUG - {"type": "enclosure.mouth.events.deactivate", "context": null, "data": {}}
  2057. 11:46:52.732 - SKILLS - DEBUG - {"type": "enclosure.mouth.text", "context": null, "data": {"text": "MR3MU4"}}
  2058. 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"}}
  2059. 11:46:58.373 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
  2060. 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}}
  2061. 11:47:02.753 - mycroft.identity:_load:44 - DEBUG - Loading identity
  2062. 11:47:02.761 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2063. 11:47:03.120 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 404 83
  2064. 11:47:11.704 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_end", "context": null, "data": {}}
  2065. 11:47:11.726 - SKILLS - DEBUG - {"type": "enclosure.eyes.blink", "context": null, "data": {"side": "b"}}
  2066. 11:47:13.137 - mycroft.identity:_load:44 - DEBUG - Loading identity
  2067. 11:47:13.147 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2068. 11:47:13.626 - urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/device/activate HTTP/1.1" 200 273
  2069. 11:47:13.640 - mycroft.identity:save:64 - DEBUG - Saving identity
  2070. 11:47:13.644 - mycroft.identity:_update:80 - DEBUG - Updaing identity
  2071. 11:47:13.661 - SKILLS - DEBUG - {"type": "enclosure.mouth.events.activate", "context": null, "data": {}}
  2072. 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."}}
  2073. 11:47:19.895 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
  2074. 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}}
  2075. 11:47:34.841 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_end", "context": null, "data": {}}
  2076. 11:47:34.852 - SKILLS - DEBUG - {"type": "enclosure.eyes.blink", "context": null, "data": {"side": "b"}}
  2077. 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"}}
  2078. 11:47:34.917 - SKILLS - DEBUG - {"type": "mycroft.mic.unmute", "context": null, "data": {}}
  2079. 11:47:34.919 - SKILLS - DEBUG - {"type": "configuration.updated", "context": null, "data": {}}
  2080. 11:47:34.930 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  2081. 11:47:34.949 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2082. 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
  2083. 11:47:35.400 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2084. 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
  2085. 11:47:35.850 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2086. 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
  2087. 11:47:36.247 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  2088. 11:47:36.251 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  2089. 11:48:13.566 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_begin"}
  2090. 11:48:17.201 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_end"}
  2091. 11:48:17.209 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "hey mycroft", "session": "d45df22d-6b88-4806-b360-59fd27ab2b59"}, "type": "recognizer_loop:wakeword"}
  2092. 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"}
  2093. 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"]}}
  2094. 11:48:18.860 - SKILLS - DEBUG - {"type": "skill.converse.response", "context": {}, "data": {"skill_id": "mycroft-pairing.mycroftai", "result": false}}
  2095. 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"}}
  2096. 11:48:18.965 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.start", "context": {"ident": "1536752897.2055976-386603921", "client_name": "mycroft_listener"}, "data": {"handler": "fallback"}}
  2097. 11:48:18.971 - mycroft.skills.padatious_service:handle_fallback:129 - DEBUG - Waiting for Padatious training to finish...
  2098. 11:48:18.978 - SKILLS - DEBUG - {"type": "complete_intent_failure", "context": {"ident": "1536752897.2055976-386603921", "client_name": "mycroft_listener"}, "data": {}}
  2099. 11:48:18.980 - mycroft.skills.core:handler:1638 - WARNING - No fallback could handle intent.
  2100. 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."}}
  2101. 11:48:19.037 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "Please wait a moment as I finish booting up."}, "type": "speak"}
  2102. 11:48:22.802 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
  2103. 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}}
  2104. 11:48:25.869 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_end", "context": null, "data": {}}
  2105. 11:48:27.255 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_begin"}
  2106. 11:48:29.505 - SKILLS - DEBUG - {"context": null, "data": {}, "type": "recognizer_loop:record_end"}
  2107. 11:48:29.517 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "hey mycroft", "session": "d45df22d-6b88-4806-b360-59fd27ab2b59"}, "type": "recognizer_loop:wakeword"}
  2108. 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"}
  2109. 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"]}}
  2110. 11:48:30.913 - SKILLS - DEBUG - {"type": "skill.converse.response", "context": {}, "data": {"skill_id": "mycroft-pairing.mycroftai", "result": false}}
  2111. 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"}}
  2112. 11:48:31.018 - mycroft.skills.padatious_service:handle_fallback:129 - DEBUG - Waiting for Padatious training to finish...
  2113. 11:48:31.021 - SKILLS - DEBUG - {"type": "mycroft.skill.handler.start", "context": {"ident": "1536752909.5104761699490493", "client_name": "mycroft_listener"}, "data": {"handler": "fallback"}}
  2114. 11:48:31.027 - mycroft.skills.core:handler:1638 - WARNING - No fallback could handle intent.
  2115. 11:48:31.032 - SKILLS - DEBUG - {"type": "complete_intent_failure", "context": {"ident": "1536752909.5104761699490493", "client_name": "mycroft_listener"}, "data": {}}
  2116. 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."}}
  2117. 11:48:31.088 - SKILLS - DEBUG - {"context": null, "data": {"utterance": "Please wait a moment as I finish booting up."}, "type": "speak"}
  2118. 11:48:31.090 - SKILLS - DEBUG - {"type": "enclosure.eyes.blink", "context": null, "data": {"side": "b"}}
  2119. 11:48:31.093 - SKILLS - DEBUG - {"type": "recognizer_loop:audio_output_start", "context": null, "data": {}}
  2120. 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}}
  2121. 11:48:34.040 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  2122. 11:48:34.046 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  2123. 11:48:34.051 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  2124. 11:48:34.056 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  2125. 11:48:34.061 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  2126. 11:48:34.065 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  2127. 11:48:34.072 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  2128. 11:48:34.078 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  2129. 11:48:34.082 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  2130. 11:48:34.087 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  2131. 11:48:34.093 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  2132. 11:48:34.110 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  2133. 11:48:34.120 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  2134. 11:48:34.131 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  2135. 11:48:34.141 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  2136. 11:48:34.152 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  2137. 11:48:34.171 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  2138. 11:48:34.181 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  2139. 11:48:34.198 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  2140. 11:48:34.216 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  2141. 11:48:34.222 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  2142. 11:48:34.229 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  2143. 11:48:34.235 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  2144. 11:48:34.242 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  2145. 11:48:34.248 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  2146. 11:48:34.254 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  2147. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
  2148. callback(self, *args)
  2149. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
  2150. self.emitter.emit("open")
  2151. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
  2152. f(*args, **kwargs)
  2153. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
  2154. f(*args, **kwargs)
  2155. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
  2156. skill_manager.load_priority()
  2157. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
  2158. skill = skills[skill_name]
  2159. Traceback (most recent call last):
  2160. File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
  2161. "__main__", mod_spec)
  2162. File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  2163. exec(code, run_globals)
  2164. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
  2165. main()
  2166. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
  2167. shutdown()
  2168. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
  2169. skill_manager.join()
  2170. File "/usr/lib/python3.5/threading.py", line 1049, in join
  2171. raise RuntimeError("cannot join thread before it is started")
  2172. RuntimeError: cannot join thread before it is started
  2173. 11:50:37.645 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  2174. 11:50:37.661 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/home/pi/mycroft-core, universal_newlines=False, shell=None)
  2175. 11:50:38.278 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  2176. 11:50:38.391 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  2177. 11:50:38.475 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  2178. 11:50:38.559 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  2179. 11:50:38.643 - mycroft.identity:_load:44 - DEBUG - Loading identity
  2180. 11:50:38.662 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2181. 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
  2182. 11:50:39.180 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /home/pi/mycroft-core/mycroft/configuration/mycroft.conf loaded
  2183. 11:50:39.256 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  2184. 11:50:39.336 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  2185. 11:50:39.347 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2186. 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
  2187. 11:50:39.794 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai:443
  2188. 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
  2189. 11:50:40.286 - mycroft.configuration.config:load_local:109 - DEBUG - Configuration /etc/mycroft/mycroft.conf loaded
  2190. 11:50:40.356 - mycroft.configuration.config:load_local:114 - DEBUG - Configuration '/home/pi/.mycroft/mycroft.conf' not defined, skipping
  2191. 11:50:40.390 - mycroft.messagebus.client.ws:on_open:62 - INFO - Connected
  2192. 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)
  2193. 11:50:40.473 - git.cmd - DEBUG - Popen(['git', 'fetch'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  2194. 11:50:42.604 - git.cmd - DEBUG - Popen(['git', 'checkout', '18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  2195. 11:50:42.642 - git.cmd - DEBUG - Popen(['git', 'reset', '--hard', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  2196. 11:50:42.668 - git.cmd - DEBUG - Popen(['git', 'ls-tree', 'origin/18.08'], cwd=/opt/mycroft/.skills-repo, universal_newlines=False, shell=None)
  2197. 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)
  2198. 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)
  2199. 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)
  2200. 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)
  2201. 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)
  2202. 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)
  2203. 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)
  2204. 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)
  2205. 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)
  2206. 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)
  2207. 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)
  2208. 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)
  2209. 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)
  2210. 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)
  2211. 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)
  2212. 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)
  2213. 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)
  2214. 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)
  2215. 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)
  2216. 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)
  2217. 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)
  2218. 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)
  2219. 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)
  2220. 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)
  2221. 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)
  2222. 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)
  2223. 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)
  2224. 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)
  2225. 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)
  2226. 11:50:43.167 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-pairing.mycroftai with ID mycroft-pairing.mycroftai
  2227. LISTENING FOR mycroft-pairing.mycroftai.set
  2228. 11:50:43.203 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-pairing.mycroftai
  2229. 11:50:43.217 - mycroft.skills.core:load_skill:117 - INFO - ATTEMPTING TO LOAD SKILL: mycroft-volume.mycroftai with ID mycroft-volume.mycroftai
  2230. LISTENING FOR mycroft-volume.mycroftai.set
  2231. 11:50:43.332 - VolumeSkill - INFO - ********** Reeg handlers
  2232. 11:50:43.340 - VolumeSkill - INFO - ********** Handlers registered
  2233. 11:50:43.347 - mycroft.skills.core:load_skill:146 - INFO - Loaded mycroft-volume.mycroftai
  2234. 11:50:43.349 - root - ERROR - 'skill-hello-world'
  2235. 11:50:43.352 - SKILLS - DEBUG - {"data": {}, "type": "connected", "context": null}
  2236. 11:50:43.355 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "unit", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  2237. 11:50:43.358 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "device", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  2238. 11:50:43.361 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mycroft", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  2239. 11:50:43.364 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mark one", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  2240. 11:50:43.370 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mark two", "end": "mycroft_pairing_mycroftaiDeviceKeyword"}}
  2241. 11:50:43.373 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "pair", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
  2242. 11:50:43.376 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "pairing", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
  2243. 11:50:43.380 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "register", "end": "mycroft_pairing_mycroftaiPairingKeyword"}}
  2244. 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": []}}
  2245. 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"}}
  2246. 11:50:43.392 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "reset", "end": "mycroft_volume_mycroftaiUnmute"}}
  2247. 11:50:43.397 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "unmute", "end": "mycroft_volume_mycroftaiUnmute"}}
  2248. 11:50:43.400 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "restore", "end": "mycroft_volume_mycroftaiUnmute"}}
  2249. 11:50:43.404 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "lower", "end": "mycroft_volume_mycroftaiDecrease"}}
  2250. 11:50:43.408 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "reduce", "end": "mycroft_volume_mycroftaiDecrease"}}
  2251. 11:50:43.410 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "decrease", "end": "mycroft_volume_mycroftaiDecrease"}}
  2252. 11:50:43.414 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "turn down", "end": "mycroft_volume_mycroftaiDecrease"}}
  2253. 11:50:43.418 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "quieter", "end": "mycroft_volume_mycroftaiDecrease"}}
  2254. 11:50:43.421 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "volume", "end": "mycroft_volume_mycroftaiVolume"}}
  2255. 11:50:43.425 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "speaker", "end": "mycroft_volume_mycroftaiVolume"}}
  2256. 11:50:43.429 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "sound", "end": "mycroft_volume_mycroftaiVolume"}}
  2257. 11:50:43.431 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "0", "end": "mycroft_volume_mycroftaiLevel"}}
  2258. 11:50:43.435 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "1", "end": "mycroft_volume_mycroftaiLevel"}}
  2259. 11:50:43.439 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "2", "end": "mycroft_volume_mycroftaiLevel"}}
  2260. 11:50:43.442 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "3", "end": "mycroft_volume_mycroftaiLevel"}}
  2261. 11:50:43.445 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "4", "end": "mycroft_volume_mycroftaiLevel"}}
  2262. 11:50:43.450 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "5", "end": "mycroft_volume_mycroftaiLevel"}}
  2263. 11:50:43.455 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "6", "end": "mycroft_volume_mycroftaiLevel"}}
  2264. 11:50:43.459 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "7", "end": "mycroft_volume_mycroftaiLevel"}}
  2265. 11:50:43.461 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "8", "end": "mycroft_volume_mycroftaiLevel"}}
  2266. 11:50:43.465 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "9", "end": "mycroft_volume_mycroftaiLevel"}}
  2267. 11:50:43.468 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "10", "end": "mycroft_volume_mycroftaiLevel"}}
  2268. 11:50:43.470 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "11", "end": "mycroft_volume_mycroftaiLevel"}}
  2269. 11:50:43.472 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "quiet", "end": "mycroft_volume_mycroftaiLevel"}}
  2270. 11:50:43.474 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "normal", "end": "mycroft_volume_mycroftaiLevel"}}
  2271. 11:50:43.477 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "loud", "end": "mycroft_volume_mycroftaiLevel"}}
  2272. 11:50:43.483 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "rise", "end": "mycroft_volume_mycroftaiIncrease"}}
  2273. 11:50:43.486 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "raise", "end": "mycroft_volume_mycroftaiIncrease"}}
  2274. 11:50:43.489 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "boost", "end": "mycroft_volume_mycroftaiIncrease"}}
  2275. 11:50:43.493 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "increase", "end": "mycroft_volume_mycroftaiIncrease"}}
  2276. 11:50:43.496 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "turn up", "end": "mycroft_volume_mycroftaiIncrease"}}
  2277. 11:50:43.499 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "louder", "end": "mycroft_volume_mycroftaiIncrease"}}
  2278. 11:50:43.502 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "mute", "end": "mycroft_volume_mycroftaiMute"}}
  2279. 11:50:43.506 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"start": "silence", "end": "mycroft_volume_mycroftaiMute"}}
  2280. 11:50:43.509 - SKILLS - DEBUG - {"type": "register_vocab", "context": null, "data": {"regex": "(?P<mycroft_volume_mycroftaiLevel>\\d+)"}}
  2281. 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": []}}
  2282. 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": []}}
  2283. 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": []}}
  2284. 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": []}}
  2285. 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": []}}
  2286. 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": []}}
  2287. 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"}}
  2288. 11:51:10.613 - SKILLS - DEBUG - {"context": null, "type": "skillmanager.list", "data": {}}
  2289. 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}}}
  2290. 11:51:12.940 - mycroft.messagebus.client.ws:on_error:74 - WARNING - Could not send message because connection has closed
  2291. 11:51:12.944 - mycroft.messagebus.client.ws:on_error:83 - ERROR - Exception closing websocket: Exception("Uncaught 'error' event.",)
  2292. 11:51:12.948 - mycroft.messagebus.client.ws:on_error:85 - WARNING - WS Client will reconnect in 5 seconds.
  2293. 11:51:13.003 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  2294. 11:51:13.007 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  2295. 11:51:13.010 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  2296. 11:51:13.014 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  2297. 11:51:13.017 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  2298. 11:51:13.021 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  2299. 11:51:13.025 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai.set'
  2300. 11:51:13.029 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:QueryVolume'
  2301. 11:51:13.032 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:SetVolume'
  2302. 11:51:13.036 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:IncreaseVolume'
  2303. 11:51:13.039 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:DecreaseVolume'
  2304. 11:51:13.043 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:MuteVolume'
  2305. 11:51:13.047 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-volume.mycroftai:UnmuteVolume'
  2306. 11:51:13.050 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.increase'
  2307. 11:51:13.054 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.decrease'
  2308. 11:51:13.057 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.mute'
  2309. 11:51:13.061 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.volume.unmute'
  2310. 11:51:13.065 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
  2311. 11:51:13.072 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.stop'
  2312. 11:51:13.075 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.enable_intent'
  2313. 11:51:13.079 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.disable_intent'
  2314. 11:51:13.082 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.set_cross_context'
  2315. 11:51:13.086 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skill.remove_cross_context'
  2316. 11:51:13.090 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.skills.settings.update'
  2317. 11:51:13.094 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai.set'
  2318. 11:51:13.098 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft-pairing.mycroftai:PairingIntent'
  2319. 11:51:13.102 - mycroft.messagebus.client.ws:remove:163 - DEBUG - Removing found 'mycroft.not.paired'
  2320. 11:51:13.106 - mycroft.messagebus.client.ws:emit:115 - WARNING - Could not send detach_skill message because connection has been closed
  2321. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/websocket/_app.py", line 231, in _callback
  2322. callback(self, *args)
  2323. File "/home/pi/mycroft-core/mycroft/messagebus/client/ws.py", line 64, in on_open
  2324. self.emitter.emit("open")
  2325. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 113, in emit
  2326. f(*args, **kwargs)
  2327. File "/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/pyee/__init__.py", line 127, in g
  2328. f(*args, **kwargs)
  2329. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 75, in _starting_up
  2330. skill_manager.load_priority()
  2331. File "/home/pi/mycroft-core/mycroft/skills/skill_manager.py", line 392, in load_priority
  2332. skill = skills[skill_name]
  2333. Traceback (most recent call last):
  2334. File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
  2335. "__main__", mod_spec)
  2336. File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  2337. exec(code, run_globals)
  2338. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 179, in <module>
  2339. main()
  2340. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 165, in main
  2341. shutdown()
  2342. File "/home/pi/mycroft-core/mycroft/skills/__main__.py", line 175, in shutdown
  2343. skill_manager.join()
  2344. File "/usr/lib/python3.5/threading.py", line 1049, in join
  2345. raise RuntimeError("cannot join thread before it is started")
  2346. RuntimeError: cannot join thread before it is started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement