Thatâs what I needed. - /var/log/mycroft etc. The debug screen was very difficult to copy anything.
3:47:36.341 - mycroft.skills.core:load_skill:121 - INFO - ATTEMPTING TO LOAD SKILL: homeassistant.mycroftai with ID
homeassistant.mycroftai
13:47:36.454 - mycroft.skills.core:remove_fallback:1792 - WARNING - Could not remove fallback!
13:47:36.460 - mycroft.skills.core:load_skill:168 - ERROR - Failed to load skill: homeassistant.mycroftai
Traceback (most recent call last):
 File â/home/rdyck/mycroft-core/.venv/lib64/python3.7/site-packages/urllib3/connection.pyâ, line 159, in _new_conn
   (self._dns_host, self.port), self.timeout, **extra_kw)
 File â/home/rdyck/mycroft-core/.venv/lib64/python3.7/site-packages/urllib3/util/connection.pyâ, line 80, in create
_connection
   raise err
 File â/home/rdyck/mycroft-core/.venv/lib64/python3.7/site-packages/urllib3/util/connection.pyâ, line 70, in create
_connection
   sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
Followed by â
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
 File â/home/rdyck/mycroft-core/.venv/lib64/python3.7/site-packages/urllib3/connectionpool.pyâ, line 600, in urlope
n
   chunked=chunked)
 File â/home/rdyck/mycroft-core/.venv/lib64/python3.7/site-packages/urllib3/connectionpool.pyâ, line 354, in make
request
   conn.request(method, url, **httplib_request_kw)
 File â/usr/lib64/python3.7/http/client.pyâ, line 1244, in request
   self._send_request(method, url, body, headers, encode_chunked)
 File â/usr/lib64/python3.7/http/client.pyâ, line 1290, in _send_request
   self.endheaders(body, encode_chunked=encode_chunked)
 File â/usr/lib64/python3.7/http/client.pyâ, line 1239, in endheaders
   self._send_output(message_body, encode_chunked=encode_chunked)
 File â/usr/lib64/python3.7/http/client.pyâ, line 1026, in _send_output
   self.send(msg)
 File â/usr/lib64/python3.7/http/client.pyâ, line 966, in send
   self.connect()
 File â/home/rdyck/mycroft-core/.venv/lib64/python3.7/site-packages/urllib3/connection.pyâ, line 181, in connect
   conn = self._new_conn()
 File â/home/rdyck/mycroft-core/.venv/lib64/python3.7/site-packages/urllib3/connection.pyâ, line 168, in _new_conn
   self, âFailed to establish a new connection: %sâ % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fcf9c0397b8>: Failed to estab
lish a new connection: [Errno 111] Connection refused