Advertisement
jhthompson12

bus.log

Feb 10th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. 2022-02-10 20:15:55.705 | INFO | 19894 | __main__:main:50 | Starting message bus service...
  2. 2022-02-10 20:15:55.708 | INFO | 19894 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  3. 2022-02-10 20:15:56.375 | ERROR | 19894 | mycroft.configuration.config:__init__:161 | RequestException fetching remote location:
  4. 2022-02-10 20:15:56.377 | ERROR | 19894 | mycroft.configuration.config:__init__:181 | Failed to fetch remote configuration: TypeError("'str' object does not support item assignment")
  5. Traceback (most recent call last):
  6. File "/home/pi/mycroft-core/mycroft/configuration/config.py", line 166, in __init__
  7. setting["location"] = location
  8. TypeError: 'str' object does not support item assignment
  9. 2022-02-10 20:15:56.389 | INFO | 19894 | __main__:on_ready:37 | Message bus service started!
  10. 2022-02-10 20:15:56.494 | INFO | 19894 | tornado.access | 101 GET /core (127.0.0.1) 2.25ms
  11. 2022-02-10 20:16:01.067 | INFO | 19894 | tornado.access | 101 GET /core (127.0.0.1) 2.30ms
  12. 2022-02-10 20:16:01.214 | INFO | 19894 | tornado.access | 101 GET /core (127.0.0.1) 2.39ms
  13. 2022-02-10 20:16:01.954 | INFO | 19894 | tornado.access | 101 GET /core (127.0.0.1) 3.96ms
  14. 2022-02-10 20:16:02.195 | INFO | 19894 | tornado.access | 101 GET /core (127.0.0.1) 0.97ms
  15. 2022-02-10 20:16:21.471 | INFO | 19894 | tornado.access | 101 GET /core (127.0.0.1) 4.52ms
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement