Advertisement
jhthompson12

enclosure.log

Feb 10th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. 2022-02-10 20:15:56.011 | INFO | 19906 | __main__:create_enclosure:55 | Creating generic enclosure, platform='picroft'
  2. 2022-02-10 20:15:56.021 | INFO | 19906 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  3. 2022-02-10 20:15:56.031 | INFO | 19906 | mycroft.client.enclosure.base:create_gui_service:473 | Starting message bus for GUI...
  4. 2022-02-10 20:15:56.046 | INFO | 19906 | mycroft.client.enclosure.base:create_gui_service:483 | GUI Message bus started!
  5. 2022-02-10 20:15:56.048 | INFO | 19906 | mycroft.enclosure.display_manager:init_display_manager_bus_connection:152 | Connecting display manager to messagebus
  6. 2022-02-10 20:15:56.050 | INFO | 19906 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  7. 2022-02-10 20:15:56.053 | ERROR | 19906 | mycroft_bus_client.client.client | === ConnectionRefusedError(111, 'Connection refused') ===
  8. Traceback (most recent call last):
  9. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_app.py", line 318, in run_forever
  10. proxy_type=proxy_type)
  11. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_core.py", line 250, in connect
  12. options.pop('socket', None))
  13. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_http.py", line 130, in connect
  14. sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
  15. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_http.py", line 208, in _open_socket
  16. raise err
  17. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_http.py", line 185, in _open_socket
  18. sock.connect(address)
  19. ConnectionRefusedError: [Errno 111] Connection refused
  20. 2022-02-10 20:15:56.056 | ERROR | 19906 | mycroft_bus_client.client.client | Exception closing websocket: ConnectionRefusedError(111, 'Connection refused')
  21. 2022-02-10 20:15:56.056 | WARNING | 19906 | mycroft_bus_client.client.client | Message Bus Client will reconnect in 5.0 seconds.
  22. 2022-02-10 20:15:56.202 | ERROR | 19906 | mycroft_bus_client.client.client | === ConnectionRefusedError(111, 'Connection refused') ===
  23. Traceback (most recent call last):
  24. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_app.py", line 318, in run_forever
  25. proxy_type=proxy_type)
  26. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_core.py", line 250, in connect
  27. options.pop('socket', None))
  28. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_http.py", line 130, in connect
  29. sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
  30. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_http.py", line 208, in _open_socket
  31. raise err
  32. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/websocket/_http.py", line 185, in _open_socket
  33. sock.connect(address)
  34. ConnectionRefusedError: [Errno 111] Connection refused
  35. 2022-02-10 20:15:56.203 | ERROR | 19906 | mycroft_bus_client.client.client | Exception closing websocket: ConnectionRefusedError(111, 'Connection refused')
  36. 2022-02-10 20:15:56.203 | WARNING | 19906 | mycroft_bus_client.client.client | Message Bus Client will reconnect in 5.0 seconds.
  37. 2022-02-10 20:16:01.070 | INFO | 19906 | mycroft_bus_client.client.client | Connected
  38. 2022-02-10 20:16:01.217 | INFO | 19906 | mycroft_bus_client.client.client | Connected
  39. 2022-02-10 20:16:01.223 | INFO | 19906 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  40. 2022-02-10 20:16:01.227 | INFO | 19906 | __main__:on_ready:26 | Enclosure started!
  41. 2022-02-10 20:16:54.075 | INFO | 19906 | mycroft.client.enclosure.generic:is_device_ready:77 | Mycroft is all loaded and ready to roll!
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement