Advertisement
Guest User

Untitled

a guest
Feb 17th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 411.83 KB | None | 0 0
  1. 2019-02-14 10:12:17.563 | INFO | 254 | __main__:main:46 | Starting Audio Service
  2. 2019-02-14 10:12:17.591 | INFO | 254 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  3. 2019-02-14 10:12:17.602 | INFO | 254 | mycroft_bus_client.client.client | Connected
  4. 2019-02-14 10:12:17.606 | INFO | 254 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  5. 2019-02-14 10:12:17.621 | INFO | 254 | mycroft.tts.cache:load_persistent_cache:189 | Adding dialog resources to persistent TTS cache...
  6. 2019-02-14 10:12:17.641 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH login has been disabled" to cache
  7. 2019-02-14 10:12:17.667 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "SSH login has been disabled"
  8. Traceback (most recent call last):
  9. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  10. conn = connection.create_connection(
  11. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  12. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  13. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  14. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  15. socket.gaierror: [Errno -3] Temporary failure in name resolution
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. Traceback (most recent call last):
  20. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  21. httplib_response = self._make_request(
  22. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  23. self._validate_conn(conn)
  24. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  25. conn.connect()
  26. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  27. conn = self._new_conn()
  28. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  29. raise NewConnectionError(
  30. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6d6d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  31.  
  32. During handling of the above exception, another exception occurred:
  33.  
  34. Traceback (most recent call last):
  35. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  36. resp = conn.urlopen(
  37. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  38. retries = retries.increment(
  39. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  40. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  41. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20login%20has%20been%20disabled&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6d6d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  42.  
  43. During handling of the above exception, another exception occurred:
  44.  
  45. Traceback (most recent call last):
  46. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  47. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  48. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  49. response = requests.get(mimic2_url)
  50. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  51. return request('get', url, params=params, **kwargs)
  52. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  53. return session.request(method=method, url=url, **kwargs)
  54. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  55. resp = self.send(prep, **send_kwargs)
  56. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  57. r = adapter.send(request, **kwargs)
  58. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  59. raise ConnectionError(e, request=request)
  60. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20login%20has%20been%20disabled&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6d6d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  61. 2019-02-14 10:12:17.699 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "Interaction data will no longer be submitted to Mycroft AI." to cache
  62. 2019-02-14 10:12:17.710 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Interaction data will no longer be submitted to Mycroft AI."
  63. Traceback (most recent call last):
  64. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  65. conn = connection.create_connection(
  66. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  67. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  68. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  69. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  70. socket.gaierror: [Errno -3] Temporary failure in name resolution
  71.  
  72. During handling of the above exception, another exception occurred:
  73.  
  74. Traceback (most recent call last):
  75. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  76. httplib_response = self._make_request(
  77. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  78. self._validate_conn(conn)
  79. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  80. conn.connect()
  81. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  82. conn = self._new_conn()
  83. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  84. raise NewConnectionError(
  85. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6dcd0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  86.  
  87. During handling of the above exception, another exception occurred:
  88.  
  89. Traceback (most recent call last):
  90. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  91. resp = conn.urlopen(
  92. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  93. retries = retries.increment(
  94. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  95. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  96. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Interaction%20data%20will%20no%20longer%20be%20submitted%20to%20Mycroft%20AI.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6dcd0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  97.  
  98. During handling of the above exception, another exception occurred:
  99.  
  100. Traceback (most recent call last):
  101. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  102. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  103. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  104. response = requests.get(mimic2_url)
  105. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  106. return request('get', url, params=params, **kwargs)
  107. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  108. return session.request(method=method, url=url, **kwargs)
  109. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  110. resp = self.send(prep, **send_kwargs)
  111. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  112. r = adapter.send(request, **kwargs)
  113. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  114. raise ConnectionError(e, request=request)
  115. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Interaction%20data%20will%20no%20longer%20be%20submitted%20to%20Mycroft%20AI.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6dcd0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  116. 2019-02-14 10:12:17.713 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding " I'm ready to help you." to cache
  117. 2019-02-14 10:12:17.727 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence " I'm ready to help you."
  118. Traceback (most recent call last):
  119. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  120. conn = connection.create_connection(
  121. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  122. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  123. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  124. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  125. socket.gaierror: [Errno -3] Temporary failure in name resolution
  126.  
  127. During handling of the above exception, another exception occurred:
  128.  
  129. Traceback (most recent call last):
  130. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  131. httplib_response = self._make_request(
  132. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  133. self._validate_conn(conn)
  134. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  135. conn.connect()
  136. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  137. conn = self._new_conn()
  138. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  139. raise NewConnectionError(
  140. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6d250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  141.  
  142. During handling of the above exception, another exception occurred:
  143.  
  144. Traceback (most recent call last):
  145. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  146. resp = conn.urlopen(
  147. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  148. retries = retries.increment(
  149. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  150. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  151. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20I%27m%20ready%20to%20help%20you.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6d250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  152.  
  153. During handling of the above exception, another exception occurred:
  154.  
  155. Traceback (most recent call last):
  156. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  157. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  158. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  159. response = requests.get(mimic2_url)
  160. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  161. return request('get', url, params=params, **kwargs)
  162. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  163. return session.request(method=method, url=url, **kwargs)
  164. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  165. resp = self.send(prep, **send_kwargs)
  166. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  167. r = adapter.send(request, **kwargs)
  168. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  169. raise ConnectionError(e, request=request)
  170. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20I%27m%20ready%20to%20help%20you.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6d250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  171. 2019-02-14 10:12:17.731 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "It seems I'm not connected to the Internet, please check your network connection." to cache
  172. 2019-02-14 10:12:17.744 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "It seems I'm not connected to the Internet, please check your network connection."
  173. Traceback (most recent call last):
  174. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  175. conn = connection.create_connection(
  176. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  177. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  178. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  179. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  180. socket.gaierror: [Errno -3] Temporary failure in name resolution
  181.  
  182. During handling of the above exception, another exception occurred:
  183.  
  184. Traceback (most recent call last):
  185. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  186. httplib_response = self._make_request(
  187. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  188. self._validate_conn(conn)
  189. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  190. conn.connect()
  191. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  192. conn = self._new_conn()
  193. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  194. raise NewConnectionError(
  195. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6ae80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  196.  
  197. During handling of the above exception, another exception occurred:
  198.  
  199. Traceback (most recent call last):
  200. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  201. resp = conn.urlopen(
  202. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  203. retries = retries.increment(
  204. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  205. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  206. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=It%20seems%20I%27m%20not%20connected%20to%20the%20Internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6ae80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  207.  
  208. During handling of the above exception, another exception occurred:
  209.  
  210. Traceback (most recent call last):
  211. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  212. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  213. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  214. response = requests.get(mimic2_url)
  215. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  216. return request('get', url, params=params, **kwargs)
  217. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  218. return session.request(method=method, url=url, **kwargs)
  219. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  220. resp = self.send(prep, **send_kwargs)
  221. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  222. r = adapter.send(request, **kwargs)
  223. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  224. raise ConnectionError(e, request=request)
  225. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=It%20seems%20I%27m%20not%20connected%20to%20the%20Internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6ae80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  226. 2019-02-14 10:12:17.748 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm having trouble reaching the internet right now, please check your network connection." to cache
  227. 2019-02-14 10:12:17.761 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm having trouble reaching the internet right now, please check your network connection."
  228. Traceback (most recent call last):
  229. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  230. conn = connection.create_connection(
  231. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  232. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  233. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  234. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  235. socket.gaierror: [Errno -3] Temporary failure in name resolution
  236.  
  237. During handling of the above exception, another exception occurred:
  238.  
  239. Traceback (most recent call last):
  240. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  241. httplib_response = self._make_request(
  242. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  243. self._validate_conn(conn)
  244. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  245. conn.connect()
  246. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  247. conn = self._new_conn()
  248. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  249. raise NewConnectionError(
  250. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  251.  
  252. During handling of the above exception, another exception occurred:
  253.  
  254. Traceback (most recent call last):
  255. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  256. resp = conn.urlopen(
  257. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  258. retries = retries.increment(
  259. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  260. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  261. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20having%20trouble%20reaching%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  262.  
  263. During handling of the above exception, another exception occurred:
  264.  
  265. Traceback (most recent call last):
  266. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  267. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  268. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  269. response = requests.get(mimic2_url)
  270. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  271. return request('get', url, params=params, **kwargs)
  272. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  273. return session.request(method=method, url=url, **kwargs)
  274. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  275. resp = self.send(prep, **send_kwargs)
  276. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  277. r = adapter.send(request, **kwargs)
  278. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  279. raise ConnectionError(e, request=request)
  280. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20having%20trouble%20reaching%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  281. 2019-02-14 10:12:17.765 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "I will now upload interaction data to Mycroft AI to allow me to get smarter." to cache
  282. 2019-02-14 10:12:17.775 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I will now upload interaction data to Mycroft AI to allow me to get smarter."
  283. Traceback (most recent call last):
  284. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  285. conn = connection.create_connection(
  286. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  287. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  288. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  289. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  290. socket.gaierror: [Errno -3] Temporary failure in name resolution
  291.  
  292. During handling of the above exception, another exception occurred:
  293.  
  294. Traceback (most recent call last):
  295. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  296. httplib_response = self._make_request(
  297. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  298. self._validate_conn(conn)
  299. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  300. conn.connect()
  301. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  302. conn = self._new_conn()
  303. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  304. raise NewConnectionError(
  305. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  306.  
  307. During handling of the above exception, another exception occurred:
  308.  
  309. Traceback (most recent call last):
  310. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  311. resp = conn.urlopen(
  312. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  313. retries = retries.increment(
  314. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  315. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  316. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20will%20now%20upload%20interaction%20data%20to%20Mycroft%20AI%20to%20allow%20me%20to%20get%20smarter.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  317.  
  318. During handling of the above exception, another exception occurred:
  319.  
  320. Traceback (most recent call last):
  321. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  322. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  323. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  324. response = requests.get(mimic2_url)
  325. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  326. return request('get', url, params=params, **kwargs)
  327. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  328. return session.request(method=method, url=url, **kwargs)
  329. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  330. resp = self.send(prep, **send_kwargs)
  331. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  332. r = adapter.send(request, **kwargs)
  333. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  334. raise ConnectionError(e, request=request)
  335. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20will%20now%20upload%20interaction%20data%20to%20Mycroft%20AI%20to%20allow%20me%20to%20get%20smarter.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  336. 2019-02-14 10:12:17.778 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm up to date now" to cache
  337. 2019-02-14 10:12:17.788 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm up to date now"
  338. Traceback (most recent call last):
  339. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  340. conn = connection.create_connection(
  341. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  342. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  343. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  344. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  345. socket.gaierror: [Errno -3] Temporary failure in name resolution
  346.  
  347. During handling of the above exception, another exception occurred:
  348.  
  349. Traceback (most recent call last):
  350. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  351. httplib_response = self._make_request(
  352. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  353. self._validate_conn(conn)
  354. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  355. conn.connect()
  356. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  357. conn = self._new_conn()
  358. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  359. raise NewConnectionError(
  360. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6ae80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  361.  
  362. During handling of the above exception, another exception occurred:
  363.  
  364. Traceback (most recent call last):
  365. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  366. resp = conn.urlopen(
  367. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  368. retries = retries.increment(
  369. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  370. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  371. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20up%20to%20date%20now&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6ae80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  372.  
  373. During handling of the above exception, another exception occurred:
  374.  
  375. Traceback (most recent call last):
  376. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  377. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  378. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  379. response = requests.get(mimic2_url)
  380. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  381. return request('get', url, params=params, **kwargs)
  382. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  383. return session.request(method=method, url=url, **kwargs)
  384. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  385. resp = self.send(prep, **send_kwargs)
  386. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  387. r = adapter.send(request, **kwargs)
  388. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  389. raise ConnectionError(e, request=request)
  390. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20up%20to%20date%20now&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6ae80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  391. 2019-02-14 10:12:17.791 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "I don't seem to be connected to the internet, please check your network connection." to cache
  392. 2019-02-14 10:12:17.801 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I don't seem to be connected to the internet, please check your network connection."
  393. Traceback (most recent call last):
  394. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  395. conn = connection.create_connection(
  396. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  397. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  398. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  399. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  400. socket.gaierror: [Errno -3] Temporary failure in name resolution
  401.  
  402. During handling of the above exception, another exception occurred:
  403.  
  404. Traceback (most recent call last):
  405. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  406. httplib_response = self._make_request(
  407. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  408. self._validate_conn(conn)
  409. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  410. conn.connect()
  411. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  412. conn = self._new_conn()
  413. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  414. raise NewConnectionError(
  415. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  416.  
  417. During handling of the above exception, another exception occurred:
  418.  
  419. Traceback (most recent call last):
  420. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  421. resp = conn.urlopen(
  422. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  423. retries = retries.increment(
  424. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  425. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  426. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20don%27t%20seem%20to%20be%20connected%20to%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  427.  
  428. During handling of the above exception, another exception occurred:
  429.  
  430. Traceback (most recent call last):
  431. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  432. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  433. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  434. response = requests.get(mimic2_url)
  435. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  436. return request('get', url, params=params, **kwargs)
  437. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  438. return session.request(method=method, url=url, **kwargs)
  439. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  440. resp = self.send(prep, **send_kwargs)
  441. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  442. r = adapter.send(request, **kwargs)
  443. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  444. raise ConnectionError(e, request=request)
  445. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20don%27t%20seem%20to%20be%20connected%20to%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  446. 2019-02-14 10:12:17.806 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm unable to reach the internet, please check your network connection." to cache
  447. 2019-02-14 10:12:17.821 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm unable to reach the internet, please check your network connection."
  448. Traceback (most recent call last):
  449. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  450. conn = connection.create_connection(
  451. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  452. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  453. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  454. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  455. socket.gaierror: [Errno -3] Temporary failure in name resolution
  456.  
  457. During handling of the above exception, another exception occurred:
  458.  
  459. Traceback (most recent call last):
  460. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  461. httplib_response = self._make_request(
  462. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  463. self._validate_conn(conn)
  464. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  465. conn.connect()
  466. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  467. conn = self._new_conn()
  468. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  469. raise NewConnectionError(
  470. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  471.  
  472. During handling of the above exception, another exception occurred:
  473.  
  474. Traceback (most recent call last):
  475. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  476. resp = conn.urlopen(
  477. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  478. retries = retries.increment(
  479. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  480. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  481. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20unable%20to%20reach%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  482.  
  483. During handling of the above exception, another exception occurred:
  484.  
  485. Traceback (most recent call last):
  486. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  487. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  488. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  489. response = requests.get(mimic2_url)
  490. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  491. return request('get', url, params=params, **kwargs)
  492. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  493. return session.request(method=method, url=url, **kwargs)
  494. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  495. resp = self.send(prep, **send_kwargs)
  496. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  497. r = adapter.send(request, **kwargs)
  498. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  499. raise ConnectionError(e, request=request)
  500. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20unable%20to%20reach%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  501. 2019-02-14 10:12:17.824 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you please repeat that?" to cache
  502. 2019-02-14 10:12:17.835 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Can you please repeat that?"
  503. Traceback (most recent call last):
  504. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  505. conn = connection.create_connection(
  506. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  507. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  508. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  509. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  510. socket.gaierror: [Errno -3] Temporary failure in name resolution
  511.  
  512. During handling of the above exception, another exception occurred:
  513.  
  514. Traceback (most recent call last):
  515. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  516. httplib_response = self._make_request(
  517. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  518. self._validate_conn(conn)
  519. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  520. conn.connect()
  521. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  522. conn = self._new_conn()
  523. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  524. raise NewConnectionError(
  525. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  526.  
  527. During handling of the above exception, another exception occurred:
  528.  
  529. Traceback (most recent call last):
  530. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  531. resp = conn.urlopen(
  532. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  533. retries = retries.increment(
  534. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  535. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  536. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20please%20repeat%20that%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  537.  
  538. During handling of the above exception, another exception occurred:
  539.  
  540. Traceback (most recent call last):
  541. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  542. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  543. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  544. response = requests.get(mimic2_url)
  545. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  546. return request('get', url, params=params, **kwargs)
  547. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  548. return session.request(method=method, url=url, **kwargs)
  549. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  550. resp = self.send(prep, **send_kwargs)
  551. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  552. r = adapter.send(request, **kwargs)
  553. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  554. raise ConnectionError(e, request=request)
  555. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20please%20repeat%20that%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  556. 2019-02-14 10:12:17.839 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "I need to restart after synchronizing my clock with the internet, be right back." to cache
  557. 2019-02-14 10:12:17.854 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I need to restart after synchronizing my clock with the internet, be right back."
  558. Traceback (most recent call last):
  559. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  560. conn = connection.create_connection(
  561. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  562. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  563. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  564. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  565. socket.gaierror: [Errno -3] Temporary failure in name resolution
  566.  
  567. During handling of the above exception, another exception occurred:
  568.  
  569. Traceback (most recent call last):
  570. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  571. httplib_response = self._make_request(
  572. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  573. self._validate_conn(conn)
  574. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  575. conn.connect()
  576. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  577. conn = self._new_conn()
  578. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  579. raise NewConnectionError(
  580. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  581.  
  582. During handling of the above exception, another exception occurred:
  583.  
  584. Traceback (most recent call last):
  585. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  586. resp = conn.urlopen(
  587. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  588. retries = retries.increment(
  589. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  590. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  591. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20need%20to%20restart%20after%20synchronizing%20my%20clock%20with%20the%20internet%2C%20be%20right%20back.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  592.  
  593. During handling of the above exception, another exception occurred:
  594.  
  595. Traceback (most recent call last):
  596. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  597. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  598. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  599. response = requests.get(mimic2_url)
  600. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  601. return request('get', url, params=params, **kwargs)
  602. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  603. return session.request(method=method, url=url, **kwargs)
  604. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  605. resp = self.send(prep, **send_kwargs)
  606. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  607. r = adapter.send(request, **kwargs)
  608. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  609. raise ConnectionError(e, request=request)
  610. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20need%20to%20restart%20after%20synchronizing%20my%20clock%20with%20the%20internet%2C%20be%20right%20back.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  611. 2019-02-14 10:12:17.858 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "I can't reach the internet right now, please check your network connection." to cache
  612. 2019-02-14 10:12:17.869 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I can't reach the internet right now, please check your network connection."
  613. Traceback (most recent call last):
  614. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  615. conn = connection.create_connection(
  616. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  617. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  618. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  619. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  620. socket.gaierror: [Errno -3] Temporary failure in name resolution
  621.  
  622. During handling of the above exception, another exception occurred:
  623.  
  624. Traceback (most recent call last):
  625. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  626. httplib_response = self._make_request(
  627. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  628. self._validate_conn(conn)
  629. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  630. conn.connect()
  631. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  632. conn = self._new_conn()
  633. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  634. raise NewConnectionError(
  635. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a130>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  636.  
  637. During handling of the above exception, another exception occurred:
  638.  
  639. Traceback (most recent call last):
  640. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  641. resp = conn.urlopen(
  642. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  643. retries = retries.increment(
  644. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  645. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  646. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20can%27t%20reach%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a130>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  647.  
  648. During handling of the above exception, another exception occurred:
  649.  
  650. Traceback (most recent call last):
  651. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  652. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  653. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  654. response = requests.get(mimic2_url)
  655. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  656. return request('get', url, params=params, **kwargs)
  657. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  658. return session.request(method=method, url=url, **kwargs)
  659. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  660. resp = self.send(prep, **send_kwargs)
  661. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  662. r = adapter.send(request, **kwargs)
  663. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  664. raise ConnectionError(e, request=request)
  665. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20can%27t%20reach%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a130>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  666. 2019-02-14 10:12:17.873 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you say that again?" to cache
  667. 2019-02-14 10:12:17.884 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Can you say that again?"
  668. Traceback (most recent call last):
  669. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  670. conn = connection.create_connection(
  671. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  672. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  673. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  674. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  675. socket.gaierror: [Errno -3] Temporary failure in name resolution
  676.  
  677. During handling of the above exception, another exception occurred:
  678.  
  679. Traceback (most recent call last):
  680. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  681. httplib_response = self._make_request(
  682. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  683. self._validate_conn(conn)
  684. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  685. conn.connect()
  686. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  687. conn = self._new_conn()
  688. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  689. raise NewConnectionError(
  690. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  691.  
  692. During handling of the above exception, another exception occurred:
  693.  
  694. Traceback (most recent call last):
  695. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  696. resp = conn.urlopen(
  697. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  698. retries = retries.increment(
  699. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  700. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  701. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20say%20that%20again%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  702.  
  703. During handling of the above exception, another exception occurred:
  704.  
  705. Traceback (most recent call last):
  706. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  707. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  708. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  709. response = requests.get(mimic2_url)
  710. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  711. return request('get', url, params=params, **kwargs)
  712. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  713. return session.request(method=method, url=url, **kwargs)
  714. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  715. resp = self.send(prep, **send_kwargs)
  716. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  717. r = adapter.send(request, **kwargs)
  718. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  719. raise ConnectionError(e, request=request)
  720. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20say%20that%20again%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  721. 2019-02-14 10:12:17.887 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding " Currently this includes recordings of wake-word activations." to cache
  722. 2019-02-14 10:12:17.899 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence " Currently this includes recordings of wake-word activations."
  723. Traceback (most recent call last):
  724. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  725. conn = connection.create_connection(
  726. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  727. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  728. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  729. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  730. socket.gaierror: [Errno -3] Temporary failure in name resolution
  731.  
  732. During handling of the above exception, another exception occurred:
  733.  
  734. Traceback (most recent call last):
  735. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  736. httplib_response = self._make_request(
  737. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  738. self._validate_conn(conn)
  739. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  740. conn.connect()
  741. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  742. conn = self._new_conn()
  743. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  744. raise NewConnectionError(
  745. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  746.  
  747. During handling of the above exception, another exception occurred:
  748.  
  749. Traceback (most recent call last):
  750. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  751. resp = conn.urlopen(
  752. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  753. retries = retries.increment(
  754. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  755. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  756. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20Currently%20this%20includes%20recordings%20of%20wake-word%20activations.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  757.  
  758. During handling of the above exception, another exception occurred:
  759.  
  760. Traceback (most recent call last):
  761. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  762. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  763. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  764. response = requests.get(mimic2_url)
  765. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  766. return request('get', url, params=params, **kwargs)
  767. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  768. return session.request(method=method, url=url, **kwargs)
  769. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  770. resp = self.send(prep, **send_kwargs)
  771. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  772. r = adapter.send(request, **kwargs)
  773. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  774. raise ConnectionError(e, request=request)
  775. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20Currently%20this%20includes%20recordings%20of%20wake-word%20activations.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  776. 2019-02-14 10:12:17.904 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "Please wait few minutes before trying to speak to me." to cache
  777. 2019-02-14 10:12:17.915 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Please wait few minutes before trying to speak to me."
  778. Traceback (most recent call last):
  779. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  780. conn = connection.create_connection(
  781. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  782. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  783. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  784. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  785. socket.gaierror: [Errno -3] Temporary failure in name resolution
  786.  
  787. During handling of the above exception, another exception occurred:
  788.  
  789. Traceback (most recent call last):
  790. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  791. httplib_response = self._make_request(
  792. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  793. self._validate_conn(conn)
  794. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  795. conn.connect()
  796. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  797. conn = self._new_conn()
  798. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  799. raise NewConnectionError(
  800. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  801.  
  802. During handling of the above exception, another exception occurred:
  803.  
  804. Traceback (most recent call last):
  805. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  806. resp = conn.urlopen(
  807. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  808. retries = retries.increment(
  809. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  810. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  811. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Please%20wait%20few%20minutes%20before%20trying%20to%20speak%20to%20me.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  812.  
  813. During handling of the above exception, another exception occurred:
  814.  
  815. Traceback (most recent call last):
  816. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  817. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  818. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  819. response = requests.get(mimic2_url)
  820. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  821. return request('get', url, params=params, **kwargs)
  822. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  823. return session.request(method=method, url=url, **kwargs)
  824. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  825. resp = self.send(prep, **send_kwargs)
  826. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  827. r = adapter.send(request, **kwargs)
  828. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  829. raise ConnectionError(e, request=request)
  830. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Please%20wait%20few%20minutes%20before%20trying%20to%20speak%20to%20me.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  831. 2019-02-14 10:12:17.919 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm afraid I couldn't understand that" to cache
  832. 2019-02-14 10:12:17.931 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm afraid I couldn't understand that"
  833. Traceback (most recent call last):
  834. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  835. conn = connection.create_connection(
  836. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  837. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  838. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  839. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  840. socket.gaierror: [Errno -3] Temporary failure in name resolution
  841.  
  842. During handling of the above exception, another exception occurred:
  843.  
  844. Traceback (most recent call last):
  845. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  846. httplib_response = self._make_request(
  847. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  848. self._validate_conn(conn)
  849. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  850. conn.connect()
  851. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  852. conn = self._new_conn()
  853. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  854. raise NewConnectionError(
  855. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  856.  
  857. During handling of the above exception, another exception occurred:
  858.  
  859. Traceback (most recent call last):
  860. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  861. resp = conn.urlopen(
  862. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  863. retries = retries.increment(
  864. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  865. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  866. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20afraid%20I%20couldn%27t%20understand%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  867.  
  868. During handling of the above exception, another exception occurred:
  869.  
  870. Traceback (most recent call last):
  871. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  872. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  873. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  874. response = requests.get(mimic2_url)
  875. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  876. return request('get', url, params=params, **kwargs)
  877. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  878. return session.request(method=method, url=url, **kwargs)
  879. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  880. resp = self.send(prep, **send_kwargs)
  881. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  882. r = adapter.send(request, **kwargs)
  883. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  884. raise ConnectionError(e, request=request)
  885. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20afraid%20I%20couldn%27t%20understand%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  886. 2019-02-14 10:12:17.935 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "an error occurred while updating skills" to cache
  887. 2019-02-14 10:12:17.945 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "an error occurred while updating skills"
  888. Traceback (most recent call last):
  889. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  890. conn = connection.create_connection(
  891. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  892. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  893. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  894. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  895. socket.gaierror: [Errno -3] Temporary failure in name resolution
  896.  
  897. During handling of the above exception, another exception occurred:
  898.  
  899. Traceback (most recent call last):
  900. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  901. httplib_response = self._make_request(
  902. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  903. self._validate_conn(conn)
  904. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  905. conn.connect()
  906. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  907. conn = self._new_conn()
  908. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  909. raise NewConnectionError(
  910. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a5e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  911.  
  912. During handling of the above exception, another exception occurred:
  913.  
  914. Traceback (most recent call last):
  915. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  916. resp = conn.urlopen(
  917. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  918. retries = retries.increment(
  919. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  920. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  921. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=an%20error%20occurred%20while%20updating%20skills&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a5e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  922.  
  923. During handling of the above exception, another exception occurred:
  924.  
  925. Traceback (most recent call last):
  926. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  927. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  928. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  929. response = requests.get(mimic2_url)
  930. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  931. return request('get', url, params=params, **kwargs)
  932. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  933. return session.request(method=method, url=url, **kwargs)
  934. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  935. resp = self.send(prep, **send_kwargs)
  936. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  937. r = adapter.send(request, **kwargs)
  938. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  939. raise ConnectionError(e, request=request)
  940. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=an%20error%20occurred%20while%20updating%20skills&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a5e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  941. 2019-02-14 10:12:17.951 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "Just a moment while I update myself" to cache
  942. 2019-02-14 10:12:17.963 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Just a moment while I update myself"
  943. Traceback (most recent call last):
  944. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  945. conn = connection.create_connection(
  946. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  947. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  948. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  949. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  950. socket.gaierror: [Errno -3] Temporary failure in name resolution
  951.  
  952. During handling of the above exception, another exception occurred:
  953.  
  954. Traceback (most recent call last):
  955. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  956. httplib_response = self._make_request(
  957. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  958. self._validate_conn(conn)
  959. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  960. conn.connect()
  961. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  962. conn = self._new_conn()
  963. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  964. raise NewConnectionError(
  965. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  966.  
  967. During handling of the above exception, another exception occurred:
  968.  
  969. Traceback (most recent call last):
  970. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  971. resp = conn.urlopen(
  972. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  973. retries = retries.increment(
  974. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  975. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  976. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Just%20a%20moment%20while%20I%20update%20myself&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  977.  
  978. During handling of the above exception, another exception occurred:
  979.  
  980. Traceback (most recent call last):
  981. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  982. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  983. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  984. response = requests.get(mimic2_url)
  985. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  986. return request('get', url, params=params, **kwargs)
  987. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  988. return session.request(method=method, url=url, **kwargs)
  989. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  990. resp = self.send(prep, **send_kwargs)
  991. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  992. r = adapter.send(request, **kwargs)
  993. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  994. raise ConnectionError(e, request=request)
  995. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Just%20a%20moment%20while%20I%20update%20myself&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  996. 2019-02-14 10:12:17.967 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH logins are now allowed" to cache
  997. 2019-02-14 10:12:17.983 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "SSH logins are now allowed"
  998. Traceback (most recent call last):
  999. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1000. conn = connection.create_connection(
  1001. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1002. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1003. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1004. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1005. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1006.  
  1007. During handling of the above exception, another exception occurred:
  1008.  
  1009. Traceback (most recent call last):
  1010. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1011. httplib_response = self._make_request(
  1012. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1013. self._validate_conn(conn)
  1014. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1015. conn.connect()
  1016. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1017. conn = self._new_conn()
  1018. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1019. raise NewConnectionError(
  1020. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a5e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1021.  
  1022. During handling of the above exception, another exception occurred:
  1023.  
  1024. Traceback (most recent call last):
  1025. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1026. resp = conn.urlopen(
  1027. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1028. retries = retries.increment(
  1029. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1030. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1031. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20logins%20are%20now%20allowed&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a5e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1032.  
  1033. During handling of the above exception, another exception occurred:
  1034.  
  1035. Traceback (most recent call last):
  1036. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1037. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1038. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1039. response = requests.get(mimic2_url)
  1040. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1041. return request('get', url, params=params, **kwargs)
  1042. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1043. return session.request(method=method, url=url, **kwargs)
  1044. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1045. resp = self.send(prep, **send_kwargs)
  1046. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1047. r = adapter.send(request, **kwargs)
  1048. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1049. raise ConnectionError(e, request=request)
  1050. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20logins%20are%20now%20allowed&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a5e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1051. 2019-02-14 10:12:17.987 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "Checking for updates" to cache
  1052. 2019-02-14 10:12:17.999 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Checking for updates"
  1053. Traceback (most recent call last):
  1054. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1055. conn = connection.create_connection(
  1056. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1057. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1058. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1059. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1060. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1061.  
  1062. During handling of the above exception, another exception occurred:
  1063.  
  1064. Traceback (most recent call last):
  1065. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1066. httplib_response = self._make_request(
  1067. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1068. self._validate_conn(conn)
  1069. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1070. conn.connect()
  1071. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1072. conn = self._new_conn()
  1073. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1074. raise NewConnectionError(
  1075. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1076.  
  1077. During handling of the above exception, another exception occurred:
  1078.  
  1079. Traceback (most recent call last):
  1080. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1081. resp = conn.urlopen(
  1082. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1083. retries = retries.increment(
  1084. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1085. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1086. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Checking%20for%20updates&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1087.  
  1088. During handling of the above exception, another exception occurred:
  1089.  
  1090. Traceback (most recent call last):
  1091. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1092. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1093. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1094. response = requests.get(mimic2_url)
  1095. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1096. return request('get', url, params=params, **kwargs)
  1097. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1098. return session.request(method=method, url=url, **kwargs)
  1099. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1100. resp = self.send(prep, **send_kwargs)
  1101. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1102. r = adapter.send(request, **kwargs)
  1103. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1104. raise ConnectionError(e, request=request)
  1105. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Checking%20for%20updates&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6a940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1106. 2019-02-14 10:12:18.002 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "Sorry, I didn't catch that" to cache
  1107. 2019-02-14 10:12:18.012 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Sorry, I didn't catch that"
  1108. Traceback (most recent call last):
  1109. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1110. conn = connection.create_connection(
  1111. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1112. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1113. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1114. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1115. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1116.  
  1117. During handling of the above exception, another exception occurred:
  1118.  
  1119. Traceback (most recent call last):
  1120. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1121. httplib_response = self._make_request(
  1122. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1123. self._validate_conn(conn)
  1124. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1125. conn.connect()
  1126. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1127. conn = self._new_conn()
  1128. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1129. raise NewConnectionError(
  1130. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6af40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1131.  
  1132. During handling of the above exception, another exception occurred:
  1133.  
  1134. Traceback (most recent call last):
  1135. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1136. resp = conn.urlopen(
  1137. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1138. retries = retries.increment(
  1139. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1140. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1141. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Sorry%2C%20I%20didn%27t%20catch%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6af40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1142.  
  1143. During handling of the above exception, another exception occurred:
  1144.  
  1145. Traceback (most recent call last):
  1146. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1147. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1148. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1149. response = requests.get(mimic2_url)
  1150. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1151. return request('get', url, params=params, **kwargs)
  1152. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1153. return session.request(method=method, url=url, **kwargs)
  1154. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1155. resp = self.send(prep, **send_kwargs)
  1156. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1157. r = adapter.send(request, **kwargs)
  1158. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1159. raise ConnectionError(e, request=request)
  1160. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Sorry%2C%20I%20didn%27t%20catch%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6af40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1161. 2019-02-14 10:12:18.040 | INFO | 254 | mycroft.tts.cache:_load_sentence:275 | Adding "REBOOTING..." to cache
  1162. 2019-02-14 10:12:18.051 | ERROR | 254 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "REBOOTING..."
  1163. Traceback (most recent call last):
  1164. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1165. conn = connection.create_connection(
  1166. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1167. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1168. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1169. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1170. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1171.  
  1172. During handling of the above exception, another exception occurred:
  1173.  
  1174. Traceback (most recent call last):
  1175. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1176. httplib_response = self._make_request(
  1177. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1178. self._validate_conn(conn)
  1179. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1180. conn.connect()
  1181. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1182. conn = self._new_conn()
  1183. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1184. raise NewConnectionError(
  1185. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faac6af70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1186.  
  1187. During handling of the above exception, another exception occurred:
  1188.  
  1189. Traceback (most recent call last):
  1190. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1191. resp = conn.urlopen(
  1192. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1193. retries = retries.increment(
  1194. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1195. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1196. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=REBOOTING...&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6af70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1197.  
  1198. During handling of the above exception, another exception occurred:
  1199.  
  1200. Traceback (most recent call last):
  1201. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1202. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1203. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1204. response = requests.get(mimic2_url)
  1205. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1206. return request('get', url, params=params, **kwargs)
  1207. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1208. return session.request(method=method, url=url, **kwargs)
  1209. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1210. resp = self.send(prep, **send_kwargs)
  1211. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1212. r = adapter.send(request, **kwargs)
  1213. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1214. raise ConnectionError(e, request=request)
  1215. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=REBOOTING...&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faac6af70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1216. 2019-02-14 10:12:18.055 | INFO | 254 | mycroft.tts.cache:load_persistent_cache:196 | Persistent TTS cache files added successfully.
  1217. 2019-02-14 10:12:18.059 | INFO | 254 | mycroft.audio.audioservice:get_services:63 | Loading services from /opt/mycroft/mycroft/audio/services/
  1218. 2019-02-14 10:12:18.068 | INFO | 254 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  1219. 2019-02-14 10:12:23.702 | INFO | 254 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  1220. 2019-02-14 10:12:23.738 | INFO | 254 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  1221. 2019-02-14 10:12:23.811 | ERROR | 254 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  1222. 2019-02-14 10:12:23.815 | ERROR | 254 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  1223. ModuleNotFoundError("No module named 'py_mplayer'")
  1224. 2019-02-14 10:12:23.818 | INFO | 254 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  1225. 2019-02-14 10:12:23.884 | INFO | 254 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  1226. 2019-02-14 10:12:25.016 | INFO | 254 | mycroft.audio.audioservice:load_plugins:166 | Loading audio service plugin: guiplayer
  1227. 2019-02-14 10:12:25.021 | INFO | 254 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  1228. 2019-02-14 10:12:25.033 | INFO | 254 | mycroft.audio.audioservice:load_services:239 | Found local
  1229. 2019-02-14 10:12:25.145 | INFO | 254 | __main__:on_ready:33 | Audio service is ready.
  1230. 2019-02-14 10:12:38.700 | ERROR | 254 | mycroft.audio.speech:mute_and_speak:131 | Mimic 2 server request timed out. Falling back to mimic
  1231. 2019-02-14 10:12:39.442 | WARNING | 254 | mycroft.tts.tts:clear_cache:445 | This method is deprecated, use TextToSpeechCache.clear
  1232. Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved
  1233. mimic developers, Copyright (c) 2016, all rights reserved
  1234. version: mimic-1.1.0.9000 ()
  1235. 2019-02-14 10:12:48.221 | INFO | 254 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found dda9ed401fbd49d68b342c3af101cde6.wav in TTS cache
  1236. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/a9be4ce3a44c3ca0ba3922a244c8a5ce.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  1237. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/dda9ed401fbd49d68b342c3af101cde6.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  1238. 2019-02-14 10:12:51.330 | INFO | 254 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found af0037ff7e61ee421d4ef2c5d834ee5a.wav in TTS cache
  1239. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/af0037ff7e61ee421d4ef2c5d834ee5a.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  1240. 2019-02-14 10:12:16.175 | INFO | 253 | __main__:main:46 | Starting Audio Service
  1241. 2019-02-14 10:12:16.215 | INFO | 253 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  1242. 2019-02-14 10:12:16.230 | INFO | 253 | mycroft_bus_client.client.client | Connected
  1243. 2019-02-14 10:12:16.245 | INFO | 253 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  1244. 2019-02-14 10:12:16.316 | INFO | 253 | mycroft.tts.cache:load_persistent_cache:189 | Adding dialog resources to persistent TTS cache...
  1245. 2019-02-14 10:12:16.383 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I can't reach the internet right now, please check your network connection." to cache
  1246. 2019-02-14 10:12:16.401 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I can't reach the internet right now, please check your network connection."
  1247. Traceback (most recent call last):
  1248. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1249. conn = connection.create_connection(
  1250. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1251. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1252. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1253. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1254. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1255.  
  1256. During handling of the above exception, another exception occurred:
  1257.  
  1258. Traceback (most recent call last):
  1259. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1260. httplib_response = self._make_request(
  1261. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1262. self._validate_conn(conn)
  1263. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1264. conn.connect()
  1265. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1266. conn = self._new_conn()
  1267. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1268. raise NewConnectionError(
  1269. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a28c70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1270.  
  1271. During handling of the above exception, another exception occurred:
  1272.  
  1273. Traceback (most recent call last):
  1274. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1275. resp = conn.urlopen(
  1276. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1277. retries = retries.increment(
  1278. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1279. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1280. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20can%27t%20reach%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28c70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1281.  
  1282. During handling of the above exception, another exception occurred:
  1283.  
  1284. Traceback (most recent call last):
  1285. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1286. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1287. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1288. response = requests.get(mimic2_url)
  1289. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1290. return request('get', url, params=params, **kwargs)
  1291. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1292. return session.request(method=method, url=url, **kwargs)
  1293. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1294. resp = self.send(prep, **send_kwargs)
  1295. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1296. r = adapter.send(request, **kwargs)
  1297. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1298. raise ConnectionError(e, request=request)
  1299. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20can%27t%20reach%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28c70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1300. 2019-02-14 10:12:16.467 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding " I'm ready to help you." to cache
  1301. 2019-02-14 10:12:16.488 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence " I'm ready to help you."
  1302. Traceback (most recent call last):
  1303. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1304. conn = connection.create_connection(
  1305. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1306. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1307. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1308. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1309. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1310.  
  1311. During handling of the above exception, another exception occurred:
  1312.  
  1313. Traceback (most recent call last):
  1314. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1315. httplib_response = self._make_request(
  1316. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1317. self._validate_conn(conn)
  1318. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1319. conn.connect()
  1320. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1321. conn = self._new_conn()
  1322. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1323. raise NewConnectionError(
  1324. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a28370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1325.  
  1326. During handling of the above exception, another exception occurred:
  1327.  
  1328. Traceback (most recent call last):
  1329. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1330. resp = conn.urlopen(
  1331. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1332. retries = retries.increment(
  1333. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1334. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1335. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20I%27m%20ready%20to%20help%20you.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1336.  
  1337. During handling of the above exception, another exception occurred:
  1338.  
  1339. Traceback (most recent call last):
  1340. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1341. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1342. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1343. response = requests.get(mimic2_url)
  1344. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1345. return request('get', url, params=params, **kwargs)
  1346. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1347. return session.request(method=method, url=url, **kwargs)
  1348. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1349. resp = self.send(prep, **send_kwargs)
  1350. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1351. r = adapter.send(request, **kwargs)
  1352. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1353. raise ConnectionError(e, request=request)
  1354. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20I%27m%20ready%20to%20help%20you.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1355. 2019-02-14 10:12:16.495 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm afraid I couldn't understand that" to cache
  1356. 2019-02-14 10:12:16.543 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm afraid I couldn't understand that"
  1357. Traceback (most recent call last):
  1358. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1359. conn = connection.create_connection(
  1360. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1361. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1362. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1363. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1364. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1365.  
  1366. During handling of the above exception, another exception occurred:
  1367.  
  1368. Traceback (most recent call last):
  1369. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1370. httplib_response = self._make_request(
  1371. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1372. self._validate_conn(conn)
  1373. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1374. conn.connect()
  1375. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1376. conn = self._new_conn()
  1377. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1378. raise NewConnectionError(
  1379. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a286a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1380.  
  1381. During handling of the above exception, another exception occurred:
  1382.  
  1383. Traceback (most recent call last):
  1384. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1385. resp = conn.urlopen(
  1386. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1387. retries = retries.increment(
  1388. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1389. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1390. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20afraid%20I%20couldn%27t%20understand%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a286a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1391.  
  1392. During handling of the above exception, another exception occurred:
  1393.  
  1394. Traceback (most recent call last):
  1395. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1396. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1397. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1398. response = requests.get(mimic2_url)
  1399. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1400. return request('get', url, params=params, **kwargs)
  1401. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1402. return session.request(method=method, url=url, **kwargs)
  1403. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1404. resp = self.send(prep, **send_kwargs)
  1405. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1406. r = adapter.send(request, **kwargs)
  1407. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1408. raise ConnectionError(e, request=request)
  1409. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20afraid%20I%20couldn%27t%20understand%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a286a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1410. 2019-02-14 10:12:16.552 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH login has been disabled" to cache
  1411. 2019-02-14 10:12:16.569 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "SSH login has been disabled"
  1412. Traceback (most recent call last):
  1413. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1414. conn = connection.create_connection(
  1415. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1416. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1417. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1418. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1419. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1420.  
  1421. During handling of the above exception, another exception occurred:
  1422.  
  1423. Traceback (most recent call last):
  1424. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1425. httplib_response = self._make_request(
  1426. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1427. self._validate_conn(conn)
  1428. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1429. conn.connect()
  1430. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1431. conn = self._new_conn()
  1432. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1433. raise NewConnectionError(
  1434. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a28610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1435.  
  1436. During handling of the above exception, another exception occurred:
  1437.  
  1438. Traceback (most recent call last):
  1439. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1440. resp = conn.urlopen(
  1441. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1442. retries = retries.increment(
  1443. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1444. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1445. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20login%20has%20been%20disabled&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1446.  
  1447. During handling of the above exception, another exception occurred:
  1448.  
  1449. Traceback (most recent call last):
  1450. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1451. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1452. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1453. response = requests.get(mimic2_url)
  1454. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1455. return request('get', url, params=params, **kwargs)
  1456. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1457. return session.request(method=method, url=url, **kwargs)
  1458. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1459. resp = self.send(prep, **send_kwargs)
  1460. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1461. r = adapter.send(request, **kwargs)
  1462. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1463. raise ConnectionError(e, request=request)
  1464. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20login%20has%20been%20disabled&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1465. 2019-02-14 10:12:16.575 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm having trouble reaching the internet right now, please check your network connection." to cache
  1466. 2019-02-14 10:12:16.603 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm having trouble reaching the internet right now, please check your network connection."
  1467. Traceback (most recent call last):
  1468. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1469. conn = connection.create_connection(
  1470. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1471. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1472. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1473. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1474. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1475.  
  1476. During handling of the above exception, another exception occurred:
  1477.  
  1478. Traceback (most recent call last):
  1479. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1480. httplib_response = self._make_request(
  1481. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1482. self._validate_conn(conn)
  1483. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1484. conn.connect()
  1485. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1486. conn = self._new_conn()
  1487. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1488. raise NewConnectionError(
  1489. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a28df0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1490.  
  1491. During handling of the above exception, another exception occurred:
  1492.  
  1493. Traceback (most recent call last):
  1494. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1495. resp = conn.urlopen(
  1496. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1497. retries = retries.increment(
  1498. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1499. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1500. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20having%20trouble%20reaching%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28df0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1501.  
  1502. During handling of the above exception, another exception occurred:
  1503.  
  1504. Traceback (most recent call last):
  1505. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1506. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1507. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1508. response = requests.get(mimic2_url)
  1509. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1510. return request('get', url, params=params, **kwargs)
  1511. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1512. return session.request(method=method, url=url, **kwargs)
  1513. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1514. resp = self.send(prep, **send_kwargs)
  1515. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1516. r = adapter.send(request, **kwargs)
  1517. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1518. raise ConnectionError(e, request=request)
  1519. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20having%20trouble%20reaching%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28df0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1520. 2019-02-14 10:12:16.608 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "an error occurred while updating skills" to cache
  1521. 2019-02-14 10:12:16.621 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "an error occurred while updating skills"
  1522. Traceback (most recent call last):
  1523. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1524. conn = connection.create_connection(
  1525. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1526. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1527. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1528. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1529. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1530.  
  1531. During handling of the above exception, another exception occurred:
  1532.  
  1533. Traceback (most recent call last):
  1534. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1535. httplib_response = self._make_request(
  1536. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1537. self._validate_conn(conn)
  1538. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1539. conn.connect()
  1540. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1541. conn = self._new_conn()
  1542. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1543. raise NewConnectionError(
  1544. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a28220>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1545.  
  1546. During handling of the above exception, another exception occurred:
  1547.  
  1548. Traceback (most recent call last):
  1549. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1550. resp = conn.urlopen(
  1551. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1552. retries = retries.increment(
  1553. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1554. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1555. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=an%20error%20occurred%20while%20updating%20skills&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28220>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1556.  
  1557. During handling of the above exception, another exception occurred:
  1558.  
  1559. Traceback (most recent call last):
  1560. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1561. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1562. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1563. response = requests.get(mimic2_url)
  1564. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1565. return request('get', url, params=params, **kwargs)
  1566. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1567. return session.request(method=method, url=url, **kwargs)
  1568. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1569. resp = self.send(prep, **send_kwargs)
  1570. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1571. r = adapter.send(request, **kwargs)
  1572. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1573. raise ConnectionError(e, request=request)
  1574. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=an%20error%20occurred%20while%20updating%20skills&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28220>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1575. 2019-02-14 10:12:16.628 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Sorry, I didn't catch that" to cache
  1576. 2019-02-14 10:12:16.645 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Sorry, I didn't catch that"
  1577. Traceback (most recent call last):
  1578. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1579. conn = connection.create_connection(
  1580. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1581. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1582. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1583. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1584. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1585.  
  1586. During handling of the above exception, another exception occurred:
  1587.  
  1588. Traceback (most recent call last):
  1589. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1590. httplib_response = self._make_request(
  1591. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1592. self._validate_conn(conn)
  1593. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1594. conn.connect()
  1595. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1596. conn = self._new_conn()
  1597. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1598. raise NewConnectionError(
  1599. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a28280>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1600.  
  1601. During handling of the above exception, another exception occurred:
  1602.  
  1603. Traceback (most recent call last):
  1604. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1605. resp = conn.urlopen(
  1606. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1607. retries = retries.increment(
  1608. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1609. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1610. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Sorry%2C%20I%20didn%27t%20catch%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28280>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1611.  
  1612. During handling of the above exception, another exception occurred:
  1613.  
  1614. Traceback (most recent call last):
  1615. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1616. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1617. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1618. response = requests.get(mimic2_url)
  1619. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1620. return request('get', url, params=params, **kwargs)
  1621. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1622. return session.request(method=method, url=url, **kwargs)
  1623. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1624. resp = self.send(prep, **send_kwargs)
  1625. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1626. r = adapter.send(request, **kwargs)
  1627. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1628. raise ConnectionError(e, request=request)
  1629. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Sorry%2C%20I%20didn%27t%20catch%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28280>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1630. 2019-02-14 10:12:16.651 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding " Currently this includes recordings of wake-word activations." to cache
  1631. 2019-02-14 10:12:16.671 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence " Currently this includes recordings of wake-word activations."
  1632. Traceback (most recent call last):
  1633. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1634. conn = connection.create_connection(
  1635. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1636. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1637. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1638. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1639. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1640.  
  1641. During handling of the above exception, another exception occurred:
  1642.  
  1643. Traceback (most recent call last):
  1644. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1645. httplib_response = self._make_request(
  1646. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1647. self._validate_conn(conn)
  1648. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1649. conn.connect()
  1650. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1651. conn = self._new_conn()
  1652. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1653. raise NewConnectionError(
  1654. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a28b50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1655.  
  1656. During handling of the above exception, another exception occurred:
  1657.  
  1658. Traceback (most recent call last):
  1659. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1660. resp = conn.urlopen(
  1661. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1662. retries = retries.increment(
  1663. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1664. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1665. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20Currently%20this%20includes%20recordings%20of%20wake-word%20activations.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28b50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1666.  
  1667. During handling of the above exception, another exception occurred:
  1668.  
  1669. Traceback (most recent call last):
  1670. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1671. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1672. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1673. response = requests.get(mimic2_url)
  1674. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1675. return request('get', url, params=params, **kwargs)
  1676. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1677. return session.request(method=method, url=url, **kwargs)
  1678. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1679. resp = self.send(prep, **send_kwargs)
  1680. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1681. r = adapter.send(request, **kwargs)
  1682. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1683. raise ConnectionError(e, request=request)
  1684. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20Currently%20this%20includes%20recordings%20of%20wake-word%20activations.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28b50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1685. 2019-02-14 10:12:16.683 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Please wait few minutes before trying to speak to me." to cache
  1686. 2019-02-14 10:12:16.698 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Please wait few minutes before trying to speak to me."
  1687. Traceback (most recent call last):
  1688. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1689. conn = connection.create_connection(
  1690. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1691. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1692. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1693. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1694. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1695.  
  1696. During handling of the above exception, another exception occurred:
  1697.  
  1698. Traceback (most recent call last):
  1699. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1700. httplib_response = self._make_request(
  1701. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1702. self._validate_conn(conn)
  1703. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1704. conn.connect()
  1705. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1706. conn = self._new_conn()
  1707. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1708. raise NewConnectionError(
  1709. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a28610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1710.  
  1711. During handling of the above exception, another exception occurred:
  1712.  
  1713. Traceback (most recent call last):
  1714. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1715. resp = conn.urlopen(
  1716. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1717. retries = retries.increment(
  1718. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1719. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1720. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Please%20wait%20few%20minutes%20before%20trying%20to%20speak%20to%20me.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1721.  
  1722. During handling of the above exception, another exception occurred:
  1723.  
  1724. Traceback (most recent call last):
  1725. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1726. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1727. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1728. response = requests.get(mimic2_url)
  1729. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1730. return request('get', url, params=params, **kwargs)
  1731. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1732. return session.request(method=method, url=url, **kwargs)
  1733. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1734. resp = self.send(prep, **send_kwargs)
  1735. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1736. r = adapter.send(request, **kwargs)
  1737. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1738. raise ConnectionError(e, request=request)
  1739. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Please%20wait%20few%20minutes%20before%20trying%20to%20speak%20to%20me.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1740. 2019-02-14 10:12:16.705 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you please repeat that?" to cache
  1741. 2019-02-14 10:12:16.718 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Can you please repeat that?"
  1742. Traceback (most recent call last):
  1743. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1744. conn = connection.create_connection(
  1745. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1746. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1747. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1748. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1749. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1750.  
  1751. During handling of the above exception, another exception occurred:
  1752.  
  1753. Traceback (most recent call last):
  1754. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1755. httplib_response = self._make_request(
  1756. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1757. self._validate_conn(conn)
  1758. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1759. conn.connect()
  1760. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1761. conn = self._new_conn()
  1762. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1763. raise NewConnectionError(
  1764. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a28280>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1765.  
  1766. During handling of the above exception, another exception occurred:
  1767.  
  1768. Traceback (most recent call last):
  1769. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1770. resp = conn.urlopen(
  1771. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1772. retries = retries.increment(
  1773. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1774. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1775. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20please%20repeat%20that%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28280>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1776.  
  1777. During handling of the above exception, another exception occurred:
  1778.  
  1779. Traceback (most recent call last):
  1780. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1781. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1782. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1783. response = requests.get(mimic2_url)
  1784. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1785. return request('get', url, params=params, **kwargs)
  1786. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1787. return session.request(method=method, url=url, **kwargs)
  1788. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1789. resp = self.send(prep, **send_kwargs)
  1790. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1791. r = adapter.send(request, **kwargs)
  1792. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1793. raise ConnectionError(e, request=request)
  1794. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20please%20repeat%20that%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a28280>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1795. 2019-02-14 10:12:16.726 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm up to date now" to cache
  1796. 2019-02-14 10:12:16.739 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm up to date now"
  1797. Traceback (most recent call last):
  1798. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1799. conn = connection.create_connection(
  1800. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1801. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1802. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1803. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1804. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1805.  
  1806. During handling of the above exception, another exception occurred:
  1807.  
  1808. Traceback (most recent call last):
  1809. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1810. httplib_response = self._make_request(
  1811. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1812. self._validate_conn(conn)
  1813. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1814. conn.connect()
  1815. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1816. conn = self._new_conn()
  1817. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1818. raise NewConnectionError(
  1819. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a284f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1820.  
  1821. During handling of the above exception, another exception occurred:
  1822.  
  1823. Traceback (most recent call last):
  1824. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1825. resp = conn.urlopen(
  1826. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1827. retries = retries.increment(
  1828. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1829. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1830. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20up%20to%20date%20now&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a284f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1831.  
  1832. During handling of the above exception, another exception occurred:
  1833.  
  1834. Traceback (most recent call last):
  1835. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1836. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1837. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1838. response = requests.get(mimic2_url)
  1839. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1840. return request('get', url, params=params, **kwargs)
  1841. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1842. return session.request(method=method, url=url, **kwargs)
  1843. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1844. resp = self.send(prep, **send_kwargs)
  1845. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1846. r = adapter.send(request, **kwargs)
  1847. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1848. raise ConnectionError(e, request=request)
  1849. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20up%20to%20date%20now&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a284f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1850. 2019-02-14 10:12:16.743 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "REBOOTING..." to cache
  1851. 2019-02-14 10:12:16.759 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "REBOOTING..."
  1852. Traceback (most recent call last):
  1853. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1854. conn = connection.create_connection(
  1855. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1856. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1857. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1858. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1859. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1860.  
  1861. During handling of the above exception, another exception occurred:
  1862.  
  1863. Traceback (most recent call last):
  1864. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1865. httplib_response = self._make_request(
  1866. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1867. self._validate_conn(conn)
  1868. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1869. conn.connect()
  1870. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1871. conn = self._new_conn()
  1872. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1873. raise NewConnectionError(
  1874. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8fc10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1875.  
  1876. During handling of the above exception, another exception occurred:
  1877.  
  1878. Traceback (most recent call last):
  1879. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1880. resp = conn.urlopen(
  1881. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1882. retries = retries.increment(
  1883. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1884. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1885. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=REBOOTING...&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8fc10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1886.  
  1887. During handling of the above exception, another exception occurred:
  1888.  
  1889. Traceback (most recent call last):
  1890. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1891. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1892. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1893. response = requests.get(mimic2_url)
  1894. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1895. return request('get', url, params=params, **kwargs)
  1896. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1897. return session.request(method=method, url=url, **kwargs)
  1898. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1899. resp = self.send(prep, **send_kwargs)
  1900. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1901. r = adapter.send(request, **kwargs)
  1902. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1903. raise ConnectionError(e, request=request)
  1904. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=REBOOTING...&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8fc10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1905. 2019-02-14 10:12:16.777 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I don't seem to be connected to the internet, please check your network connection." to cache
  1906. 2019-02-14 10:12:16.800 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I don't seem to be connected to the internet, please check your network connection."
  1907. Traceback (most recent call last):
  1908. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1909. conn = connection.create_connection(
  1910. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1911. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1912. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1913. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1914. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1915.  
  1916. During handling of the above exception, another exception occurred:
  1917.  
  1918. Traceback (most recent call last):
  1919. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1920. httplib_response = self._make_request(
  1921. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1922. self._validate_conn(conn)
  1923. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1924. conn.connect()
  1925. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1926. conn = self._new_conn()
  1927. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1928. raise NewConnectionError(
  1929. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8f340>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1930.  
  1931. During handling of the above exception, another exception occurred:
  1932.  
  1933. Traceback (most recent call last):
  1934. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1935. resp = conn.urlopen(
  1936. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1937. retries = retries.increment(
  1938. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1939. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1940. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20don%27t%20seem%20to%20be%20connected%20to%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f340>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1941.  
  1942. During handling of the above exception, another exception occurred:
  1943.  
  1944. Traceback (most recent call last):
  1945. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  1946. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  1947. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  1948. response = requests.get(mimic2_url)
  1949. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  1950. return request('get', url, params=params, **kwargs)
  1951. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  1952. return session.request(method=method, url=url, **kwargs)
  1953. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  1954. resp = self.send(prep, **send_kwargs)
  1955. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  1956. r = adapter.send(request, **kwargs)
  1957. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  1958. raise ConnectionError(e, request=request)
  1959. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20don%27t%20seem%20to%20be%20connected%20to%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f340>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1960. 2019-02-14 10:12:16.805 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH logins are now allowed" to cache
  1961. 2019-02-14 10:12:16.830 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "SSH logins are now allowed"
  1962. Traceback (most recent call last):
  1963. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  1964. conn = connection.create_connection(
  1965. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  1966. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  1967. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  1968. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  1969. socket.gaierror: [Errno -3] Temporary failure in name resolution
  1970.  
  1971. During handling of the above exception, another exception occurred:
  1972.  
  1973. Traceback (most recent call last):
  1974. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  1975. httplib_response = self._make_request(
  1976. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  1977. self._validate_conn(conn)
  1978. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  1979. conn.connect()
  1980. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  1981. conn = self._new_conn()
  1982. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  1983. raise NewConnectionError(
  1984. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  1985.  
  1986. During handling of the above exception, another exception occurred:
  1987.  
  1988. Traceback (most recent call last):
  1989. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  1990. resp = conn.urlopen(
  1991. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  1992. retries = retries.increment(
  1993. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  1994. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  1995. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20logins%20are%20now%20allowed&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  1996.  
  1997. During handling of the above exception, another exception occurred:
  1998.  
  1999. Traceback (most recent call last):
  2000. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2001. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2002. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2003. response = requests.get(mimic2_url)
  2004. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2005. return request('get', url, params=params, **kwargs)
  2006. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2007. return session.request(method=method, url=url, **kwargs)
  2008. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2009. resp = self.send(prep, **send_kwargs)
  2010. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2011. r = adapter.send(request, **kwargs)
  2012. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2013. raise ConnectionError(e, request=request)
  2014. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20logins%20are%20now%20allowed&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2015. 2019-02-14 10:12:16.835 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you say that again?" to cache
  2016. 2019-02-14 10:12:16.851 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Can you say that again?"
  2017. Traceback (most recent call last):
  2018. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2019. conn = connection.create_connection(
  2020. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2021. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2022. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2023. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2024. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2025.  
  2026. During handling of the above exception, another exception occurred:
  2027.  
  2028. Traceback (most recent call last):
  2029. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2030. httplib_response = self._make_request(
  2031. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2032. self._validate_conn(conn)
  2033. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2034. conn.connect()
  2035. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2036. conn = self._new_conn()
  2037. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2038. raise NewConnectionError(
  2039. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8f340>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2040.  
  2041. During handling of the above exception, another exception occurred:
  2042.  
  2043. Traceback (most recent call last):
  2044. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2045. resp = conn.urlopen(
  2046. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2047. retries = retries.increment(
  2048. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2049. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2050. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20say%20that%20again%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f340>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2051.  
  2052. During handling of the above exception, another exception occurred:
  2053.  
  2054. Traceback (most recent call last):
  2055. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2056. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2057. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2058. response = requests.get(mimic2_url)
  2059. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2060. return request('get', url, params=params, **kwargs)
  2061. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2062. return session.request(method=method, url=url, **kwargs)
  2063. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2064. resp = self.send(prep, **send_kwargs)
  2065. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2066. r = adapter.send(request, **kwargs)
  2067. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2068. raise ConnectionError(e, request=request)
  2069. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20say%20that%20again%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f340>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2070. 2019-02-14 10:12:16.855 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I need to restart after synchronizing my clock with the internet, be right back." to cache
  2071. 2019-02-14 10:12:16.875 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I need to restart after synchronizing my clock with the internet, be right back."
  2072. Traceback (most recent call last):
  2073. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2074. conn = connection.create_connection(
  2075. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2076. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2077. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2078. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2079. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2080.  
  2081. During handling of the above exception, another exception occurred:
  2082.  
  2083. Traceback (most recent call last):
  2084. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2085. httplib_response = self._make_request(
  2086. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2087. self._validate_conn(conn)
  2088. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2089. conn.connect()
  2090. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2091. conn = self._new_conn()
  2092. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2093. raise NewConnectionError(
  2094. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2095.  
  2096. During handling of the above exception, another exception occurred:
  2097.  
  2098. Traceback (most recent call last):
  2099. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2100. resp = conn.urlopen(
  2101. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2102. retries = retries.increment(
  2103. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2104. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2105. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20need%20to%20restart%20after%20synchronizing%20my%20clock%20with%20the%20internet%2C%20be%20right%20back.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2106.  
  2107. During handling of the above exception, another exception occurred:
  2108.  
  2109. Traceback (most recent call last):
  2110. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2111. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2112. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2113. response = requests.get(mimic2_url)
  2114. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2115. return request('get', url, params=params, **kwargs)
  2116. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2117. return session.request(method=method, url=url, **kwargs)
  2118. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2119. resp = self.send(prep, **send_kwargs)
  2120. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2121. r = adapter.send(request, **kwargs)
  2122. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2123. raise ConnectionError(e, request=request)
  2124. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20need%20to%20restart%20after%20synchronizing%20my%20clock%20with%20the%20internet%2C%20be%20right%20back.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2125. 2019-02-14 10:12:16.884 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Interaction data will no longer be submitted to Mycroft AI." to cache
  2126. 2019-02-14 10:12:16.921 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Interaction data will no longer be submitted to Mycroft AI."
  2127. Traceback (most recent call last):
  2128. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2129. conn = connection.create_connection(
  2130. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2131. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2132. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2133. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2134. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2135.  
  2136. During handling of the above exception, another exception occurred:
  2137.  
  2138. Traceback (most recent call last):
  2139. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2140. httplib_response = self._make_request(
  2141. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2142. self._validate_conn(conn)
  2143. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2144. conn.connect()
  2145. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2146. conn = self._new_conn()
  2147. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2148. raise NewConnectionError(
  2149. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2150.  
  2151. During handling of the above exception, another exception occurred:
  2152.  
  2153. Traceback (most recent call last):
  2154. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2155. resp = conn.urlopen(
  2156. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2157. retries = retries.increment(
  2158. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2159. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2160. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Interaction%20data%20will%20no%20longer%20be%20submitted%20to%20Mycroft%20AI.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2161.  
  2162. During handling of the above exception, another exception occurred:
  2163.  
  2164. Traceback (most recent call last):
  2165. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2166. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2167. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2168. response = requests.get(mimic2_url)
  2169. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2170. return request('get', url, params=params, **kwargs)
  2171. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2172. return session.request(method=method, url=url, **kwargs)
  2173. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2174. resp = self.send(prep, **send_kwargs)
  2175. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2176. r = adapter.send(request, **kwargs)
  2177. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2178. raise ConnectionError(e, request=request)
  2179. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Interaction%20data%20will%20no%20longer%20be%20submitted%20to%20Mycroft%20AI.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2180. 2019-02-14 10:12:16.925 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Just a moment while I update myself" to cache
  2181. 2019-02-14 10:12:16.943 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Just a moment while I update myself"
  2182. Traceback (most recent call last):
  2183. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2184. conn = connection.create_connection(
  2185. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2186. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2187. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2188. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2189. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2190.  
  2191. During handling of the above exception, another exception occurred:
  2192.  
  2193. Traceback (most recent call last):
  2194. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2195. httplib_response = self._make_request(
  2196. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2197. self._validate_conn(conn)
  2198. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2199. conn.connect()
  2200. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2201. conn = self._new_conn()
  2202. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2203. raise NewConnectionError(
  2204. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8fac0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2205.  
  2206. During handling of the above exception, another exception occurred:
  2207.  
  2208. Traceback (most recent call last):
  2209. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2210. resp = conn.urlopen(
  2211. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2212. retries = retries.increment(
  2213. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2214. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2215. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Just%20a%20moment%20while%20I%20update%20myself&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8fac0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2216.  
  2217. During handling of the above exception, another exception occurred:
  2218.  
  2219. Traceback (most recent call last):
  2220. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2221. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2222. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2223. response = requests.get(mimic2_url)
  2224. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2225. return request('get', url, params=params, **kwargs)
  2226. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2227. return session.request(method=method, url=url, **kwargs)
  2228. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2229. resp = self.send(prep, **send_kwargs)
  2230. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2231. r = adapter.send(request, **kwargs)
  2232. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2233. raise ConnectionError(e, request=request)
  2234. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Just%20a%20moment%20while%20I%20update%20myself&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8fac0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2235. 2019-02-14 10:12:16.969 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I will now upload interaction data to Mycroft AI to allow me to get smarter." to cache
  2236. 2019-02-14 10:12:16.996 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I will now upload interaction data to Mycroft AI to allow me to get smarter."
  2237. Traceback (most recent call last):
  2238. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2239. conn = connection.create_connection(
  2240. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2241. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2242. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2243. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2244. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2245.  
  2246. During handling of the above exception, another exception occurred:
  2247.  
  2248. Traceback (most recent call last):
  2249. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2250. httplib_response = self._make_request(
  2251. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2252. self._validate_conn(conn)
  2253. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2254. conn.connect()
  2255. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2256. conn = self._new_conn()
  2257. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2258. raise NewConnectionError(
  2259. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2260.  
  2261. During handling of the above exception, another exception occurred:
  2262.  
  2263. Traceback (most recent call last):
  2264. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2265. resp = conn.urlopen(
  2266. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2267. retries = retries.increment(
  2268. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2269. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2270. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20will%20now%20upload%20interaction%20data%20to%20Mycroft%20AI%20to%20allow%20me%20to%20get%20smarter.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2271.  
  2272. During handling of the above exception, another exception occurred:
  2273.  
  2274. Traceback (most recent call last):
  2275. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2276. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2277. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2278. response = requests.get(mimic2_url)
  2279. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2280. return request('get', url, params=params, **kwargs)
  2281. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2282. return session.request(method=method, url=url, **kwargs)
  2283. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2284. resp = self.send(prep, **send_kwargs)
  2285. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2286. r = adapter.send(request, **kwargs)
  2287. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2288. raise ConnectionError(e, request=request)
  2289. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20will%20now%20upload%20interaction%20data%20to%20Mycroft%20AI%20to%20allow%20me%20to%20get%20smarter.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2290. 2019-02-14 10:12:17.000 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "It seems I'm not connected to the Internet, please check your network connection." to cache
  2291. 2019-02-14 10:12:17.033 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "It seems I'm not connected to the Internet, please check your network connection."
  2292. Traceback (most recent call last):
  2293. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2294. conn = connection.create_connection(
  2295. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2296. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2297. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2298. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2299. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2300.  
  2301. During handling of the above exception, another exception occurred:
  2302.  
  2303. Traceback (most recent call last):
  2304. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2305. httplib_response = self._make_request(
  2306. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2307. self._validate_conn(conn)
  2308. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2309. conn.connect()
  2310. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2311. conn = self._new_conn()
  2312. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2313. raise NewConnectionError(
  2314. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8fac0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2315.  
  2316. During handling of the above exception, another exception occurred:
  2317.  
  2318. Traceback (most recent call last):
  2319. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2320. resp = conn.urlopen(
  2321. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2322. retries = retries.increment(
  2323. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2324. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2325. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=It%20seems%20I%27m%20not%20connected%20to%20the%20Internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8fac0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2326.  
  2327. During handling of the above exception, another exception occurred:
  2328.  
  2329. Traceback (most recent call last):
  2330. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2331. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2332. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2333. response = requests.get(mimic2_url)
  2334. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2335. return request('get', url, params=params, **kwargs)
  2336. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2337. return session.request(method=method, url=url, **kwargs)
  2338. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2339. resp = self.send(prep, **send_kwargs)
  2340. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2341. r = adapter.send(request, **kwargs)
  2342. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2343. raise ConnectionError(e, request=request)
  2344. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=It%20seems%20I%27m%20not%20connected%20to%20the%20Internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8fac0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2345. 2019-02-14 10:12:17.037 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Checking for updates" to cache
  2346. 2019-02-14 10:12:17.055 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Checking for updates"
  2347. Traceback (most recent call last):
  2348. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2349. conn = connection.create_connection(
  2350. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2351. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2352. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2353. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2354. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2355.  
  2356. During handling of the above exception, another exception occurred:
  2357.  
  2358. Traceback (most recent call last):
  2359. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2360. httplib_response = self._make_request(
  2361. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2362. self._validate_conn(conn)
  2363. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2364. conn.connect()
  2365. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2366. conn = self._new_conn()
  2367. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2368. raise NewConnectionError(
  2369. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8fca0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2370.  
  2371. During handling of the above exception, another exception occurred:
  2372.  
  2373. Traceback (most recent call last):
  2374. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2375. resp = conn.urlopen(
  2376. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2377. retries = retries.increment(
  2378. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2379. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2380. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Checking%20for%20updates&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8fca0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2381.  
  2382. During handling of the above exception, another exception occurred:
  2383.  
  2384. Traceback (most recent call last):
  2385. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2386. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2387. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2388. response = requests.get(mimic2_url)
  2389. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2390. return request('get', url, params=params, **kwargs)
  2391. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2392. return session.request(method=method, url=url, **kwargs)
  2393. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2394. resp = self.send(prep, **send_kwargs)
  2395. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2396. r = adapter.send(request, **kwargs)
  2397. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2398. raise ConnectionError(e, request=request)
  2399. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Checking%20for%20updates&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8fca0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2400. 2019-02-14 10:12:17.061 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm unable to reach the internet, please check your network connection." to cache
  2401. 2019-02-14 10:12:17.095 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm unable to reach the internet, please check your network connection."
  2402. Traceback (most recent call last):
  2403. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2404. conn = connection.create_connection(
  2405. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2406. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2407. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2408. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2409. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2410.  
  2411. During handling of the above exception, another exception occurred:
  2412.  
  2413. Traceback (most recent call last):
  2414. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2415. httplib_response = self._make_request(
  2416. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2417. self._validate_conn(conn)
  2418. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2419. conn.connect()
  2420. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2421. conn = self._new_conn()
  2422. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2423. raise NewConnectionError(
  2424. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2425.  
  2426. During handling of the above exception, another exception occurred:
  2427.  
  2428. Traceback (most recent call last):
  2429. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2430. resp = conn.urlopen(
  2431. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2432. retries = retries.increment(
  2433. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2434. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2435. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20unable%20to%20reach%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2436.  
  2437. During handling of the above exception, another exception occurred:
  2438.  
  2439. Traceback (most recent call last):
  2440. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2441. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2442. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2443. response = requests.get(mimic2_url)
  2444. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2445. return request('get', url, params=params, **kwargs)
  2446. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2447. return session.request(method=method, url=url, **kwargs)
  2448. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2449. resp = self.send(prep, **send_kwargs)
  2450. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2451. r = adapter.send(request, **kwargs)
  2452. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2453. raise ConnectionError(e, request=request)
  2454. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20unable%20to%20reach%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98a8f8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2455. 2019-02-14 10:12:17.109 | INFO | 253 | mycroft.tts.cache:load_persistent_cache:196 | Persistent TTS cache files added successfully.
  2456. 2019-02-14 10:12:17.133 | INFO | 253 | mycroft.audio.audioservice:get_services:63 | Loading services from /opt/mycroft/mycroft/audio/services/
  2457. 2019-02-14 10:12:17.172 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  2458. 2019-02-14 10:12:23.142 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  2459. 2019-02-14 10:12:23.184 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  2460. 2019-02-14 10:12:23.262 | ERROR | 253 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  2461. 2019-02-14 10:12:23.266 | ERROR | 253 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  2462. ModuleNotFoundError("No module named 'py_mplayer'")
  2463. 2019-02-14 10:12:23.270 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  2464. 2019-02-14 10:12:23.295 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  2465. 2019-02-14 10:12:24.705 | INFO | 253 | mycroft.audio.audioservice:load_plugins:166 | Loading audio service plugin: guiplayer
  2466. 2019-02-14 10:12:24.707 | INFO | 253 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  2467. 2019-02-14 10:12:24.716 | INFO | 253 | mycroft.audio.audioservice:load_services:239 | Found local
  2468. 2019-02-14 10:12:24.831 | INFO | 253 | __main__:on_ready:33 | Audio service is ready.
  2469. 2019-02-14 10:12:33.681 | ERROR | 253 | mycroft.audio.speech:mute_and_speak:131 | Mimic 2 server request timed out. Falling back to mimic
  2470. 2019-02-14 10:12:33.726 | WARNING | 253 | mycroft.tts.tts:clear_cache:445 | This method is deprecated, use TextToSpeechCache.clear
  2471. Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved
  2472. mimic developers, Copyright (c) 2016, all rights reserved
  2473. version: mimic-1.1.0.9000 ()
  2474. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/a9be4ce3a44c3ca0ba3922a244c8a5ce.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2475. 2019-02-14 10:12:41.977 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found dda9ed401fbd49d68b342c3af101cde6.wav in TTS cache
  2476. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/dda9ed401fbd49d68b342c3af101cde6.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2477. 2019-02-14 10:12:42.973 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found af0037ff7e61ee421d4ef2c5d834ee5a.wav in TTS cache
  2478. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/af0037ff7e61ee421d4ef2c5d834ee5a.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2479. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/c5709ca6744dea35e998f021bf5e6794.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  2480. 2022-02-16 22:19:56.062 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 4e64bc02aa6315d252e7879bab43caed.wav in TTS cache
  2481. 2022-02-16 22:19:56.086 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 5151a78924010b074f69276ccd951649.wav in TTS cache
  2482. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/4e64bc02aa6315d252e7879bab43caed.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2483. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/5151a78924010b074f69276ccd951649.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2484. 2022-02-16 22:20:26.179 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 98ed8935bec4b03947e142fd3cd391d3.wav in TTS cache
  2485. 2022-02-16 22:20:26.212 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 7068a5f12da35520c17c8390cdb7bb02.wav in TTS cache
  2486. 2022-02-16 22:20:26.217 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 6dccac57bd85345a5c625c1e1d57d5f1.wav in TTS cache
  2487. 2022-02-16 22:20:26.223 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 7068a5f12da35520c17c8390cdb7bb02.wav in TTS cache
  2488. 2022-02-16 22:20:26.228 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 33137cc1c6554abd921bf94703c53753.wav in TTS cache
  2489. 2022-02-16 22:20:26.233 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 72292ab92e995cfc901df9e925bee3c7.wav in TTS cache
  2490. 2022-02-16 22:20:26.238 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 7068a5f12da35520c17c8390cdb7bb02.wav in TTS cache
  2491. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/98ed8935bec4b03947e142fd3cd391d3.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2492. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/7068a5f12da35520c17c8390cdb7bb02.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2493. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/6dccac57bd85345a5c625c1e1d57d5f1.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2494. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/7068a5f12da35520c17c8390cdb7bb02.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2495. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/33137cc1c6554abd921bf94703c53753.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2496. ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
  2497. aplay: main:852: audio open error: Device or resource busy
  2498. ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
  2499. aplay: main:852: audio open error: Device or resource busy
  2500. 2022-02-16 22:22:22.296 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found fa522cbe03b716fa865aff278f2dcdb1.wav in TTS cache
  2501. 2022-02-16 22:22:22.312 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 7068a5f12da35520c17c8390cdb7bb02.wav in TTS cache
  2502. 2022-02-16 22:22:22.316 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 6dccac57bd85345a5c625c1e1d57d5f1.wav in TTS cache
  2503. 2022-02-16 22:22:22.321 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 7068a5f12da35520c17c8390cdb7bb02.wav in TTS cache
  2504. 2022-02-16 22:22:22.325 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 33137cc1c6554abd921bf94703c53753.wav in TTS cache
  2505. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/fa522cbe03b716fa865aff278f2dcdb1.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2506. 2022-02-16 22:22:22.331 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 72292ab92e995cfc901df9e925bee3c7.wav in TTS cache
  2507. 2022-02-16 22:22:22.335 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 7068a5f12da35520c17c8390cdb7bb02.wav in TTS cache
  2508. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/7068a5f12da35520c17c8390cdb7bb02.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2509. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/6dccac57bd85345a5c625c1e1d57d5f1.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2510. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/7068a5f12da35520c17c8390cdb7bb02.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2511. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/33137cc1c6554abd921bf94703c53753.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2512. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/72292ab92e995cfc901df9e925bee3c7.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2513. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/7068a5f12da35520c17c8390cdb7bb02.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2514. 2022-02-16 22:24:28.903 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found fa522cbe03b716fa865aff278f2dcdb1.wav in TTS cache
  2515. 2022-02-16 22:24:28.919 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 7068a5f12da35520c17c8390cdb7bb02.wav in TTS cache
  2516. 2022-02-16 22:24:28.923 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 6dccac57bd85345a5c625c1e1d57d5f1.wav in TTS cache
  2517. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/fa522cbe03b716fa865aff278f2dcdb1.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2518. 2022-02-16 22:24:28.939 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 7068a5f12da35520c17c8390cdb7bb02.wav in TTS cache
  2519. 2022-02-16 22:24:28.944 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 33137cc1c6554abd921bf94703c53753.wav in TTS cache
  2520. 2022-02-16 22:24:28.952 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 72292ab92e995cfc901df9e925bee3c7.wav in TTS cache
  2521. 2022-02-16 22:24:28.964 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 7068a5f12da35520c17c8390cdb7bb02.wav in TTS cache
  2522. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/7068a5f12da35520c17c8390cdb7bb02.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2523. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/6dccac57bd85345a5c625c1e1d57d5f1.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2524. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/7068a5f12da35520c17c8390cdb7bb02.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2525. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/33137cc1c6554abd921bf94703c53753.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2526. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/72292ab92e995cfc901df9e925bee3c7.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2527. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/7068a5f12da35520c17c8390cdb7bb02.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2528. 2022-02-16 22:25:17.274 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 21c102dc98e0c62458dca912af4fdda8.wav in TTS cache
  2529. 2022-02-16 22:25:17.291 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 899c3873e10e44e5098b9431e49dbd03.wav in TTS cache
  2530. 2022-02-16 22:25:17.298 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found fb4612faf108b1755cb046eeba8fd075.wav in TTS cache
  2531. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/21c102dc98e0c62458dca912af4fdda8.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2532. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/899c3873e10e44e5098b9431e49dbd03.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2533. Playing WAVE '/opt/mycroft/preloaded_cache/Mimic2/fb4612faf108b1755cb046eeba8fd075.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  2534. 2019-02-14 10:12:16.432 | INFO | 259 | __main__:main:46 | Starting Audio Service
  2535. 2019-02-14 10:12:16.491 | WARNING | 259 | mycroft.api:check_remote_pairing:546 | Could not get device info: ConnectionError(MaxRetryError("HTTPSConnectionPool(host='api.mycroft.ai', port=443): Max retries exceeded with url: /v1/device/db4e4464-d909-4ee0-ba98-27adb88d42b7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f976007f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))"))
  2536. 2019-02-14 10:12:16.514 | INFO | 259 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  2537. 2019-02-14 10:12:16.524 | INFO | 259 | mycroft_bus_client.client.client | Connected
  2538. 2019-02-14 10:12:16.533 | INFO | 259 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  2539. 2019-02-14 10:12:16.592 | INFO | 259 | mycroft.tts.cache:load_persistent_cache:189 | Adding dialog resources to persistent TTS cache...
  2540. 2019-02-14 10:12:16.636 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "Just a moment while I update myself" to cache
  2541. 2019-02-14 10:12:16.650 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Just a moment while I update myself"
  2542. Traceback (most recent call last):
  2543. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2544. conn = connection.create_connection(
  2545. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2546. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2547. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2548. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2549. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2550.  
  2551. During handling of the above exception, another exception occurred:
  2552.  
  2553. Traceback (most recent call last):
  2554. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2555. httplib_response = self._make_request(
  2556. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2557. self._validate_conn(conn)
  2558. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2559. conn.connect()
  2560. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2561. conn = self._new_conn()
  2562. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2563. raise NewConnectionError(
  2564. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f97615e50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2565.  
  2566. During handling of the above exception, another exception occurred:
  2567.  
  2568. Traceback (most recent call last):
  2569. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2570. resp = conn.urlopen(
  2571. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2572. retries = retries.increment(
  2573. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2574. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2575. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Just%20a%20moment%20while%20I%20update%20myself&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f97615e50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2576.  
  2577. During handling of the above exception, another exception occurred:
  2578.  
  2579. Traceback (most recent call last):
  2580. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2581. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2582. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2583. response = requests.get(mimic2_url)
  2584. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2585. return request('get', url, params=params, **kwargs)
  2586. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2587. return session.request(method=method, url=url, **kwargs)
  2588. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2589. resp = self.send(prep, **send_kwargs)
  2590. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2591. r = adapter.send(request, **kwargs)
  2592. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2593. raise ConnectionError(e, request=request)
  2594. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Just%20a%20moment%20while%20I%20update%20myself&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f97615e50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2595. 2019-02-14 10:12:16.714 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "I need to restart after synchronizing my clock with the internet, be right back." to cache
  2596. 2019-02-14 10:12:16.753 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I need to restart after synchronizing my clock with the internet, be right back."
  2597. Traceback (most recent call last):
  2598. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2599. conn = connection.create_connection(
  2600. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2601. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2602. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2603. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2604. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2605.  
  2606. During handling of the above exception, another exception occurred:
  2607.  
  2608. Traceback (most recent call last):
  2609. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2610. httplib_response = self._make_request(
  2611. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2612. self._validate_conn(conn)
  2613. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2614. conn.connect()
  2615. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2616. conn = self._new_conn()
  2617. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2618. raise NewConnectionError(
  2619. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761a820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2620.  
  2621. During handling of the above exception, another exception occurred:
  2622.  
  2623. Traceback (most recent call last):
  2624. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2625. resp = conn.urlopen(
  2626. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2627. retries = retries.increment(
  2628. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2629. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2630. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20need%20to%20restart%20after%20synchronizing%20my%20clock%20with%20the%20internet%2C%20be%20right%20back.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2631.  
  2632. During handling of the above exception, another exception occurred:
  2633.  
  2634. Traceback (most recent call last):
  2635. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2636. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2637. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2638. response = requests.get(mimic2_url)
  2639. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2640. return request('get', url, params=params, **kwargs)
  2641. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2642. return session.request(method=method, url=url, **kwargs)
  2643. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2644. resp = self.send(prep, **send_kwargs)
  2645. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2646. r = adapter.send(request, **kwargs)
  2647. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2648. raise ConnectionError(e, request=request)
  2649. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20need%20to%20restart%20after%20synchronizing%20my%20clock%20with%20the%20internet%2C%20be%20right%20back.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2650. 2019-02-14 10:12:16.758 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "It seems I'm not connected to the Internet, please check your network connection." to cache
  2651. 2019-02-14 10:12:16.784 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "It seems I'm not connected to the Internet, please check your network connection."
  2652. Traceback (most recent call last):
  2653. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2654. conn = connection.create_connection(
  2655. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2656. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2657. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2658. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2659. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2660.  
  2661. During handling of the above exception, another exception occurred:
  2662.  
  2663. Traceback (most recent call last):
  2664. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2665. httplib_response = self._make_request(
  2666. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2667. self._validate_conn(conn)
  2668. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2669. conn.connect()
  2670. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2671. conn = self._new_conn()
  2672. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2673. raise NewConnectionError(
  2674. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ab20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2675.  
  2676. During handling of the above exception, another exception occurred:
  2677.  
  2678. Traceback (most recent call last):
  2679. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2680. resp = conn.urlopen(
  2681. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2682. retries = retries.increment(
  2683. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2684. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2685. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=It%20seems%20I%27m%20not%20connected%20to%20the%20Internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ab20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2686.  
  2687. During handling of the above exception, another exception occurred:
  2688.  
  2689. Traceback (most recent call last):
  2690. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2691. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2692. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2693. response = requests.get(mimic2_url)
  2694. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2695. return request('get', url, params=params, **kwargs)
  2696. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2697. return session.request(method=method, url=url, **kwargs)
  2698. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2699. resp = self.send(prep, **send_kwargs)
  2700. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2701. r = adapter.send(request, **kwargs)
  2702. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2703. raise ConnectionError(e, request=request)
  2704. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=It%20seems%20I%27m%20not%20connected%20to%20the%20Internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ab20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2705. 2019-02-14 10:12:16.788 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "Checking for updates" to cache
  2706. 2019-02-14 10:12:16.825 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Checking for updates"
  2707. Traceback (most recent call last):
  2708. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2709. conn = connection.create_connection(
  2710. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2711. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2712. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2713. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2714. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2715.  
  2716. During handling of the above exception, another exception occurred:
  2717.  
  2718. Traceback (most recent call last):
  2719. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2720. httplib_response = self._make_request(
  2721. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2722. self._validate_conn(conn)
  2723. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2724. conn.connect()
  2725. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2726. conn = self._new_conn()
  2727. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2728. raise NewConnectionError(
  2729. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761a8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2730.  
  2731. During handling of the above exception, another exception occurred:
  2732.  
  2733. Traceback (most recent call last):
  2734. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2735. resp = conn.urlopen(
  2736. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2737. retries = retries.increment(
  2738. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2739. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2740. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Checking%20for%20updates&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2741.  
  2742. During handling of the above exception, another exception occurred:
  2743.  
  2744. Traceback (most recent call last):
  2745. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2746. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2747. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2748. response = requests.get(mimic2_url)
  2749. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2750. return request('get', url, params=params, **kwargs)
  2751. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2752. return session.request(method=method, url=url, **kwargs)
  2753. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2754. resp = self.send(prep, **send_kwargs)
  2755. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2756. r = adapter.send(request, **kwargs)
  2757. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2758. raise ConnectionError(e, request=request)
  2759. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Checking%20for%20updates&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2760. 2019-02-14 10:12:16.833 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm unable to reach the internet, please check your network connection." to cache
  2761. 2019-02-14 10:12:16.855 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm unable to reach the internet, please check your network connection."
  2762. Traceback (most recent call last):
  2763. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2764. conn = connection.create_connection(
  2765. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2766. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2767. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2768. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2769. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2770.  
  2771. During handling of the above exception, another exception occurred:
  2772.  
  2773. Traceback (most recent call last):
  2774. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2775. httplib_response = self._make_request(
  2776. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2777. self._validate_conn(conn)
  2778. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2779. conn.connect()
  2780. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2781. conn = self._new_conn()
  2782. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2783. raise NewConnectionError(
  2784. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761a820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2785.  
  2786. During handling of the above exception, another exception occurred:
  2787.  
  2788. Traceback (most recent call last):
  2789. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2790. resp = conn.urlopen(
  2791. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2792. retries = retries.increment(
  2793. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2794. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2795. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20unable%20to%20reach%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2796.  
  2797. During handling of the above exception, another exception occurred:
  2798.  
  2799. Traceback (most recent call last):
  2800. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2801. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2802. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2803. response = requests.get(mimic2_url)
  2804. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2805. return request('get', url, params=params, **kwargs)
  2806. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2807. return session.request(method=method, url=url, **kwargs)
  2808. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2809. resp = self.send(prep, **send_kwargs)
  2810. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2811. r = adapter.send(request, **kwargs)
  2812. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2813. raise ConnectionError(e, request=request)
  2814. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20unable%20to%20reach%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2815. 2019-02-14 10:12:16.863 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm afraid I couldn't understand that" to cache
  2816. 2019-02-14 10:12:16.879 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm afraid I couldn't understand that"
  2817. Traceback (most recent call last):
  2818. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2819. conn = connection.create_connection(
  2820. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2821. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2822. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2823. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2824. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2825.  
  2826. During handling of the above exception, another exception occurred:
  2827.  
  2828. Traceback (most recent call last):
  2829. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2830. httplib_response = self._make_request(
  2831. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2832. self._validate_conn(conn)
  2833. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2834. conn.connect()
  2835. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2836. conn = self._new_conn()
  2837. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2838. raise NewConnectionError(
  2839. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ab20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2840.  
  2841. During handling of the above exception, another exception occurred:
  2842.  
  2843. Traceback (most recent call last):
  2844. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2845. resp = conn.urlopen(
  2846. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2847. retries = retries.increment(
  2848. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2849. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2850. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20afraid%20I%20couldn%27t%20understand%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ab20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2851.  
  2852. During handling of the above exception, another exception occurred:
  2853.  
  2854. Traceback (most recent call last):
  2855. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2856. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2857. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2858. response = requests.get(mimic2_url)
  2859. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2860. return request('get', url, params=params, **kwargs)
  2861. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2862. return session.request(method=method, url=url, **kwargs)
  2863. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2864. resp = self.send(prep, **send_kwargs)
  2865. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2866. r = adapter.send(request, **kwargs)
  2867. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2868. raise ConnectionError(e, request=request)
  2869. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20afraid%20I%20couldn%27t%20understand%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ab20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2870. 2019-02-14 10:12:16.888 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "I can't reach the internet right now, please check your network connection." to cache
  2871. 2019-02-14 10:12:16.900 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I can't reach the internet right now, please check your network connection."
  2872. Traceback (most recent call last):
  2873. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2874. conn = connection.create_connection(
  2875. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2876. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2877. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2878. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2879. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2880.  
  2881. During handling of the above exception, another exception occurred:
  2882.  
  2883. Traceback (most recent call last):
  2884. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2885. httplib_response = self._make_request(
  2886. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2887. self._validate_conn(conn)
  2888. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2889. conn.connect()
  2890. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2891. conn = self._new_conn()
  2892. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2893. raise NewConnectionError(
  2894. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761a8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2895.  
  2896. During handling of the above exception, another exception occurred:
  2897.  
  2898. Traceback (most recent call last):
  2899. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2900. resp = conn.urlopen(
  2901. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2902. retries = retries.increment(
  2903. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2904. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2905. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20can%27t%20reach%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2906.  
  2907. During handling of the above exception, another exception occurred:
  2908.  
  2909. Traceback (most recent call last):
  2910. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2911. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2912. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2913. response = requests.get(mimic2_url)
  2914. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2915. return request('get', url, params=params, **kwargs)
  2916. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2917. return session.request(method=method, url=url, **kwargs)
  2918. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2919. resp = self.send(prep, **send_kwargs)
  2920. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2921. r = adapter.send(request, **kwargs)
  2922. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2923. raise ConnectionError(e, request=request)
  2924. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20can%27t%20reach%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a8e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2925. 2019-02-14 10:12:16.906 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "Sorry, I didn't catch that" to cache
  2926. 2019-02-14 10:12:16.919 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Sorry, I didn't catch that"
  2927. Traceback (most recent call last):
  2928. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2929. conn = connection.create_connection(
  2930. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2931. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2932. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2933. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2934. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2935.  
  2936. During handling of the above exception, another exception occurred:
  2937.  
  2938. Traceback (most recent call last):
  2939. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2940. httplib_response = self._make_request(
  2941. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2942. self._validate_conn(conn)
  2943. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2944. conn.connect()
  2945. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  2946. conn = self._new_conn()
  2947. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  2948. raise NewConnectionError(
  2949. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ab20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  2950.  
  2951. During handling of the above exception, another exception occurred:
  2952.  
  2953. Traceback (most recent call last):
  2954. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  2955. resp = conn.urlopen(
  2956. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  2957. retries = retries.increment(
  2958. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  2959. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  2960. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Sorry%2C%20I%20didn%27t%20catch%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ab20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2961.  
  2962. During handling of the above exception, another exception occurred:
  2963.  
  2964. Traceback (most recent call last):
  2965. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  2966. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  2967. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  2968. response = requests.get(mimic2_url)
  2969. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  2970. return request('get', url, params=params, **kwargs)
  2971. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  2972. return session.request(method=method, url=url, **kwargs)
  2973. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  2974. resp = self.send(prep, **send_kwargs)
  2975. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  2976. r = adapter.send(request, **kwargs)
  2977. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  2978. raise ConnectionError(e, request=request)
  2979. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Sorry%2C%20I%20didn%27t%20catch%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ab20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  2980. 2019-02-14 10:12:16.924 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "REBOOTING..." to cache
  2981. 2019-02-14 10:12:16.936 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "REBOOTING..."
  2982. Traceback (most recent call last):
  2983. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  2984. conn = connection.create_connection(
  2985. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  2986. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  2987. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  2988. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  2989. socket.gaierror: [Errno -3] Temporary failure in name resolution
  2990.  
  2991. During handling of the above exception, another exception occurred:
  2992.  
  2993. Traceback (most recent call last):
  2994. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  2995. httplib_response = self._make_request(
  2996. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  2997. self._validate_conn(conn)
  2998. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  2999. conn.connect()
  3000. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3001. conn = self._new_conn()
  3002. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3003. raise NewConnectionError(
  3004. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ad00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3005.  
  3006. During handling of the above exception, another exception occurred:
  3007.  
  3008. Traceback (most recent call last):
  3009. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3010. resp = conn.urlopen(
  3011. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3012. retries = retries.increment(
  3013. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3014. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3015. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=REBOOTING...&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ad00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3016.  
  3017. During handling of the above exception, another exception occurred:
  3018.  
  3019. Traceback (most recent call last):
  3020. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3021. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3022. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3023. response = requests.get(mimic2_url)
  3024. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3025. return request('get', url, params=params, **kwargs)
  3026. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3027. return session.request(method=method, url=url, **kwargs)
  3028. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3029. resp = self.send(prep, **send_kwargs)
  3030. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3031. r = adapter.send(request, **kwargs)
  3032. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3033. raise ConnectionError(e, request=request)
  3034. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=REBOOTING...&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ad00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3035. 2019-02-14 10:12:16.940 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding " Currently this includes recordings of wake-word activations." to cache
  3036. 2019-02-14 10:12:16.954 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence " Currently this includes recordings of wake-word activations."
  3037. Traceback (most recent call last):
  3038. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3039. conn = connection.create_connection(
  3040. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3041. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3042. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3043. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3044. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3045.  
  3046. During handling of the above exception, another exception occurred:
  3047.  
  3048. Traceback (most recent call last):
  3049. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3050. httplib_response = self._make_request(
  3051. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3052. self._validate_conn(conn)
  3053. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3054. conn.connect()
  3055. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3056. conn = self._new_conn()
  3057. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3058. raise NewConnectionError(
  3059. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ac10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3060.  
  3061. During handling of the above exception, another exception occurred:
  3062.  
  3063. Traceback (most recent call last):
  3064. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3065. resp = conn.urlopen(
  3066. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3067. retries = retries.increment(
  3068. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3069. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3070. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20Currently%20this%20includes%20recordings%20of%20wake-word%20activations.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ac10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3071.  
  3072. During handling of the above exception, another exception occurred:
  3073.  
  3074. Traceback (most recent call last):
  3075. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3076. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3077. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3078. response = requests.get(mimic2_url)
  3079. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3080. return request('get', url, params=params, **kwargs)
  3081. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3082. return session.request(method=method, url=url, **kwargs)
  3083. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3084. resp = self.send(prep, **send_kwargs)
  3085. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3086. r = adapter.send(request, **kwargs)
  3087. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3088. raise ConnectionError(e, request=request)
  3089. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20Currently%20this%20includes%20recordings%20of%20wake-word%20activations.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ac10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3090. 2019-02-14 10:12:16.962 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "I don't seem to be connected to the internet, please check your network connection." to cache
  3091. 2019-02-14 10:12:16.978 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I don't seem to be connected to the internet, please check your network connection."
  3092. Traceback (most recent call last):
  3093. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3094. conn = connection.create_connection(
  3095. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3096. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3097. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3098. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3099. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3100.  
  3101. During handling of the above exception, another exception occurred:
  3102.  
  3103. Traceback (most recent call last):
  3104. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3105. httplib_response = self._make_request(
  3106. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3107. self._validate_conn(conn)
  3108. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3109. conn.connect()
  3110. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3111. conn = self._new_conn()
  3112. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3113. raise NewConnectionError(
  3114. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ac40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3115.  
  3116. During handling of the above exception, another exception occurred:
  3117.  
  3118. Traceback (most recent call last):
  3119. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3120. resp = conn.urlopen(
  3121. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3122. retries = retries.increment(
  3123. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3124. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3125. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20don%27t%20seem%20to%20be%20connected%20to%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ac40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3126.  
  3127. During handling of the above exception, another exception occurred:
  3128.  
  3129. Traceback (most recent call last):
  3130. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3131. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3132. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3133. response = requests.get(mimic2_url)
  3134. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3135. return request('get', url, params=params, **kwargs)
  3136. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3137. return session.request(method=method, url=url, **kwargs)
  3138. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3139. resp = self.send(prep, **send_kwargs)
  3140. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3141. r = adapter.send(request, **kwargs)
  3142. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3143. raise ConnectionError(e, request=request)
  3144. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20don%27t%20seem%20to%20be%20connected%20to%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ac40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3145. 2019-02-14 10:12:16.982 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you please repeat that?" to cache
  3146. 2019-02-14 10:12:17.000 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Can you please repeat that?"
  3147. Traceback (most recent call last):
  3148. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3149. conn = connection.create_connection(
  3150. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3151. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3152. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3153. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3154. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3155.  
  3156. During handling of the above exception, another exception occurred:
  3157.  
  3158. Traceback (most recent call last):
  3159. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3160. httplib_response = self._make_request(
  3161. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3162. self._validate_conn(conn)
  3163. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3164. conn.connect()
  3165. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3166. conn = self._new_conn()
  3167. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3168. raise NewConnectionError(
  3169. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ac70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3170.  
  3171. During handling of the above exception, another exception occurred:
  3172.  
  3173. Traceback (most recent call last):
  3174. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3175. resp = conn.urlopen(
  3176. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3177. retries = retries.increment(
  3178. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3179. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3180. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20please%20repeat%20that%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ac70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3181.  
  3182. During handling of the above exception, another exception occurred:
  3183.  
  3184. Traceback (most recent call last):
  3185. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3186. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3187. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3188. response = requests.get(mimic2_url)
  3189. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3190. return request('get', url, params=params, **kwargs)
  3191. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3192. return session.request(method=method, url=url, **kwargs)
  3193. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3194. resp = self.send(prep, **send_kwargs)
  3195. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3196. r = adapter.send(request, **kwargs)
  3197. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3198. raise ConnectionError(e, request=request)
  3199. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20please%20repeat%20that%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ac70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3200. 2019-02-14 10:12:17.014 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH logins are now allowed" to cache
  3201. 2019-02-14 10:12:17.036 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "SSH logins are now allowed"
  3202. Traceback (most recent call last):
  3203. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3204. conn = connection.create_connection(
  3205. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3206. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3207. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3208. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3209. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3210.  
  3211. During handling of the above exception, another exception occurred:
  3212.  
  3213. Traceback (most recent call last):
  3214. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3215. httplib_response = self._make_request(
  3216. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3217. self._validate_conn(conn)
  3218. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3219. conn.connect()
  3220. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3221. conn = self._new_conn()
  3222. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3223. raise NewConnectionError(
  3224. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ae20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3225.  
  3226. During handling of the above exception, another exception occurred:
  3227.  
  3228. Traceback (most recent call last):
  3229. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3230. resp = conn.urlopen(
  3231. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3232. retries = retries.increment(
  3233. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3234. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3235. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20logins%20are%20now%20allowed&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ae20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3236.  
  3237. During handling of the above exception, another exception occurred:
  3238.  
  3239. Traceback (most recent call last):
  3240. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3241. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3242. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3243. response = requests.get(mimic2_url)
  3244. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3245. return request('get', url, params=params, **kwargs)
  3246. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3247. return session.request(method=method, url=url, **kwargs)
  3248. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3249. resp = self.send(prep, **send_kwargs)
  3250. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3251. r = adapter.send(request, **kwargs)
  3252. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3253. raise ConnectionError(e, request=request)
  3254. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20logins%20are%20now%20allowed&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ae20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3255. 2019-02-14 10:12:17.041 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "Please wait few minutes before trying to speak to me." to cache
  3256. 2019-02-14 10:12:17.068 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Please wait few minutes before trying to speak to me."
  3257. Traceback (most recent call last):
  3258. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3259. conn = connection.create_connection(
  3260. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3261. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3262. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3263. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3264. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3265.  
  3266. During handling of the above exception, another exception occurred:
  3267.  
  3268. Traceback (most recent call last):
  3269. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3270. httplib_response = self._make_request(
  3271. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3272. self._validate_conn(conn)
  3273. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3274. conn.connect()
  3275. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3276. conn = self._new_conn()
  3277. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3278. raise NewConnectionError(
  3279. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761abb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3280.  
  3281. During handling of the above exception, another exception occurred:
  3282.  
  3283. Traceback (most recent call last):
  3284. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3285. resp = conn.urlopen(
  3286. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3287. retries = retries.increment(
  3288. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3289. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3290. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Please%20wait%20few%20minutes%20before%20trying%20to%20speak%20to%20me.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761abb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3291.  
  3292. During handling of the above exception, another exception occurred:
  3293.  
  3294. Traceback (most recent call last):
  3295. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3296. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3297. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3298. response = requests.get(mimic2_url)
  3299. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3300. return request('get', url, params=params, **kwargs)
  3301. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3302. return session.request(method=method, url=url, **kwargs)
  3303. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3304. resp = self.send(prep, **send_kwargs)
  3305. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3306. r = adapter.send(request, **kwargs)
  3307. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3308. raise ConnectionError(e, request=request)
  3309. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Please%20wait%20few%20minutes%20before%20trying%20to%20speak%20to%20me.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761abb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3310. 2019-02-14 10:12:17.074 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding " I'm ready to help you." to cache
  3311. 2019-02-14 10:12:17.087 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence " I'm ready to help you."
  3312. Traceback (most recent call last):
  3313. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3314. conn = connection.create_connection(
  3315. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3316. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3317. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3318. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3319. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3320.  
  3321. During handling of the above exception, another exception occurred:
  3322.  
  3323. Traceback (most recent call last):
  3324. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3325. httplib_response = self._make_request(
  3326. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3327. self._validate_conn(conn)
  3328. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3329. conn.connect()
  3330. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3331. conn = self._new_conn()
  3332. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3333. raise NewConnectionError(
  3334. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ad90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3335.  
  3336. During handling of the above exception, another exception occurred:
  3337.  
  3338. Traceback (most recent call last):
  3339. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3340. resp = conn.urlopen(
  3341. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3342. retries = retries.increment(
  3343. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3344. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3345. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20I%27m%20ready%20to%20help%20you.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ad90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3346.  
  3347. During handling of the above exception, another exception occurred:
  3348.  
  3349. Traceback (most recent call last):
  3350. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3351. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3352. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3353. response = requests.get(mimic2_url)
  3354. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3355. return request('get', url, params=params, **kwargs)
  3356. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3357. return session.request(method=method, url=url, **kwargs)
  3358. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3359. resp = self.send(prep, **send_kwargs)
  3360. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3361. r = adapter.send(request, **kwargs)
  3362. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3363. raise ConnectionError(e, request=request)
  3364. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20I%27m%20ready%20to%20help%20you.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ad90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3365. 2019-02-14 10:12:17.100 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "Interaction data will no longer be submitted to Mycroft AI." to cache
  3366. 2019-02-14 10:12:17.115 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Interaction data will no longer be submitted to Mycroft AI."
  3367. Traceback (most recent call last):
  3368. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3369. conn = connection.create_connection(
  3370. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3371. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3372. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3373. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3374. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3375.  
  3376. During handling of the above exception, another exception occurred:
  3377.  
  3378. Traceback (most recent call last):
  3379. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3380. httplib_response = self._make_request(
  3381. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3382. self._validate_conn(conn)
  3383. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3384. conn.connect()
  3385. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3386. conn = self._new_conn()
  3387. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3388. raise NewConnectionError(
  3389. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761a760>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3390.  
  3391. During handling of the above exception, another exception occurred:
  3392.  
  3393. Traceback (most recent call last):
  3394. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3395. resp = conn.urlopen(
  3396. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3397. retries = retries.increment(
  3398. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3399. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3400. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Interaction%20data%20will%20no%20longer%20be%20submitted%20to%20Mycroft%20AI.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a760>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3401.  
  3402. During handling of the above exception, another exception occurred:
  3403.  
  3404. Traceback (most recent call last):
  3405. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3406. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3407. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3408. response = requests.get(mimic2_url)
  3409. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3410. return request('get', url, params=params, **kwargs)
  3411. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3412. return session.request(method=method, url=url, **kwargs)
  3413. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3414. resp = self.send(prep, **send_kwargs)
  3415. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3416. r = adapter.send(request, **kwargs)
  3417. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3418. raise ConnectionError(e, request=request)
  3419. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Interaction%20data%20will%20no%20longer%20be%20submitted%20to%20Mycroft%20AI.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a760>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3420. 2019-02-14 10:12:17.118 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "an error occurred while updating skills" to cache
  3421. 2019-02-14 10:12:17.131 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "an error occurred while updating skills"
  3422. Traceback (most recent call last):
  3423. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3424. conn = connection.create_connection(
  3425. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3426. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3427. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3428. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3429. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3430.  
  3431. During handling of the above exception, another exception occurred:
  3432.  
  3433. Traceback (most recent call last):
  3434. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3435. httplib_response = self._make_request(
  3436. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3437. self._validate_conn(conn)
  3438. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3439. conn.connect()
  3440. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3441. conn = self._new_conn()
  3442. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3443. raise NewConnectionError(
  3444. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ac70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3445.  
  3446. During handling of the above exception, another exception occurred:
  3447.  
  3448. Traceback (most recent call last):
  3449. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3450. resp = conn.urlopen(
  3451. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3452. retries = retries.increment(
  3453. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3454. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3455. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=an%20error%20occurred%20while%20updating%20skills&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ac70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3456.  
  3457. During handling of the above exception, another exception occurred:
  3458.  
  3459. Traceback (most recent call last):
  3460. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3461. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3462. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3463. response = requests.get(mimic2_url)
  3464. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3465. return request('get', url, params=params, **kwargs)
  3466. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3467. return session.request(method=method, url=url, **kwargs)
  3468. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3469. resp = self.send(prep, **send_kwargs)
  3470. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3471. r = adapter.send(request, **kwargs)
  3472. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3473. raise ConnectionError(e, request=request)
  3474. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=an%20error%20occurred%20while%20updating%20skills&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ac70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3475. 2019-02-14 10:12:17.135 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH login has been disabled" to cache
  3476. 2019-02-14 10:12:17.147 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "SSH login has been disabled"
  3477. Traceback (most recent call last):
  3478. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3479. conn = connection.create_connection(
  3480. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3481. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3482. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3483. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3484. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3485.  
  3486. During handling of the above exception, another exception occurred:
  3487.  
  3488. Traceback (most recent call last):
  3489. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3490. httplib_response = self._make_request(
  3491. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3492. self._validate_conn(conn)
  3493. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3494. conn.connect()
  3495. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3496. conn = self._new_conn()
  3497. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3498. raise NewConnectionError(
  3499. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761aeb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3500.  
  3501. During handling of the above exception, another exception occurred:
  3502.  
  3503. Traceback (most recent call last):
  3504. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3505. resp = conn.urlopen(
  3506. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3507. retries = retries.increment(
  3508. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3509. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3510. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20login%20has%20been%20disabled&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761aeb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3511.  
  3512. During handling of the above exception, another exception occurred:
  3513.  
  3514. Traceback (most recent call last):
  3515. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3516. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3517. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3518. response = requests.get(mimic2_url)
  3519. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3520. return request('get', url, params=params, **kwargs)
  3521. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3522. return session.request(method=method, url=url, **kwargs)
  3523. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3524. resp = self.send(prep, **send_kwargs)
  3525. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3526. r = adapter.send(request, **kwargs)
  3527. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3528. raise ConnectionError(e, request=request)
  3529. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20login%20has%20been%20disabled&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761aeb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3530. 2019-02-14 10:12:17.152 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm having trouble reaching the internet right now, please check your network connection." to cache
  3531. 2019-02-14 10:12:17.183 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm having trouble reaching the internet right now, please check your network connection."
  3532. Traceback (most recent call last):
  3533. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3534. conn = connection.create_connection(
  3535. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3536. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3537. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3538. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3539. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3540.  
  3541. During handling of the above exception, another exception occurred:
  3542.  
  3543. Traceback (most recent call last):
  3544. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3545. httplib_response = self._make_request(
  3546. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3547. self._validate_conn(conn)
  3548. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3549. conn.connect()
  3550. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3551. conn = self._new_conn()
  3552. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3553. raise NewConnectionError(
  3554. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ad90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3555.  
  3556. During handling of the above exception, another exception occurred:
  3557.  
  3558. Traceback (most recent call last):
  3559. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3560. resp = conn.urlopen(
  3561. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3562. retries = retries.increment(
  3563. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3564. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3565. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20having%20trouble%20reaching%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ad90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3566.  
  3567. During handling of the above exception, another exception occurred:
  3568.  
  3569. Traceback (most recent call last):
  3570. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3571. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3572. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3573. response = requests.get(mimic2_url)
  3574. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3575. return request('get', url, params=params, **kwargs)
  3576. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3577. return session.request(method=method, url=url, **kwargs)
  3578. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3579. resp = self.send(prep, **send_kwargs)
  3580. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3581. r = adapter.send(request, **kwargs)
  3582. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3583. raise ConnectionError(e, request=request)
  3584. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20having%20trouble%20reaching%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ad90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3585. 2019-02-14 10:12:17.187 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you say that again?" to cache
  3586. 2019-02-14 10:12:17.204 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Can you say that again?"
  3587. Traceback (most recent call last):
  3588. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3589. conn = connection.create_connection(
  3590. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3591. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3592. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3593. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3594. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3595.  
  3596. During handling of the above exception, another exception occurred:
  3597.  
  3598. Traceback (most recent call last):
  3599. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3600. httplib_response = self._make_request(
  3601. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3602. self._validate_conn(conn)
  3603. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3604. conn.connect()
  3605. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3606. conn = self._new_conn()
  3607. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3608. raise NewConnectionError(
  3609. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761a4c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3610.  
  3611. During handling of the above exception, another exception occurred:
  3612.  
  3613. Traceback (most recent call last):
  3614. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3615. resp = conn.urlopen(
  3616. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3617. retries = retries.increment(
  3618. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3619. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3620. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20say%20that%20again%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a4c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3621.  
  3622. During handling of the above exception, another exception occurred:
  3623.  
  3624. Traceback (most recent call last):
  3625. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3626. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3627. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3628. response = requests.get(mimic2_url)
  3629. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3630. return request('get', url, params=params, **kwargs)
  3631. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3632. return session.request(method=method, url=url, **kwargs)
  3633. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3634. resp = self.send(prep, **send_kwargs)
  3635. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3636. r = adapter.send(request, **kwargs)
  3637. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3638. raise ConnectionError(e, request=request)
  3639. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20say%20that%20again%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761a4c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3640. 2019-02-14 10:12:17.211 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "I will now upload interaction data to Mycroft AI to allow me to get smarter." to cache
  3641. 2019-02-14 10:12:17.239 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I will now upload interaction data to Mycroft AI to allow me to get smarter."
  3642. Traceback (most recent call last):
  3643. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3644. conn = connection.create_connection(
  3645. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3646. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3647. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3648. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3649. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3650.  
  3651. During handling of the above exception, another exception occurred:
  3652.  
  3653. Traceback (most recent call last):
  3654. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3655. httplib_response = self._make_request(
  3656. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3657. self._validate_conn(conn)
  3658. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3659. conn.connect()
  3660. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3661. conn = self._new_conn()
  3662. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3663. raise NewConnectionError(
  3664. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761ae80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3665.  
  3666. During handling of the above exception, another exception occurred:
  3667.  
  3668. Traceback (most recent call last):
  3669. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3670. resp = conn.urlopen(
  3671. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3672. retries = retries.increment(
  3673. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3674. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3675. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20will%20now%20upload%20interaction%20data%20to%20Mycroft%20AI%20to%20allow%20me%20to%20get%20smarter.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ae80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3676.  
  3677. During handling of the above exception, another exception occurred:
  3678.  
  3679. Traceback (most recent call last):
  3680. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3681. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3682. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3683. response = requests.get(mimic2_url)
  3684. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3685. return request('get', url, params=params, **kwargs)
  3686. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3687. return session.request(method=method, url=url, **kwargs)
  3688. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3689. resp = self.send(prep, **send_kwargs)
  3690. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3691. r = adapter.send(request, **kwargs)
  3692. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3693. raise ConnectionError(e, request=request)
  3694. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20will%20now%20upload%20interaction%20data%20to%20Mycroft%20AI%20to%20allow%20me%20to%20get%20smarter.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761ae80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3695. 2019-02-14 10:12:17.242 | INFO | 259 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm up to date now" to cache
  3696. 2019-02-14 10:12:17.251 | ERROR | 259 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm up to date now"
  3697. Traceback (most recent call last):
  3698. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3699. conn = connection.create_connection(
  3700. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3701. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3702. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3703. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3704. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3705.  
  3706. During handling of the above exception, another exception occurred:
  3707.  
  3708. Traceback (most recent call last):
  3709. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3710. httplib_response = self._make_request(
  3711. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3712. self._validate_conn(conn)
  3713. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3714. conn.connect()
  3715. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3716. conn = self._new_conn()
  3717. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3718. raise NewConnectionError(
  3719. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9761abb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3720.  
  3721. During handling of the above exception, another exception occurred:
  3722.  
  3723. Traceback (most recent call last):
  3724. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3725. resp = conn.urlopen(
  3726. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3727. retries = retries.increment(
  3728. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3729. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3730. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20up%20to%20date%20now&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761abb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3731.  
  3732. During handling of the above exception, another exception occurred:
  3733.  
  3734. Traceback (most recent call last):
  3735. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3736. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3737. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3738. response = requests.get(mimic2_url)
  3739. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3740. return request('get', url, params=params, **kwargs)
  3741. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3742. return session.request(method=method, url=url, **kwargs)
  3743. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3744. resp = self.send(prep, **send_kwargs)
  3745. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3746. r = adapter.send(request, **kwargs)
  3747. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3748. raise ConnectionError(e, request=request)
  3749. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20up%20to%20date%20now&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9761abb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3750. 2019-02-14 10:12:17.259 | INFO | 259 | mycroft.tts.cache:load_persistent_cache:196 | Persistent TTS cache files added successfully.
  3751. 2019-02-14 10:12:17.265 | INFO | 259 | mycroft.audio.audioservice:get_services:63 | Loading services from /opt/mycroft/mycroft/audio/services/
  3752. 2019-02-14 10:12:17.348 | INFO | 259 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  3753. 2019-02-14 10:12:23.638 | INFO | 259 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  3754. 2019-02-14 10:12:23.669 | INFO | 259 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  3755. 2019-02-14 10:12:23.802 | ERROR | 259 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  3756. 2019-02-14 10:12:23.803 | ERROR | 259 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  3757. ModuleNotFoundError("No module named 'py_mplayer'")
  3758. 2019-02-14 10:12:23.805 | INFO | 259 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  3759. 2019-02-14 10:12:23.868 | INFO | 259 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  3760. 2019-02-14 10:12:24.697 | INFO | 259 | mycroft.audio.audioservice:load_plugins:166 | Loading audio service plugin: guiplayer
  3761. 2019-02-14 10:12:24.700 | INFO | 259 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  3762. 2019-02-14 10:12:24.703 | INFO | 259 | mycroft.audio.audioservice:load_services:239 | Found local
  3763. 2019-02-14 10:12:24.809 | INFO | 259 | __main__:on_ready:33 | Audio service is ready.
  3764. 2019-02-14 10:12:16.210 | INFO | 253 | __main__:main:46 | Starting Audio Service
  3765. 2019-02-14 10:12:16.269 | WARNING | 253 | mycroft.api:check_remote_pairing:546 | Could not get device info: ConnectionError(MaxRetryError("HTTPSConnectionPool(host='api.mycroft.ai', port=443): Max retries exceeded with url: /v1/device/db4e4464-d909-4ee0-ba98-27adb88d42b7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac28da00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))"))
  3766. 2019-02-14 10:12:16.280 | INFO | 253 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  3767. 2019-02-14 10:12:16.290 | INFO | 253 | mycroft_bus_client.client.client | Connected
  3768. 2019-02-14 10:12:16.296 | INFO | 253 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  3769. 2019-02-14 10:12:16.315 | INFO | 253 | mycroft.tts.cache:load_persistent_cache:189 | Adding dialog resources to persistent TTS cache...
  3770. 2019-02-14 10:12:16.343 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I can't reach the internet right now, please check your network connection." to cache
  3771. 2019-02-14 10:12:16.356 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I can't reach the internet right now, please check your network connection."
  3772. Traceback (most recent call last):
  3773. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3774. conn = connection.create_connection(
  3775. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3776. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3777. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3778. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3779. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3780.  
  3781. During handling of the above exception, another exception occurred:
  3782.  
  3783. Traceback (most recent call last):
  3784. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3785. httplib_response = self._make_request(
  3786. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3787. self._validate_conn(conn)
  3788. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3789. conn.connect()
  3790. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3791. conn = self._new_conn()
  3792. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3793. raise NewConnectionError(
  3794. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac29cb80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3795.  
  3796. During handling of the above exception, another exception occurred:
  3797.  
  3798. Traceback (most recent call last):
  3799. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3800. resp = conn.urlopen(
  3801. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3802. retries = retries.increment(
  3803. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3804. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3805. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20can%27t%20reach%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac29cb80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3806.  
  3807. During handling of the above exception, another exception occurred:
  3808.  
  3809. Traceback (most recent call last):
  3810. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3811. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3812. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3813. response = requests.get(mimic2_url)
  3814. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3815. return request('get', url, params=params, **kwargs)
  3816. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3817. return session.request(method=method, url=url, **kwargs)
  3818. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3819. resp = self.send(prep, **send_kwargs)
  3820. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3821. r = adapter.send(request, **kwargs)
  3822. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3823. raise ConnectionError(e, request=request)
  3824. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20can%27t%20reach%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac29cb80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3825. 2019-02-14 10:12:16.385 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm afraid I couldn't understand that" to cache
  3826. 2019-02-14 10:12:16.398 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm afraid I couldn't understand that"
  3827. Traceback (most recent call last):
  3828. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3829. conn = connection.create_connection(
  3830. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3831. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3832. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3833. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3834. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3835.  
  3836. During handling of the above exception, another exception occurred:
  3837.  
  3838. Traceback (most recent call last):
  3839. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3840. httplib_response = self._make_request(
  3841. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3842. self._validate_conn(conn)
  3843. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3844. conn.connect()
  3845. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3846. conn = self._new_conn()
  3847. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3848. raise NewConnectionError(
  3849. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3850.  
  3851. During handling of the above exception, another exception occurred:
  3852.  
  3853. Traceback (most recent call last):
  3854. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3855. resp = conn.urlopen(
  3856. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3857. retries = retries.increment(
  3858. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3859. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3860. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20afraid%20I%20couldn%27t%20understand%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3861.  
  3862. During handling of the above exception, another exception occurred:
  3863.  
  3864. Traceback (most recent call last):
  3865. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3866. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3867. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3868. response = requests.get(mimic2_url)
  3869. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3870. return request('get', url, params=params, **kwargs)
  3871. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3872. return session.request(method=method, url=url, **kwargs)
  3873. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3874. resp = self.send(prep, **send_kwargs)
  3875. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3876. r = adapter.send(request, **kwargs)
  3877. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3878. raise ConnectionError(e, request=request)
  3879. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20afraid%20I%20couldn%27t%20understand%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3880. 2019-02-14 10:12:16.402 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm having trouble reaching the internet right now, please check your network connection." to cache
  3881. 2019-02-14 10:12:16.420 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm having trouble reaching the internet right now, please check your network connection."
  3882. Traceback (most recent call last):
  3883. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3884. conn = connection.create_connection(
  3885. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3886. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3887. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3888. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3889. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3890.  
  3891. During handling of the above exception, another exception occurred:
  3892.  
  3893. Traceback (most recent call last):
  3894. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3895. httplib_response = self._make_request(
  3896. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3897. self._validate_conn(conn)
  3898. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3899. conn.connect()
  3900. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3901. conn = self._new_conn()
  3902. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3903. raise NewConnectionError(
  3904. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a18e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3905.  
  3906. During handling of the above exception, another exception occurred:
  3907.  
  3908. Traceback (most recent call last):
  3909. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3910. resp = conn.urlopen(
  3911. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3912. retries = retries.increment(
  3913. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3914. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3915. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20having%20trouble%20reaching%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a18e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3916.  
  3917. During handling of the above exception, another exception occurred:
  3918.  
  3919. Traceback (most recent call last):
  3920. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3921. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3922. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3923. response = requests.get(mimic2_url)
  3924. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3925. return request('get', url, params=params, **kwargs)
  3926. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3927. return session.request(method=method, url=url, **kwargs)
  3928. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3929. resp = self.send(prep, **send_kwargs)
  3930. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3931. r = adapter.send(request, **kwargs)
  3932. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3933. raise ConnectionError(e, request=request)
  3934. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20having%20trouble%20reaching%20the%20internet%20right%20now%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a18e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3935. 2019-02-14 10:12:16.425 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Just a moment while I update myself" to cache
  3936. 2019-02-14 10:12:16.438 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Just a moment while I update myself"
  3937. Traceback (most recent call last):
  3938. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3939. conn = connection.create_connection(
  3940. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3941. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3942. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3943. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3944. socket.gaierror: [Errno -3] Temporary failure in name resolution
  3945.  
  3946. During handling of the above exception, another exception occurred:
  3947.  
  3948. Traceback (most recent call last):
  3949. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  3950. httplib_response = self._make_request(
  3951. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  3952. self._validate_conn(conn)
  3953. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  3954. conn.connect()
  3955. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  3956. conn = self._new_conn()
  3957. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  3958. raise NewConnectionError(
  3959. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  3960.  
  3961. During handling of the above exception, another exception occurred:
  3962.  
  3963. Traceback (most recent call last):
  3964. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  3965. resp = conn.urlopen(
  3966. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  3967. retries = retries.increment(
  3968. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  3969. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  3970. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Just%20a%20moment%20while%20I%20update%20myself&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3971.  
  3972. During handling of the above exception, another exception occurred:
  3973.  
  3974. Traceback (most recent call last):
  3975. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  3976. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  3977. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  3978. response = requests.get(mimic2_url)
  3979. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  3980. return request('get', url, params=params, **kwargs)
  3981. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  3982. return session.request(method=method, url=url, **kwargs)
  3983. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  3984. resp = self.send(prep, **send_kwargs)
  3985. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  3986. r = adapter.send(request, **kwargs)
  3987. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  3988. raise ConnectionError(e, request=request)
  3989. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Just%20a%20moment%20while%20I%20update%20myself&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  3990. 2019-02-14 10:12:16.442 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH logins are now allowed" to cache
  3991. 2019-02-14 10:12:16.455 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "SSH logins are now allowed"
  3992. Traceback (most recent call last):
  3993. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  3994. conn = connection.create_connection(
  3995. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  3996. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  3997. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  3998. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  3999. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4000.  
  4001. During handling of the above exception, another exception occurred:
  4002.  
  4003. Traceback (most recent call last):
  4004. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4005. httplib_response = self._make_request(
  4006. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4007. self._validate_conn(conn)
  4008. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4009. conn.connect()
  4010. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4011. conn = self._new_conn()
  4012. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4013. raise NewConnectionError(
  4014. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1bb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4015.  
  4016. During handling of the above exception, another exception occurred:
  4017.  
  4018. Traceback (most recent call last):
  4019. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4020. resp = conn.urlopen(
  4021. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4022. retries = retries.increment(
  4023. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4024. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4025. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20logins%20are%20now%20allowed&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1bb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4026.  
  4027. During handling of the above exception, another exception occurred:
  4028.  
  4029. Traceback (most recent call last):
  4030. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4031. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4032. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4033. response = requests.get(mimic2_url)
  4034. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4035. return request('get', url, params=params, **kwargs)
  4036. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4037. return session.request(method=method, url=url, **kwargs)
  4038. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4039. resp = self.send(prep, **send_kwargs)
  4040. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4041. r = adapter.send(request, **kwargs)
  4042. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4043. raise ConnectionError(e, request=request)
  4044. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20logins%20are%20now%20allowed&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1bb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4045. 2019-02-14 10:12:16.462 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "an error occurred while updating skills" to cache
  4046. 2019-02-14 10:12:16.475 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "an error occurred while updating skills"
  4047. Traceback (most recent call last):
  4048. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4049. conn = connection.create_connection(
  4050. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4051. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4052. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4053. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4054. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4055.  
  4056. During handling of the above exception, another exception occurred:
  4057.  
  4058. Traceback (most recent call last):
  4059. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4060. httplib_response = self._make_request(
  4061. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4062. self._validate_conn(conn)
  4063. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4064. conn.connect()
  4065. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4066. conn = self._new_conn()
  4067. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4068. raise NewConnectionError(
  4069. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4070.  
  4071. During handling of the above exception, another exception occurred:
  4072.  
  4073. Traceback (most recent call last):
  4074. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4075. resp = conn.urlopen(
  4076. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4077. retries = retries.increment(
  4078. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4079. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4080. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=an%20error%20occurred%20while%20updating%20skills&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4081.  
  4082. During handling of the above exception, another exception occurred:
  4083.  
  4084. Traceback (most recent call last):
  4085. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4086. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4087. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4088. response = requests.get(mimic2_url)
  4089. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4090. return request('get', url, params=params, **kwargs)
  4091. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4092. return session.request(method=method, url=url, **kwargs)
  4093. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4094. resp = self.send(prep, **send_kwargs)
  4095. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4096. r = adapter.send(request, **kwargs)
  4097. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4098. raise ConnectionError(e, request=request)
  4099. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=an%20error%20occurred%20while%20updating%20skills&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4100. 2019-02-14 10:12:16.483 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding " Currently this includes recordings of wake-word activations." to cache
  4101. 2019-02-14 10:12:16.499 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence " Currently this includes recordings of wake-word activations."
  4102. Traceback (most recent call last):
  4103. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4104. conn = connection.create_connection(
  4105. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4106. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4107. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4108. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4109. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4110.  
  4111. During handling of the above exception, another exception occurred:
  4112.  
  4113. Traceback (most recent call last):
  4114. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4115. httplib_response = self._make_request(
  4116. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4117. self._validate_conn(conn)
  4118. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4119. conn.connect()
  4120. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4121. conn = self._new_conn()
  4122. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4123. raise NewConnectionError(
  4124. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4125.  
  4126. During handling of the above exception, another exception occurred:
  4127.  
  4128. Traceback (most recent call last):
  4129. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4130. resp = conn.urlopen(
  4131. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4132. retries = retries.increment(
  4133. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4134. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4135. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20Currently%20this%20includes%20recordings%20of%20wake-word%20activations.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4136.  
  4137. During handling of the above exception, another exception occurred:
  4138.  
  4139. Traceback (most recent call last):
  4140. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4141. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4142. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4143. response = requests.get(mimic2_url)
  4144. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4145. return request('get', url, params=params, **kwargs)
  4146. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4147. return session.request(method=method, url=url, **kwargs)
  4148. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4149. resp = self.send(prep, **send_kwargs)
  4150. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4151. r = adapter.send(request, **kwargs)
  4152. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4153. raise ConnectionError(e, request=request)
  4154. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20Currently%20this%20includes%20recordings%20of%20wake-word%20activations.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4155. 2019-02-14 10:12:16.502 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Please wait few minutes before trying to speak to me." to cache
  4156. 2019-02-14 10:12:16.519 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Please wait few minutes before trying to speak to me."
  4157. Traceback (most recent call last):
  4158. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4159. conn = connection.create_connection(
  4160. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4161. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4162. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4163. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4164. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4165.  
  4166. During handling of the above exception, another exception occurred:
  4167.  
  4168. Traceback (most recent call last):
  4169. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4170. httplib_response = self._make_request(
  4171. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4172. self._validate_conn(conn)
  4173. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4174. conn.connect()
  4175. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4176. conn = self._new_conn()
  4177. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4178. raise NewConnectionError(
  4179. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1bb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4180.  
  4181. During handling of the above exception, another exception occurred:
  4182.  
  4183. Traceback (most recent call last):
  4184. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4185. resp = conn.urlopen(
  4186. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4187. retries = retries.increment(
  4188. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4189. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4190. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Please%20wait%20few%20minutes%20before%20trying%20to%20speak%20to%20me.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1bb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4191.  
  4192. During handling of the above exception, another exception occurred:
  4193.  
  4194. Traceback (most recent call last):
  4195. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4196. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4197. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4198. response = requests.get(mimic2_url)
  4199. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4200. return request('get', url, params=params, **kwargs)
  4201. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4202. return session.request(method=method, url=url, **kwargs)
  4203. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4204. resp = self.send(prep, **send_kwargs)
  4205. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4206. r = adapter.send(request, **kwargs)
  4207. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4208. raise ConnectionError(e, request=request)
  4209. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Please%20wait%20few%20minutes%20before%20trying%20to%20speak%20to%20me.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1bb0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4210. 2019-02-14 10:12:16.523 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "REBOOTING..." to cache
  4211. 2019-02-14 10:12:16.540 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "REBOOTING..."
  4212. Traceback (most recent call last):
  4213. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4214. conn = connection.create_connection(
  4215. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4216. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4217. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4218. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4219. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4220.  
  4221. During handling of the above exception, another exception occurred:
  4222.  
  4223. Traceback (most recent call last):
  4224. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4225. httplib_response = self._make_request(
  4226. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4227. self._validate_conn(conn)
  4228. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4229. conn.connect()
  4230. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4231. conn = self._new_conn()
  4232. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4233. raise NewConnectionError(
  4234. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4235.  
  4236. During handling of the above exception, another exception occurred:
  4237.  
  4238. Traceback (most recent call last):
  4239. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4240. resp = conn.urlopen(
  4241. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4242. retries = retries.increment(
  4243. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4244. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4245. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=REBOOTING...&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4246.  
  4247. During handling of the above exception, another exception occurred:
  4248.  
  4249. Traceback (most recent call last):
  4250. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4251. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4252. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4253. response = requests.get(mimic2_url)
  4254. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4255. return request('get', url, params=params, **kwargs)
  4256. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4257. return session.request(method=method, url=url, **kwargs)
  4258. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4259. resp = self.send(prep, **send_kwargs)
  4260. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4261. r = adapter.send(request, **kwargs)
  4262. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4263. raise ConnectionError(e, request=request)
  4264. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=REBOOTING...&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4265. 2019-02-14 10:12:16.544 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you please repeat that?" to cache
  4266. 2019-02-14 10:12:16.559 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Can you please repeat that?"
  4267. Traceback (most recent call last):
  4268. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4269. conn = connection.create_connection(
  4270. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4271. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4272. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4273. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4274. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4275.  
  4276. During handling of the above exception, another exception occurred:
  4277.  
  4278. Traceback (most recent call last):
  4279. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4280. httplib_response = self._make_request(
  4281. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4282. self._validate_conn(conn)
  4283. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4284. conn.connect()
  4285. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4286. conn = self._new_conn()
  4287. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4288. raise NewConnectionError(
  4289. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a12b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4290.  
  4291. During handling of the above exception, another exception occurred:
  4292.  
  4293. Traceback (most recent call last):
  4294. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4295. resp = conn.urlopen(
  4296. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4297. retries = retries.increment(
  4298. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4299. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4300. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20please%20repeat%20that%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a12b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4301.  
  4302. During handling of the above exception, another exception occurred:
  4303.  
  4304. Traceback (most recent call last):
  4305. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4306. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4307. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4308. response = requests.get(mimic2_url)
  4309. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4310. return request('get', url, params=params, **kwargs)
  4311. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4312. return session.request(method=method, url=url, **kwargs)
  4313. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4314. resp = self.send(prep, **send_kwargs)
  4315. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4316. r = adapter.send(request, **kwargs)
  4317. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4318. raise ConnectionError(e, request=request)
  4319. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20please%20repeat%20that%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a12b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4320. 2019-02-14 10:12:16.566 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm up to date now" to cache
  4321. 2019-02-14 10:12:16.582 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm up to date now"
  4322. Traceback (most recent call last):
  4323. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4324. conn = connection.create_connection(
  4325. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4326. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4327. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4328. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4329. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4330.  
  4331. During handling of the above exception, another exception occurred:
  4332.  
  4333. Traceback (most recent call last):
  4334. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4335. httplib_response = self._make_request(
  4336. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4337. self._validate_conn(conn)
  4338. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4339. conn.connect()
  4340. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4341. conn = self._new_conn()
  4342. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4343. raise NewConnectionError(
  4344. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a18e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4345.  
  4346. During handling of the above exception, another exception occurred:
  4347.  
  4348. Traceback (most recent call last):
  4349. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4350. resp = conn.urlopen(
  4351. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4352. retries = retries.increment(
  4353. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4354. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4355. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20up%20to%20date%20now&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a18e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4356.  
  4357. During handling of the above exception, another exception occurred:
  4358.  
  4359. Traceback (most recent call last):
  4360. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4361. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4362. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4363. response = requests.get(mimic2_url)
  4364. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4365. return request('get', url, params=params, **kwargs)
  4366. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4367. return session.request(method=method, url=url, **kwargs)
  4368. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4369. resp = self.send(prep, **send_kwargs)
  4370. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4371. r = adapter.send(request, **kwargs)
  4372. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4373. raise ConnectionError(e, request=request)
  4374. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20up%20to%20date%20now&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a18e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4375. 2019-02-14 10:12:16.598 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you say that again?" to cache
  4376. 2019-02-14 10:12:16.612 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Can you say that again?"
  4377. Traceback (most recent call last):
  4378. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4379. conn = connection.create_connection(
  4380. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4381. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4382. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4383. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4384. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4385.  
  4386. During handling of the above exception, another exception occurred:
  4387.  
  4388. Traceback (most recent call last):
  4389. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4390. httplib_response = self._make_request(
  4391. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4392. self._validate_conn(conn)
  4393. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4394. conn.connect()
  4395. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4396. conn = self._new_conn()
  4397. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4398. raise NewConnectionError(
  4399. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a14c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4400.  
  4401. During handling of the above exception, another exception occurred:
  4402.  
  4403. Traceback (most recent call last):
  4404. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4405. resp = conn.urlopen(
  4406. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4407. retries = retries.increment(
  4408. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4409. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4410. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20say%20that%20again%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a14c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4411.  
  4412. During handling of the above exception, another exception occurred:
  4413.  
  4414. Traceback (most recent call last):
  4415. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4416. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4417. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4418. response = requests.get(mimic2_url)
  4419. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4420. return request('get', url, params=params, **kwargs)
  4421. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4422. return session.request(method=method, url=url, **kwargs)
  4423. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4424. resp = self.send(prep, **send_kwargs)
  4425. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4426. r = adapter.send(request, **kwargs)
  4427. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4428. raise ConnectionError(e, request=request)
  4429. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Can%20you%20say%20that%20again%3F&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a14c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4430. 2019-02-14 10:12:16.617 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm unable to reach the internet, please check your network connection." to cache
  4431. 2019-02-14 10:12:16.632 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I'm unable to reach the internet, please check your network connection."
  4432. Traceback (most recent call last):
  4433. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4434. conn = connection.create_connection(
  4435. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4436. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4437. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4438. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4439. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4440.  
  4441. During handling of the above exception, another exception occurred:
  4442.  
  4443. Traceback (most recent call last):
  4444. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4445. httplib_response = self._make_request(
  4446. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4447. self._validate_conn(conn)
  4448. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4449. conn.connect()
  4450. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4451. conn = self._new_conn()
  4452. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4453. raise NewConnectionError(
  4454. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1d00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4455.  
  4456. During handling of the above exception, another exception occurred:
  4457.  
  4458. Traceback (most recent call last):
  4459. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4460. resp = conn.urlopen(
  4461. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4462. retries = retries.increment(
  4463. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4464. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4465. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20unable%20to%20reach%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1d00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4466.  
  4467. During handling of the above exception, another exception occurred:
  4468.  
  4469. Traceback (most recent call last):
  4470. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4471. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4472. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4473. response = requests.get(mimic2_url)
  4474. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4475. return request('get', url, params=params, **kwargs)
  4476. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4477. return session.request(method=method, url=url, **kwargs)
  4478. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4479. resp = self.send(prep, **send_kwargs)
  4480. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4481. r = adapter.send(request, **kwargs)
  4482. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4483. raise ConnectionError(e, request=request)
  4484. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%27m%20unable%20to%20reach%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1d00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4485. 2019-02-14 10:12:16.636 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I need to restart after synchronizing my clock with the internet, be right back." to cache
  4486. 2019-02-14 10:12:16.648 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I need to restart after synchronizing my clock with the internet, be right back."
  4487. Traceback (most recent call last):
  4488. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4489. conn = connection.create_connection(
  4490. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4491. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4492. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4493. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4494. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4495.  
  4496. During handling of the above exception, another exception occurred:
  4497.  
  4498. Traceback (most recent call last):
  4499. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4500. httplib_response = self._make_request(
  4501. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4502. self._validate_conn(conn)
  4503. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4504. conn.connect()
  4505. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4506. conn = self._new_conn()
  4507. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4508. raise NewConnectionError(
  4509. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1d90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4510.  
  4511. During handling of the above exception, another exception occurred:
  4512.  
  4513. Traceback (most recent call last):
  4514. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4515. resp = conn.urlopen(
  4516. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4517. retries = retries.increment(
  4518. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4519. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4520. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20need%20to%20restart%20after%20synchronizing%20my%20clock%20with%20the%20internet%2C%20be%20right%20back.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1d90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4521.  
  4522. During handling of the above exception, another exception occurred:
  4523.  
  4524. Traceback (most recent call last):
  4525. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4526. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4527. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4528. response = requests.get(mimic2_url)
  4529. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4530. return request('get', url, params=params, **kwargs)
  4531. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4532. return session.request(method=method, url=url, **kwargs)
  4533. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4534. resp = self.send(prep, **send_kwargs)
  4535. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4536. r = adapter.send(request, **kwargs)
  4537. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4538. raise ConnectionError(e, request=request)
  4539. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20need%20to%20restart%20after%20synchronizing%20my%20clock%20with%20the%20internet%2C%20be%20right%20back.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1d90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4540. 2019-02-14 10:12:16.652 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Sorry, I didn't catch that" to cache
  4541. 2019-02-14 10:12:16.663 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Sorry, I didn't catch that"
  4542. Traceback (most recent call last):
  4543. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4544. conn = connection.create_connection(
  4545. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4546. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4547. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4548. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4549. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4550.  
  4551. During handling of the above exception, another exception occurred:
  4552.  
  4553. Traceback (most recent call last):
  4554. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4555. httplib_response = self._make_request(
  4556. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4557. self._validate_conn(conn)
  4558. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4559. conn.connect()
  4560. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4561. conn = self._new_conn()
  4562. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4563. raise NewConnectionError(
  4564. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4565.  
  4566. During handling of the above exception, another exception occurred:
  4567.  
  4568. Traceback (most recent call last):
  4569. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4570. resp = conn.urlopen(
  4571. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4572. retries = retries.increment(
  4573. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4574. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4575. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Sorry%2C%20I%20didn%27t%20catch%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4576.  
  4577. During handling of the above exception, another exception occurred:
  4578.  
  4579. Traceback (most recent call last):
  4580. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4581. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4582. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4583. response = requests.get(mimic2_url)
  4584. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4585. return request('get', url, params=params, **kwargs)
  4586. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4587. return session.request(method=method, url=url, **kwargs)
  4588. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4589. resp = self.send(prep, **send_kwargs)
  4590. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4591. r = adapter.send(request, **kwargs)
  4592. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4593. raise ConnectionError(e, request=request)
  4594. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Sorry%2C%20I%20didn%27t%20catch%20that&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4595. 2019-02-14 10:12:16.667 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I will now upload interaction data to Mycroft AI to allow me to get smarter." to cache
  4596. 2019-02-14 10:12:16.686 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I will now upload interaction data to Mycroft AI to allow me to get smarter."
  4597. Traceback (most recent call last):
  4598. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4599. conn = connection.create_connection(
  4600. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4601. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4602. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4603. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4604. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4605.  
  4606. During handling of the above exception, another exception occurred:
  4607.  
  4608. Traceback (most recent call last):
  4609. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4610. httplib_response = self._make_request(
  4611. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4612. self._validate_conn(conn)
  4613. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4614. conn.connect()
  4615. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4616. conn = self._new_conn()
  4617. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4618. raise NewConnectionError(
  4619. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4620.  
  4621. During handling of the above exception, another exception occurred:
  4622.  
  4623. Traceback (most recent call last):
  4624. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4625. resp = conn.urlopen(
  4626. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4627. retries = retries.increment(
  4628. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4629. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4630. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20will%20now%20upload%20interaction%20data%20to%20Mycroft%20AI%20to%20allow%20me%20to%20get%20smarter.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4631.  
  4632. During handling of the above exception, another exception occurred:
  4633.  
  4634. Traceback (most recent call last):
  4635. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4636. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4637. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4638. response = requests.get(mimic2_url)
  4639. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4640. return request('get', url, params=params, **kwargs)
  4641. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4642. return session.request(method=method, url=url, **kwargs)
  4643. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4644. resp = self.send(prep, **send_kwargs)
  4645. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4646. r = adapter.send(request, **kwargs)
  4647. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4648. raise ConnectionError(e, request=request)
  4649. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20will%20now%20upload%20interaction%20data%20to%20Mycroft%20AI%20to%20allow%20me%20to%20get%20smarter.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4650. 2019-02-14 10:12:16.696 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Interaction data will no longer be submitted to Mycroft AI." to cache
  4651. 2019-02-14 10:12:16.714 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Interaction data will no longer be submitted to Mycroft AI."
  4652. Traceback (most recent call last):
  4653. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4654. conn = connection.create_connection(
  4655. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4656. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4657. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4658. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4659. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4660.  
  4661. During handling of the above exception, another exception occurred:
  4662.  
  4663. Traceback (most recent call last):
  4664. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4665. httplib_response = self._make_request(
  4666. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4667. self._validate_conn(conn)
  4668. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4669. conn.connect()
  4670. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4671. conn = self._new_conn()
  4672. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4673. raise NewConnectionError(
  4674. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a14c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4675.  
  4676. During handling of the above exception, another exception occurred:
  4677.  
  4678. Traceback (most recent call last):
  4679. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4680. resp = conn.urlopen(
  4681. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4682. retries = retries.increment(
  4683. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4684. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4685. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Interaction%20data%20will%20no%20longer%20be%20submitted%20to%20Mycroft%20AI.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a14c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4686.  
  4687. During handling of the above exception, another exception occurred:
  4688.  
  4689. Traceback (most recent call last):
  4690. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4691. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4692. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4693. response = requests.get(mimic2_url)
  4694. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4695. return request('get', url, params=params, **kwargs)
  4696. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4697. return session.request(method=method, url=url, **kwargs)
  4698. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4699. resp = self.send(prep, **send_kwargs)
  4700. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4701. r = adapter.send(request, **kwargs)
  4702. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4703. raise ConnectionError(e, request=request)
  4704. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Interaction%20data%20will%20no%20longer%20be%20submitted%20to%20Mycroft%20AI.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a14c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4705. 2019-02-14 10:12:16.718 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding " I'm ready to help you." to cache
  4706. 2019-02-14 10:12:16.732 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence " I'm ready to help you."
  4707. Traceback (most recent call last):
  4708. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4709. conn = connection.create_connection(
  4710. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4711. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4712. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4713. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4714. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4715.  
  4716. During handling of the above exception, another exception occurred:
  4717.  
  4718. Traceback (most recent call last):
  4719. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4720. httplib_response = self._make_request(
  4721. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4722. self._validate_conn(conn)
  4723. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4724. conn.connect()
  4725. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4726. conn = self._new_conn()
  4727. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4728. raise NewConnectionError(
  4729. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4730.  
  4731. During handling of the above exception, another exception occurred:
  4732.  
  4733. Traceback (most recent call last):
  4734. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4735. resp = conn.urlopen(
  4736. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4737. retries = retries.increment(
  4738. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4739. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4740. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20I%27m%20ready%20to%20help%20you.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4741.  
  4742. During handling of the above exception, another exception occurred:
  4743.  
  4744. Traceback (most recent call last):
  4745. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4746. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4747. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4748. response = requests.get(mimic2_url)
  4749. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4750. return request('get', url, params=params, **kwargs)
  4751. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4752. return session.request(method=method, url=url, **kwargs)
  4753. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4754. resp = self.send(prep, **send_kwargs)
  4755. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4756. r = adapter.send(request, **kwargs)
  4757. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4758. raise ConnectionError(e, request=request)
  4759. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=%20I%27m%20ready%20to%20help%20you.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4760. 2019-02-14 10:12:16.735 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH login has been disabled" to cache
  4761. 2019-02-14 10:12:16.751 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "SSH login has been disabled"
  4762. Traceback (most recent call last):
  4763. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4764. conn = connection.create_connection(
  4765. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4766. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4767. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4768. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4769. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4770.  
  4771. During handling of the above exception, another exception occurred:
  4772.  
  4773. Traceback (most recent call last):
  4774. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4775. httplib_response = self._make_request(
  4776. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4777. self._validate_conn(conn)
  4778. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4779. conn.connect()
  4780. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4781. conn = self._new_conn()
  4782. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4783. raise NewConnectionError(
  4784. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4785.  
  4786. During handling of the above exception, another exception occurred:
  4787.  
  4788. Traceback (most recent call last):
  4789. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4790. resp = conn.urlopen(
  4791. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4792. retries = retries.increment(
  4793. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4794. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4795. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20login%20has%20been%20disabled&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4796.  
  4797. During handling of the above exception, another exception occurred:
  4798.  
  4799. Traceback (most recent call last):
  4800. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4801. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4802. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4803. response = requests.get(mimic2_url)
  4804. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4805. return request('get', url, params=params, **kwargs)
  4806. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4807. return session.request(method=method, url=url, **kwargs)
  4808. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4809. resp = self.send(prep, **send_kwargs)
  4810. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4811. r = adapter.send(request, **kwargs)
  4812. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4813. raise ConnectionError(e, request=request)
  4814. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=SSH%20login%20has%20been%20disabled&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4815. 2019-02-14 10:12:16.757 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I don't seem to be connected to the internet, please check your network connection." to cache
  4816. 2019-02-14 10:12:16.768 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "I don't seem to be connected to the internet, please check your network connection."
  4817. Traceback (most recent call last):
  4818. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4819. conn = connection.create_connection(
  4820. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4821. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4822. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4823. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4824. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4825.  
  4826. During handling of the above exception, another exception occurred:
  4827.  
  4828. Traceback (most recent call last):
  4829. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4830. httplib_response = self._make_request(
  4831. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4832. self._validate_conn(conn)
  4833. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4834. conn.connect()
  4835. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4836. conn = self._new_conn()
  4837. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4838. raise NewConnectionError(
  4839. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4840.  
  4841. During handling of the above exception, another exception occurred:
  4842.  
  4843. Traceback (most recent call last):
  4844. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4845. resp = conn.urlopen(
  4846. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4847. retries = retries.increment(
  4848. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4849. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4850. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20don%27t%20seem%20to%20be%20connected%20to%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4851.  
  4852. During handling of the above exception, another exception occurred:
  4853.  
  4854. Traceback (most recent call last):
  4855. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4856. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4857. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4858. response = requests.get(mimic2_url)
  4859. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4860. return request('get', url, params=params, **kwargs)
  4861. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4862. return session.request(method=method, url=url, **kwargs)
  4863. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4864. resp = self.send(prep, **send_kwargs)
  4865. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4866. r = adapter.send(request, **kwargs)
  4867. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4868. raise ConnectionError(e, request=request)
  4869. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=I%20don%27t%20seem%20to%20be%20connected%20to%20the%20internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1820>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4870. 2019-02-14 10:12:16.772 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Checking for updates" to cache
  4871. 2019-02-14 10:12:16.784 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "Checking for updates"
  4872. Traceback (most recent call last):
  4873. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4874. conn = connection.create_connection(
  4875. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4876. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4877. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4878. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4879. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4880.  
  4881. During handling of the above exception, another exception occurred:
  4882.  
  4883. Traceback (most recent call last):
  4884. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4885. httplib_response = self._make_request(
  4886. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4887. self._validate_conn(conn)
  4888. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4889. conn.connect()
  4890. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4891. conn = self._new_conn()
  4892. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4893. raise NewConnectionError(
  4894. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1910>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4895.  
  4896. During handling of the above exception, another exception occurred:
  4897.  
  4898. Traceback (most recent call last):
  4899. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4900. resp = conn.urlopen(
  4901. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4902. retries = retries.increment(
  4903. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4904. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4905. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Checking%20for%20updates&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1910>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4906.  
  4907. During handling of the above exception, another exception occurred:
  4908.  
  4909. Traceback (most recent call last):
  4910. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4911. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4912. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4913. response = requests.get(mimic2_url)
  4914. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4915. return request('get', url, params=params, **kwargs)
  4916. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4917. return session.request(method=method, url=url, **kwargs)
  4918. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4919. resp = self.send(prep, **send_kwargs)
  4920. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4921. r = adapter.send(request, **kwargs)
  4922. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4923. raise ConnectionError(e, request=request)
  4924. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=Checking%20for%20updates&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1910>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4925. 2019-02-14 10:12:16.787 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "It seems I'm not connected to the Internet, please check your network connection." to cache
  4926. 2019-02-14 10:12:16.797 | ERROR | 253 | mycroft.tts.cache:_load_sentence:281 | Failed to get audio for sentence "It seems I'm not connected to the Internet, please check your network connection."
  4927. Traceback (most recent call last):
  4928. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
  4929. conn = connection.create_connection(
  4930. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 73, in create_connection
  4931. for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  4932. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  4933. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  4934. socket.gaierror: [Errno -3] Temporary failure in name resolution
  4935.  
  4936. During handling of the above exception, another exception occurred:
  4937.  
  4938. Traceback (most recent call last):
  4939. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  4940. httplib_response = self._make_request(
  4941. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  4942. self._validate_conn(conn)
  4943. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  4944. conn.connect()
  4945. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 358, in connect
  4946. conn = self._new_conn()
  4947. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
  4948. raise NewConnectionError(
  4949. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fac2a1d90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  4950.  
  4951. During handling of the above exception, another exception occurred:
  4952.  
  4953. Traceback (most recent call last):
  4954. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  4955. resp = conn.urlopen(
  4956. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  4957. retries = retries.increment(
  4958. File "/opt/mycroft/.venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  4959. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  4960. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=It%20seems%20I%27m%20not%20connected%20to%20the%20Internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1d90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4961.  
  4962. During handling of the above exception, another exception occurred:
  4963.  
  4964. Traceback (most recent call last):
  4965. File "/opt/mycroft/mycroft/tts/cache.py", line 278, in _load_sentence
  4966. audio, phonemes = _get_mimic2_audio(sentence, mimic2_url)
  4967. File "/opt/mycroft/mycroft/tts/cache.py", line 54, in _get_mimic2_audio
  4968. response = requests.get(mimic2_url)
  4969. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 76, in get
  4970. return request('get', url, params=params, **kwargs)
  4971. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/api.py", line 61, in request
  4972. return session.request(method=method, url=url, **kwargs)
  4973. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  4974. resp = self.send(prep, **send_kwargs)
  4975. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  4976. r = adapter.send(request, **kwargs)
  4977. File "/opt/mycroft/.venv/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
  4978. raise ConnectionError(e, request=request)
  4979. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mimic-api.mycroft.ai', port=443): Max retries exceeded with url: /synthesize?text=It%20seems%20I%27m%20not%20connected%20to%20the%20Internet%2C%20please%20check%20your%20network%20connection.&visimes=True (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fac2a1d90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  4980. 2019-02-14 10:12:16.800 | INFO | 253 | mycroft.tts.cache:load_persistent_cache:196 | Persistent TTS cache files added successfully.
  4981. 2019-02-14 10:12:16.817 | INFO | 253 | mycroft.audio.audioservice:get_services:63 | Loading services from /opt/mycroft/mycroft/audio/services/
  4982. 2019-02-14 10:12:16.852 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  4983. 2019-02-14 10:12:23.054 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  4984. 2019-02-14 10:12:23.092 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  4985. 2019-02-14 10:12:23.246 | ERROR | 253 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  4986. 2019-02-14 10:12:23.253 | ERROR | 253 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  4987. ModuleNotFoundError("No module named 'py_mplayer'")
  4988. 2019-02-14 10:12:23.262 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  4989. 2019-02-14 10:12:23.315 | INFO | 253 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  4990. 2019-02-14 10:12:25.315 | INFO | 253 | mycroft.audio.audioservice:load_plugins:166 | Loading audio service plugin: guiplayer
  4991. 2019-02-14 10:12:25.318 | INFO | 253 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  4992. 2019-02-14 10:12:25.320 | INFO | 253 | mycroft.audio.audioservice:load_services:239 | Found local
  4993. 2019-02-14 10:12:25.431 | INFO | 253 | __main__:on_ready:33 | Audio service is ready.
  4994. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/651b872563f6ab1dde7076cc79e140c6.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  4995. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/b50af9227b31b3e63fb6dc8caabca31a.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  4996. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/889c07fd6c388d7090b3e6b0d41f9351.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  4997. [0000007f68001690] http stream error: local stream 1 error: Cancellation (0x8)
  4998. ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
  4999. aplay: main:852: audio open error: Device or resource busy
  5000. 2022-02-16 22:40:44.668 | INFO | 253 | audioservice_vlc:stop:79 | VLCService Stop
  5001. 2022-02-16 22:40:44.688 | INFO | 253 | mycroft.audio.audioservice:_stop:354 | END Stop
  5002. 2022-02-16 22:40:53.447 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 651b872563f6ab1dde7076cc79e140c6.wav in TTS cache
  5003. 2022-02-16 22:40:53.468 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found b50af9227b31b3e63fb6dc8caabca31a.wav in TTS cache
  5004. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/651b872563f6ab1dde7076cc79e140c6.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5005. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/b50af9227b31b3e63fb6dc8caabca31a.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5006. 2022-02-16 22:50:18.215 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 651b872563f6ab1dde7076cc79e140c6.wav in TTS cache
  5007. 2022-02-16 22:50:18.238 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found b50af9227b31b3e63fb6dc8caabca31a.wav in TTS cache
  5008. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/651b872563f6ab1dde7076cc79e140c6.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5009. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/b50af9227b31b3e63fb6dc8caabca31a.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5010. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/35191a4648198c885bbfe77bf9de01bf.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5011. 2022-02-16 22:50:33.903 | ERROR | 253 | mycroft.audio.speech:mute_and_speak:131 | Backend returned HTTP status 500
  5012. 2022-02-16 22:50:33.944 | WARNING | 253 | mycroft.tts.tts:clear_cache:445 | This method is deprecated, use TextToSpeechCache.clear
  5013. Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved
  5014. mimic developers, Copyright (c) 2016, all rights reserved
  5015. version: mimic-1.1.0.9000 ()
  5016. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/62cf73d4830c58ddbeaf3e2878be88a7.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  5017. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/a54212044e01a45f789c0717ce14cb64.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5018. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/c616865c7423d5897cf851d228ab5ece.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5019. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/bbf264632660ed2dd435cb026fb6be4c.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5020. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/35191a4648198c885bbfe77bf9de01bf.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5021. 2022-02-16 22:56:05.878 | ERROR | 253 | mycroft.audio.speech:mute_and_speak:131 | Backend returned HTTP status 500
  5022. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/44125f3a0c6453d6349979bb447fea84.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  5023. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/767bfa0f5b6d3bb522080957c47383a5.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5024. 2022-02-16 22:58:25.062 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 35191a4648198c885bbfe77bf9de01bf.wav in TTS cache
  5025. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/35191a4648198c885bbfe77bf9de01bf.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5026. 2022-02-16 22:58:28.012 | ERROR | 253 | mycroft.audio.speech:mute_and_speak:131 | Backend returned HTTP status 500
  5027. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/2a885ce66c2116ccdd88c50651d2ab6f.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  5028. 2022-02-16 22:58:49.985 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found c616865c7423d5897cf851d228ab5ece.wav in TTS cache
  5029. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/c616865c7423d5897cf851d228ab5ece.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5030. 2022-02-16 22:58:53.127 | ERROR | 253 | mycroft.audio.speech:mute_and_speak:131 | Backend returned HTTP status 500
  5031. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/8aee2d81ce703e32d601f69ef4be919b.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  5032. 2022-02-16 23:02:32.004 | ERROR | 253 | mycroft.audio.speech:mute_and_speak:131 | Backend returned HTTP status 500
  5033. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/26d98a5027cce0939eb7badf25b3b439.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  5034. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/15c964fc8b0288b27c5ae609ee637970.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5035. 2022-02-16 23:02:42.434 | ERROR | 253 | mycroft.audio.speech:mute_and_speak:131 | Backend returned HTTP status 500
  5036. 2022-02-16 23:02:42.440 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 2a885ce66c2116ccdd88c50651d2ab6f.wav in TTS cache
  5037. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/2a885ce66c2116ccdd88c50651d2ab6f.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  5038. 2022-02-16 23:03:35.730 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found c616865c7423d5897cf851d228ab5ece.wav in TTS cache
  5039. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/c616865c7423d5897cf851d228ab5ece.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5040. 2022-02-16 23:03:38.531 | ERROR | 253 | mycroft.audio.speech:mute_and_speak:131 | Backend returned HTTP status 500
  5041. 2022-02-16 23:03:38.538 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 2a885ce66c2116ccdd88c50651d2ab6f.wav in TTS cache
  5042. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/2a885ce66c2116ccdd88c50651d2ab6f.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  5043. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/73870a5356c63b1314d48da71e341e00.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5044. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/651b872563f6ab1dde7076cc79e140c6.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5045. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/b50af9227b31b3e63fb6dc8caabca31a.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5046. 2022-02-16 23:08:48.921 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found 35191a4648198c885bbfe77bf9de01bf.wav in TTS cache
  5047. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/35191a4648198c885bbfe77bf9de01bf.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5048. 2022-02-16 23:08:51.291 | INFO | 253 | mycroft.tts.tts:_get_sentence_from_cache:424 | Found bbf264632660ed2dd435cb026fb6be4c.wav in TTS cache
  5049. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/bbf264632660ed2dd435cb026fb6be4c.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5050. 2022-02-16 23:10:01.433 | INFO | 253 | mycroft.tts.cache:load_persistent_cache:189 | Adding dialog resources to persistent TTS cache...
  5051. 2022-02-16 23:10:01.448 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I can't reach the internet right now, please check your network connection." to cache
  5052. 2022-02-16 23:10:02.440 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm afraid I couldn't understand that" to cache
  5053. 2022-02-16 23:10:03.354 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm having trouble reaching the internet right now, please check your network connection." to cache
  5054. 2022-02-16 23:10:04.555 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Just a moment while I update myself" to cache
  5055. 2022-02-16 23:10:05.378 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH logins are now allowed" to cache
  5056. 2022-02-16 23:10:06.202 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "an error occurred while updating skills" to cache
  5057. 2022-02-16 23:10:07.131 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding " Currently this includes recordings of wake-word activations." to cache
  5058. 2022-02-16 23:10:08.045 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Please wait few minutes before trying to speak to me." to cache
  5059. 2022-02-16 23:10:08.912 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "REBOOTING..." to cache
  5060. 2022-02-16 23:10:09.753 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you please repeat that?" to cache
  5061. 2022-02-16 23:10:10.483 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm up to date now" to cache
  5062. 2022-02-16 23:10:11.184 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Can you say that again?" to cache
  5063. 2022-02-16 23:10:11.889 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I'm unable to reach the internet, please check your network connection." to cache
  5064. 2022-02-16 23:10:12.933 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I need to restart after synchronizing my clock with the internet, be right back." to cache
  5065. 2022-02-16 23:10:14.026 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Sorry, I didn't catch that" to cache
  5066. 2022-02-16 23:10:14.917 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I will now upload interaction data to Mycroft AI to allow me to get smarter." to cache
  5067. 2022-02-16 23:10:15.977 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Interaction data will no longer be submitted to Mycroft AI." to cache
  5068. 2022-02-16 23:10:16.959 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding " I'm ready to help you." to cache
  5069. 2022-02-16 23:10:17.676 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "SSH login has been disabled" to cache
  5070. 2022-02-16 23:10:18.574 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "I don't seem to be connected to the internet, please check your network connection." to cache
  5071. 2022-02-16 23:10:19.513 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "Checking for updates" to cache
  5072. 2022-02-16 23:10:20.228 | INFO | 253 | mycroft.tts.cache:_load_sentence:275 | Adding "It seems I'm not connected to the Internet, please check your network connection." to cache
  5073. 2022-02-16 23:10:21.303 | INFO | 253 | mycroft.tts.cache:load_persistent_cache:196 | Persistent TTS cache files added successfully.
  5074. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/ab07553c28e3fef1f212d1d9a8ed8290.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5075. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/891bb4262b0574e554252e86bdd65b35.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5076. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/197732d26b4c5d05cde8d7d37aafee22.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5077. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/bcd97bfd3cf80010a6ed84c66a35d796.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5078. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/651b872563f6ab1dde7076cc79e140c6.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5079. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/b50af9227b31b3e63fb6dc8caabca31a.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5080. ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
  5081. aplay: main:852: audio open error: Device or resource busy
  5082. 2019-02-14 10:12:16.189 | INFO | 264 | __main__:main:46 | Starting Audio Service
  5083. 2019-02-14 10:12:16.236 | WARNING | 264 | mycroft.api:check_remote_pairing:546 | Could not get device info: ConnectionError(MaxRetryError("HTTPSConnectionPool(host='api.mycroft.ai', port=443): Max retries exceeded with url: /v1/device/db4e4464-d909-4ee0-ba98-27adb88d42b7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fa8dc7550>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))"))
  5084. 2019-02-14 10:12:16.244 | INFO | 264 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  5085. 2019-02-14 10:12:16.254 | INFO | 264 | mycroft_bus_client.client.client | Connected
  5086. 2019-02-14 10:12:16.270 | INFO | 264 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  5087. 2019-02-14 10:12:16.335 | INFO | 264 | mycroft.tts.cache:load_persistent_cache:189 | Adding dialog resources to persistent TTS cache...
  5088. 2019-02-14 10:12:16.363 | INFO | 264 | mycroft.tts.cache:load_persistent_cache:196 | Persistent TTS cache files added successfully.
  5089. 2019-02-14 10:12:16.369 | INFO | 264 | mycroft.audio.audioservice:get_services:63 | Loading services from /opt/mycroft/mycroft/audio/services/
  5090. 2019-02-14 10:12:16.414 | INFO | 264 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  5091. 2019-02-14 10:12:22.454 | INFO | 264 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  5092. 2019-02-14 10:12:22.506 | INFO | 264 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  5093. 2019-02-14 10:12:22.571 | ERROR | 264 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  5094. 2019-02-14 10:12:22.574 | ERROR | 264 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  5095. ModuleNotFoundError("No module named 'py_mplayer'")
  5096. 2019-02-14 10:12:22.579 | INFO | 264 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  5097. 2019-02-14 10:12:22.604 | INFO | 264 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  5098. 2019-02-14 10:12:23.459 | INFO | 264 | mycroft.audio.audioservice:load_plugins:166 | Loading audio service plugin: guiplayer
  5099. 2019-02-14 10:12:23.465 | INFO | 264 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  5100. 2019-02-14 10:12:23.466 | INFO | 264 | mycroft.audio.audioservice:load_services:239 | Found local
  5101. 2019-02-14 10:12:23.581 | INFO | 264 | __main__:on_ready:33 | Audio service is ready.
  5102. 2022-02-17 07:27:42.771 | WARNING | 264 | mycroft_bus_client.client.client | Could not send message because connection has closed
  5103. 2022-02-17 07:27:42.772 | ERROR | 264 | mycroft_bus_client.client.client | Exception closing websocket: WebSocketConnectionClosedException('Connection to remote host was lost.')
  5104. 2022-02-17 07:27:42.773 | WARNING | 264 | mycroft_bus_client.client.client | Message Bus Client will reconnect in 5.0 seconds.
  5105. 2022-02-17 07:27:45.677 | INFO | 264 | __main__:on_stopping:41 | Audio service is shutting down...
  5106. 2022-02-17 07:27:46.292 | INFO | 264 | mycroft.audio.audioservice:shutdown:531 | shutting down local
  5107. 2022-02-17 07:27:46.314 | INFO | 264 | audioservice_simple:stop:167 | SimpleAudioServiceStop
  5108. 2022-02-17 07:27:46.316 | INFO | 264 | mycroft.audio.audioservice:shutdown:531 | shutting down vlc
  5109. 2022-02-17 07:27:46.318 | INFO | 264 | audioservice_vlc:stop:79 | VLCService Stop
  5110. /opt/mycroft/.venv/lib/python3.8/site-packages/zeroconf/_services/browser.py:169: FutureWarning: <pychromecast.discovery.CastListener object at 0x7fa841b760> has no update_service method. Provide one (it can be empty if you don't care about the updates), it'll become mandatory.
  5111. warnings.warn(
  5112. 2022-02-17 07:27:49.918 | INFO | 9286 | __main__:main:46 | Starting Audio Service
  5113. 2022-02-17 07:27:51.501 | INFO | 9286 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  5114. 2022-02-17 07:27:51.511 | INFO | 9286 | mycroft_bus_client.client.client | Connected
  5115. 2022-02-17 07:27:51.514 | INFO | 9286 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  5116. 2022-02-17 07:27:51.536 | INFO | 9286 | mycroft.tts.cache:load_persistent_cache:189 | Adding dialog resources to persistent TTS cache...
  5117. 2022-02-17 07:27:51.560 | INFO | 9286 | mycroft.tts.cache:load_persistent_cache:196 | Persistent TTS cache files added successfully.
  5118. 2022-02-17 07:27:51.570 | INFO | 9286 | mycroft.audio.audioservice:get_services:63 | Loading services from /opt/mycroft/mycroft/audio/services/
  5119. 2022-02-17 07:27:51.579 | INFO | 9286 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  5120. 2022-02-17 07:27:56.945 | INFO | 9286 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  5121. 2022-02-17 07:27:56.957 | INFO | 9286 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  5122. 2022-02-17 07:27:57.003 | ERROR | 9286 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  5123. 2022-02-17 07:27:57.005 | ERROR | 9286 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  5124. ModuleNotFoundError("No module named 'py_mplayer'")
  5125. 2022-02-17 07:27:57.006 | INFO | 9286 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  5126. 2022-02-17 07:27:57.022 | INFO | 9286 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  5127. 2022-02-17 07:27:57.457 | INFO | 9286 | mycroft.audio.audioservice:load_plugins:166 | Loading audio service plugin: guiplayer
  5128. 2022-02-17 07:27:57.460 | INFO | 9286 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  5129. 2022-02-17 07:27:57.462 | INFO | 9286 | mycroft.audio.audioservice:load_services:239 | Found local
  5130. 2022-02-17 07:27:57.567 | INFO | 9286 | __main__:on_ready:33 | Audio service is ready.
  5131. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/176af5f6f103ea139892bbcfc5f69e77.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5132. 2022-02-17 07:29:59.858 | ERROR | 9286 | mycroft.audio.speech:mute_and_speak:131 | Backend returned HTTP status 500
  5133. 2022-02-17 07:29:59.887 | WARNING | 9286 | mycroft.tts.tts:clear_cache:445 | This method is deprecated, use TextToSpeechCache.clear
  5134. Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved
  5135. mimic developers, Copyright (c) 2016, all rights reserved
  5136. version: mimic-1.1.0.9000 ()
  5137. Playing WAVE '/tmp/mycroft/cache/tts/Mimic/63180eaba24f4ca64b19d2daac9f5788.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
  5138. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/6bde65894a52e17bdf948521297b9cb1.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5139. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/a658a2de466775610c6100b9ec822775.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5140. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/d91f00e8e6eb91ba23f416dc0d66a144.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  5141. 2019-02-14 10:12:15.875 | INFO | 261 | __main__:main:46 | Starting Audio Service
  5142. 2019-02-14 10:12:15.926 | WARNING | 261 | mycroft.api:check_remote_pairing:546 | Could not get device info: ConnectionError(MaxRetryError("HTTPSConnectionPool(host='api.mycroft.ai', port=443): Max retries exceeded with url: /v1/device/db4e4464-d909-4ee0-ba98-27adb88d42b7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8f797a00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))"))
  5143. 2019-02-14 10:12:15.935 | INFO | 261 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  5144. 2019-02-14 10:12:15.946 | INFO | 261 | mycroft_bus_client.client.client | Connected
  5145. 2019-02-14 10:12:15.950 | INFO | 261 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  5146. 2019-02-14 10:12:15.980 | INFO | 261 | mycroft.tts.cache:load_persistent_cache:189 | Adding dialog resources to persistent TTS cache...
  5147. 2019-02-14 10:12:16.013 | INFO | 261 | mycroft.tts.cache:load_persistent_cache:196 | Persistent TTS cache files added successfully.
  5148. 2019-02-14 10:12:16.024 | INFO | 261 | mycroft.audio.audioservice:get_services:63 | Loading services from /opt/mycroft/mycroft/audio/services/
  5149. 2019-02-14 10:12:16.046 | INFO | 261 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  5150. 2019-02-14 10:12:21.854 | INFO | 261 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  5151. 2019-02-14 10:12:21.871 | INFO | 261 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  5152. 2019-02-14 10:12:21.940 | ERROR | 261 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  5153. 2019-02-14 10:12:21.943 | ERROR | 261 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  5154. ModuleNotFoundError("No module named 'py_mplayer'")
  5155. 2019-02-14 10:12:21.949 | INFO | 261 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  5156. 2019-02-14 10:12:21.970 | INFO | 261 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  5157. 2019-02-14 10:12:24.116 | INFO | 261 | mycroft.audio.audioservice:load_plugins:166 | Loading audio service plugin: guiplayer
  5158. 2019-02-14 10:12:24.132 | INFO | 261 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  5159. 2019-02-14 10:12:24.136 | INFO | 261 | mycroft.audio.audioservice:load_services:239 | Found local
  5160. 2019-02-14 10:12:24.273 | INFO | 261 | __main__:on_ready:33 | Audio service is ready.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement