Here I have shortened the various debuing warnings/errors launching debug warnings
WARNING: You are using pip version 20.0.2; however, version 21.3.1 is available.
You should consider upgrading via the '/home/sean/mycroft-core/.venv/bin/python -m pip install --upgrade pip' command.
Building with 3 cores.
Skipping mimic build.
dev_setup.sh: line 628: .installed: Permission denied
Starting all mycroft-core services
Initializing...
Starting background service bus
CAUTION: The Mycroft bus is an open websocket with no built-in security
measures. You are responsible for protecting the local port
8181 with a firewall as appropriate.
Starting background service voice
Starting background service enclosure
Starting cli
2021-11-29 13:46:28.498 | WARNING | 146354 | mycroft.configuration.config:_log_old_location_deprecation:175 |
===============================================
== DEPRECATION WARNING ==
===============================================
You still have a config file at /home/sean/.mycroft/mycroft.conf
Note that this location is deprecated and will not be used in the future
Please move it to /home/sean/.config/mycroft
2021-11-29 13:46:28.676 | INFO | 146354 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
2021-11-29 13:46:28.678 | WARNING | 146354 | mycroft.client.text.text_client:load_settings:180 | ===============================================
2021-11-29 13:46:28.679 | WARNING | 146354 | mycroft.client.text.text_client:load_settings:181 | == DEPRECATION WARNING ==
2021-11-29 13:46:28.679 | WARNING | 146354 | mycroft.client.text.text_client:load_settings:182 | ===============================================
2021-11-29 13:46:28.680 | WARNING | 146354 | mycroft.client.text.text_client:load_settings:183 | You still have a config file at /home/sean/.mycroft_cli.conf
2021-11-29 13:46:28.681 | WARNING | 146354 | mycroft.client.text.text_client:load_settings:185 | Note that this location is deprecated and will not be used in the future
2021-11-29 13:46:28.681 | WARNING | 146354 | mycroft.client.text.text_client:load_settings:187 | Please move it to /home/sean/.config/mycroft/mycroft_cli.conf
**In debug cli**
Traceback (most recent call last):
File "/home/sean/mycroft-core/mycroft/skills/skill_loader.py", line 292, in _create_skill_instance
self.instance = skill_module.create_skill()
File "/opt/mycroft/skills/mycroft-stock.mycroftai/__init__.py", line 131, in create_skill
return StockSkill()
File "/opt/mycroft/skills/mycroft-stock.mycroftai/__init__.py", line 91, in __init__
raise Exception('Skill has been intentionally disabled by Mycroft')
Exception: Skill has been intentionally disabled by Mycroft
13:40:18.853 | ERROR | 144991 | mycroft.skills.skill_loader:_communicate_load_status:351 | Skill mycroft-stock.mycroftai failed to load
13:40:24.836 | ERROR | 144991 | mycroft.skills.skill_updater:post_manifest:207 | Could not upload skill manifest
Traceback (most recent call last):
File "/home/sean/mycroft-core/mycroft/skills/skill_updater.py", line 205, in post_manifest
device_api.upload_skills_data(self.msm.device_skill_state)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 413, in upload_skills_data
self.request({
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 64, in request
return self.send(params)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 147, in send
return self.get_response(response, no_refresh)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 170, in get_response
raise HTTPError(data, response=response)
requests.exceptions.HTTPError: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>
13:40:25.009 | ERROR | 144991 | mycroft.skills.settings:_issue_api_call:306 | Failed to upload skill settings meta for mycroft-pairing|21.02
Traceback (most recent call last):
File "/home/sean/mycroft-core/mycroft/skills/settings.py", line 304, in _issue_api_call
self.api.upload_skill_metadata(self.settings_meta)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 371, in upload_skill_metadata
return self.request({
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 64, in request
return self.send(params)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 147, in send
return self.get_response(response, no_refresh)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 170, in get_response
raise HTTPError(data, response=response)
requests.exceptions.HTTPError: {'skill_gid': ['Received skill setting definition before manifest for skill mycroft-pairing|21.02']}
13:40:25.189 | ERROR | 144991 | mycroft.skills.settings:_issue_api_call:306 | Failed to upload skill settings meta for mycroft-volume|21.02
Traceback (most recent call last):
File "/home/sean/mycroft-core/mycroft/skills/settings.py", line 304, in _issue_api_call
self.api.upload_skill_metadata(self.settings_meta)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 371, in upload_skill_metadata
return self.request({
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 64, in request
return self.send(params)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 147, in send
return self.get_response(response, no_refresh)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 170, in get_response
raise HTTPError(data, response=response)
requests.exceptions.HTTPError: {'skill_gid': ['Received skill setting definition before manifest for skill mycroft-volume|21.02']}
13:40:25.331 | INFO | 144991 | QuestionsAnswersSkill | Timeout occured check responses
13:40:25.362 | ERROR | 144991 | mycroft.skills.settings:_issue_api_call:306 | Failed to upload skill settings meta for mycroft-reminder|21.02
Traceback (most recent call last):
File "/home/sean/mycroft-core/mycroft/skills/settings.py", line 304, in _issue_api_call
self.api.upload_skill_metadata(self.settings_meta)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 371, in upload_skill_metadata
return self.request({
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 64, in request
return self.send(params)
File "/home/sean/mycroft-core/mycroft/api/__init__.py", line 147, in send
```
```