Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1. 10:54:52.256 - __main__:handle_wakeword:57 - INFO - Wakeword Detected: hey mycroft
  2. 10:54:55.656 - mycroft.skills.core:load_skill:124 - INFO - Loaded skill-weather
  3. 10:54:55.659 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: skill-naptime with ID 609713676
  4. 10:54:55.663 - mycroft.skills.core:load_skill:124 - INFO - Loaded skill-naptime
  5. 10:54:55.666 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: skill-version-checker with ID -960187676
  6. 10:54:55.673 - mycroft.skills.core:load_skill:124 - INFO - Loaded skill-version-checker
  7. 10:54:55.675 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: fallback-aiml with ID -1371620156
  8. 10:54:55.684 - mycroft.skills.core:load_skill:124 - INFO - Loaded fallback-aiml
  9. 10:54:55.687 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: skill-date-time with ID 1017122086
  10. 10:55:10.694 - __main__:handle_utterance:62 - INFO - Utterance: [u'install new skill']
  11. 10:55:10.796 - mycroft.skills.core:wrapper:607 - ERROR - An error occurred while processing a request in Skill Installer Skill
  12. Traceback (most recent call last):
  13. File "/home/shaun/mycroft-core/mycroft/skills/core.py", line 598, in wrapper
  14. handler(message)
  15. File "/opt/mycroft/skills/skill-installer/__init__.py", line 174, in install
  16. skills = self.search_for_skill(search, self.get_skill_list())
  17. File "/opt/mycroft/skills/skill-installer/__init__.py", line 96, in get_skill_list
  18. self.ansi_escape.sub('', check_output([BIN, 'list'])).split('\n')
  19. File "/usr/bin/anaconda/lib/python2.7/subprocess.py", line 573, in check_output
  20. raise CalledProcessError(retcode, cmd, output=output)
  21. CalledProcessError: Command '['/home/shaun/mycroft-core/msm/msm', 'list']' returned non-zero exit status 111
  22. 10:55:14.982 - mycroft.skills.core:load_skill:124 - INFO - Loaded skill-date-time
  23. 10:55:14.985 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: skill-playback-control with ID 1406552044
  24. 10:55:14.993 - Playback Control Skill - INFO - initializing Playback Control Skill
  25. 10:55:14.998 - mycroft.skills.core:load_skill:124 - INFO - Loaded skill-playback-control
  26. 10:55:15.001 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: fallback-wolfram-alpha with ID 2142954417
  27. 10:55:15.038 - mycroft.skills.core:load_skill:124 - INFO - Loaded fallback-wolfram-alpha
  28. 10:55:15.043 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: skill-joke with ID 687582646
  29. 10:55:15.072 - mycroft.skills.core:load_skill:124 - INFO - Loaded skill-joke
  30. 10:55:15.076 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: skill-volume with ID -1876631849
  31. 10:55:15.115 - VolumeSkill - INFO - ********** Reeg handlers
  32. 10:55:15.117 - VolumeSkill - INFO - ********** Handlers registered
  33. 10:55:15.128 - mycroft.skills.core:load_skill:124 - INFO - Loaded skill-volume
  34. 10:55:15.138 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: skill-support with ID 207576067
  35. 10:55:15.147 - mycroft.skills.core:load_skill:124 - INFO - Loaded skill-support
  36. 10:55:17.175 - mycroft.skills.padatious_service:train:68 - INFO - Training...
  37. 10:55:17.242 - mycroft.skills.padatious_service:train:70 - INFO - Training complete.
  38. ^--- NEWEST ---^
  39. 10:56:20.835 - __main__:handle_record_begin:36 - INFO - Begin Recording...
  40. 10:56:24.271 - __main__:handle_record_end:41 - INFO - End Recording...
  41. 10:56:24.279 - __main__:handle_wakeword:57 - INFO - Wakeword Detected: hey mycroft
  42. 10:56:32.269 - __main__:handle_utterance:62 - INFO - Utterance: [u"what's the weather today"]
  43. ~~~~OR - Failed to fetch remote configuration: ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='api.mycroft.ai', port=443): Read timed out. (read timeout=15)",),)
  44. Traceback (most recent call last):
  45. File "/home/shaun/mycroft-core/mycroft/configuration/config.py", line 167, in __init__
  46. location = api.get_location()
  47. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 233, in get_location
  48. "path": "/" + self.identity.uuid + "/location"
  49. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 53, in request
  50. return self.send(params)
  51. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 78, in send
  52. data=data, json=json, timeout=(3.05, 15))
  53. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/api.py", line 56, in request
  54. return session.request(method=method, url=url, **kwargs)
  55. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
  56. resp = self.send(prep, **send_kwargs)
  57. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
  58. r = adapter.send(request, **kwargs)
  59. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/adapters.py", line 499, in send
  60. raise ReadTimeout(e, request=request)
  61. ReadTimeout: HTTPSConnectionPool(host='api.mycroft.ai', port=443): Read timed out. (read timeout=15)
  62. ~~~~OR - Failed to fetch remote configuration: ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='api.mycroft.ai', port=443): Read timed out. (read timeout=15)",),)
  63. Traceback (most recent call last):
  64. File "/home/shaun/mycroft-core/mycroft/configuration/config.py", line 167, in __init__
  65. location = api.get_location()
  66. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 233, in get_location
  67. "path": "/" + self.identity.uuid + "/location"
  68. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 53, in request
  69. return self.send(params)
  70. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 78, in send
  71. data=data, json=json, timeout=(3.05, 15))
  72. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/api.py", line 56, in request
  73. return session.request(method=method, url=url, **kwargs)
  74. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
  75. resp = self.send(prep, **send_kwargs)
  76. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
  77. r = adapter.send(request, **kwargs)
  78. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/adapters.py", line 499, in send
  79. raise ReadTimeout(e, request=request)
  80. ReadTimeout: HTTPSConnectionPool(host='api.mycroft.ai', port=443): Read timed out. (read timeout=15)
  81. 10:56:37.162 - mycroft.client.speech.listener:create_wake_word_recognizer:239 - INFO - creating wake word engine
  82. 10:56:37.163 - mycroft.client.speech.hotword_factory:create_hotword:268 - INFO - creating hey mycroft
  83. 10:56:37.196 - mycroft.client.speech.listener:create_wakeup_recognizer:257 - INFO - creating stand up word engine
  84. 10:56:37.197 - mycroft.client.speech.hotword_factory:create_hotword:268 - INFO - creating wake up
  85. Exception in thread Thread-26:
  86. Traceback (most recent call last):
  87. File "/usr/bin/anaconda/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  88. self.run()
  89. File "/usr/bin/anaconda/lib/python2.7/threading.py", line 1082, in run
  90. self.function(*self.args, **self.kwargs)
  91. File "/opt/mycroft/skills/skill-configuration/__init__.py", line 180, in notify
  92. self.update()
  93. File "/opt/mycroft/skills/skill-configuration/__init__.py", line 189, in update
  94. location = self.api.find_location()
  95. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 279, in find_location
  96. return self.get_location()
  97. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 233, in get_location
  98. "path": "/" + self.identity.uuid + "/location"
  99. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 53, in request
  100. return self.send(params)
  101. File "/home/shaun/mycroft-core/mycroft/api/__init__.py", line 78, in send
  102. data=data, json=json, timeout=(3.05, 15))
  103. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/api.py", line 56, in request
  104. return session.request(method=method, url=url, **kwargs)
  105. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
  106. resp = self.send(prep, **send_kwargs)
  107. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
  108. r = adapter.send(request, **kwargs)
  109. File "/home/shaun/.virtualenvs/mycroft/lib/python2.7/site-packages/requests/adapters.py", line 499, in send
  110. raise ReadTimeout(e, request=request)
  111. ReadTimeout: HTTPSConnectionPool(host='api.mycroft.ai', port=443): Read timed out. (read timeout=15)
  112.  
  113. 10:59:08.301 - __main__:download_skills:328 - ERROR - msm failed with error 111: === Checking for default skills
  114. msm: error 111
  115.  
  116. ^--- NEWEST ---^
  117. 11:02:45.676 - __main__:handle_wakeword:57 - INFO - Wakeword Detected: hey mycroft
  118. 11:03:04.569 - __main__:handle_utterance:62 - INFO - Utterance: [u'install basic commands skill']
  119. 11:03:04.784 - mycroft.skills.core:wrapper:607 - ERROR - An error occurred while processing a request in Skill Installer Skill
  120. Traceback (most recent call last):
  121. File "/home/shaun/mycroft-core/mycroft/skills/core.py", line 598, in wrapper
  122. handler(message)
  123. File "/opt/mycroft/skills/skill-installer/__init__.py", line 174, in install
  124. skills = self.search_for_skill(search, self.get_skill_list())
  125. File "/opt/mycroft/skills/skill-installer/__init__.py", line 96, in get_skill_list
  126. self.ansi_escape.sub('', check_output([BIN, 'list'])).split('\n')
  127. File "/usr/bin/anaconda/lib/python2.7/subprocess.py", line 573, in check_output
  128. raise CalledProcessError(retcode, cmd, output=output)
  129. CalledProcessError: Command '['/home/shaun/mycroft-core/msm/msm', 'list']' returned non-zero exit status 111
  130. 11:03:16.255 - __main__:handle_record_begin:36 - INFO - Begin Recording...
  131. 11:03:20.594 - __main__:handle_record_end:41 - INFO - End Recording...
  132. 11:03:20.609 - __main__:handle_wakeword:57 - INFO - Wakeword Detected: hey mycroft
  133. 11:03:24.597 - __main__:handle_utterance:62 - INFO - Utterance: [u'install basic help skill']
  134. 11:03:24.782 - mycroft.skills.core:wrapper:607 - ERROR - An error occurred while processing a request in Skill Installer Skill
  135. Traceback (most recent call last):
  136. File "/home/shaun/mycroft-core/mycroft/skills/core.py", line 598, in wrapper
  137. handler(message)
  138. File "/opt/mycroft/skills/skill-installer/__init__.py", line 174, in install
  139. skills = self.search_for_skill(search, self.get_skill_list())
  140. File "/opt/mycroft/skills/skill-installer/__init__.py", line 96, in get_skill_list
  141. self.ansi_escape.sub('', check_output([BIN, 'list'])).split('\n')
  142. File "/usr/bin/anaconda/lib/python2.7/subprocess.py", line 573, in check_output
  143. raise CalledProcessError(retcode, cmd, output=output)
  144. CalledProcessError: Command '['/home/shaun/mycroft-core/msm/msm', 'list']' returned non-zero exit status 111
  145. ^--- NEWEST ---^
  146.  
  147. History =================================================
  148. >> An error occurred while processing a request in Skill Installer Skill
  149. >> It's currently scattered clouds and 65 degrees. Today's forecast is for a high of 65 and a low of 46.
  150. >> An error occurred while processing a request in Skill Installer Skill
  151. >> An error occurred while processing a request in Skill Installer Skill
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement