MycroftAI/mycroft-core

Mycroft does not lunch after completing all the installation instructions

guyluz11 opened this issue · 2 comments

Describe the bug
Mycroft does not lunch after completing all the installation instructions.
No error is shown in the console

To Reproduce

  1. Follow the instructions from https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/get-mycroft/linux#installing-via-git-clone

Expected behavior
Mycroft UI will pop up.

Log files
/var/log/mycroft/audio.log:
Commit was too long to post so I have removed this part

/var/log/mycroft/bus.log:


2022-06-21 09:12:46.542 | INFO     | 20461 | __main__:main:50 | Starting message bus service...
2022-06-21 09:12:46.543 | INFO     | 20461 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
2022-06-21 09:12:46.556 | INFO     | 20461 | __main__:on_ready:37 | Message bus service started!
2022-06-21 09:12:46.612 | INFO     | 20461 | tornado.access | 101 GET /core (127.0.0.1) 0.34ms
2022-06-21 09:12:46.613 | INFO     | 20461 | tornado.access | 101 GET /core (127.0.0.1) 0.18ms
2022-06-21 09:12:46.912 | INFO     | 20461 | tornado.access | 101 GET /core (127.0.0.1) 0.42ms
2022-06-21 09:12:51.549 | INFO     | 20461 | tornado.access | 101 GET /core (127.0.0.1) 0.46ms
2022-06-21 09:12:51.550 | INFO     | 20461 | tornado.access | 101 GET /core (127.0.0.1) 0.33ms
2022-06-21 09:20:27.997 | INFO     | 20461 | __main__:on_stopping:45 | Message bus is shutting down...
2022-06-22 15:59:12.223 | INFO     |  9373 | __main__:main:50 | Starting message bus service...
2022-06-22 15:59:12.224 | INFO     |  9373 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
2022-06-22 15:59:12.229 | INFO     |  9373 | __main__:on_ready:37 | Message bus service started!
2022-06-22 15:59:12.231 | INFO     |  9373 | tornado.access | 101 GET /core (127.0.0.1) 0.37ms
2022-06-22 15:59:12.313 | INFO     |  9373 | tornado.access | 101 GET /core (127.0.0.1) 0.44ms
2022-06-22 15:59:12.322 | INFO     |  9373 | tornado.access | 101 GET /core (127.0.0.1) 0.22ms
2022-06-22 15:59:12.530 | INFO     |  9373 | tornado.access | 101 GET /core (127.0.0.1) 0.43ms
2022-06-22 15:59:17.233 | INFO     |  9373 | tornado.access | 101 GET /core (127.0.0.1) 0.37ms

/var/log/mycroft/enclosure.log:
Commit was too long to post so I have removed this part

Environment (please complete the following information):

  • Device type: desktop
  • OS: Kubuntu
  • Mycroft-core version: Not sure
  • Other versions: Not sure

Additional context

I am getting the following output in the console:

:~$ mycroft-start all
Already up to date.
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 skills
Starting background service audio
Starting background service voice
Starting background service enclosure
:~$ 

And then the command end and no Mycroft window is shown.

Hey there, it looks like all the services are running. You can run mycroft-cli-client to see a visual representation of what's happening within your terminal.

If you want the GUI as well, you'd need to install that separately. It has a similar dev_setup.sh script:
https://github.com/mycroftAI/mycroft-gui#general-setup-instructions

Thanks