Advertisement
jhthompson12

audio.log

Feb 10th, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. 2022-02-10 20:15:56.268 | INFO | 19900 | __main__:main:46 | Starting Audio Service
  2. 2022-02-10 20:16:01.935 | ERROR | 19900 | mycroft.configuration.config:__init__:161 | RequestException fetching remote location:
  3. 2022-02-10 20:16:01.939 | ERROR | 19900 | mycroft.configuration.config:__init__:181 | Failed to fetch remote configuration: TypeError("'str' object does not support item assignment")
  4. Traceback (most recent call last):
  5. File "/home/pi/mycroft-core/mycroft/configuration/config.py", line 166, in __init__
  6. setting["location"] = location
  7. TypeError: 'str' object does not support item assignment
  8. 2022-02-10 20:16:01.947 | INFO | 19900 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  9. 2022-02-10 20:16:01.955 | INFO | 19900 | mycroft_bus_client.client.client | Connected
  10. 2022-02-10 20:16:01.958 | INFO | 19900 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  11. 2022-02-10 20:16:01.964 | INFO | 19900 | mycroft.tts.cache:load_persistent_cache:189 | Adding dialog resources to persistent TTS cache...
  12. 2022-02-10 20:16:01.974 | INFO | 19900 | mycroft.tts.cache:load_persistent_cache:196 | Persistent TTS cache files added successfully.
  13. 2022-02-10 20:16:01.977 | INFO | 19900 | mycroft.audio.audioservice:get_services:63 | Loading services from /home/pi/mycroft-core/mycroft/audio/services/
  14. 2022-02-10 20:16:01.980 | INFO | 19900 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  15. 2022-02-10 20:16:10.136 | INFO | 19900 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  16. 2022-02-10 20:16:10.142 | INFO | 19900 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  17. 2022-02-10 20:16:10.191 | ERROR | 19900 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  18. 2022-02-10 20:16:10.193 | ERROR | 19900 | mycroft.audio.audioservice:load_internal_services:144 | Failed to import module mplayer
  19. ModuleNotFoundError("No module named 'py_mplayer'")
  20. 2022-02-10 20:16:10.195 | INFO | 19900 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  21. 2022-02-10 20:16:10.203 | INFO | 19900 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  22. 2022-02-10 20:16:10.322 | ERROR | 19900 | mycroft.audio.audioservice:setup_service:112 | Failed to load service. NameError("no function 'libvlc_new'")
  23. 2022-02-10 20:16:10.367 | INFO | 19900 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  24. 2022-02-10 20:16:10.369 | INFO | 19900 | mycroft.audio.audioservice:load_services:239 | Found local
  25. 2022-02-10 20:16:10.474 | INFO | 19900 | __main__:on_ready:33 | Audio service is ready.
  26. 2022-02-10 20:23:47.641 | INFO | 19900 | mycroft.audio.speech:mute_and_speak:127 | Speak: Confirming: Would you like me to turn myself off?
  27. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/6bb7950a3c49ab90fef60d790a1fc42f.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  28. 2022-02-10 20:23:55.153 | INFO | 19900 | mycroft.audio.speech:mute_and_speak:127 | Speak: It seems I cannot connect to the Mycroft servers. Please wait few minutes before trying to speak to me.
  29. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/35f539622f6f73f0b6c91856ef90b1a1.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  30. 2022-02-10 20:24:05.754 | INFO | 19900 | mycroft.audio.speech:mute_and_speak:127 | Speak: Confirming: Would you like me to turn myself off?
  31. 2022-02-10 20:24:05.757 | INFO | 19900 | mycroft.tts.tts:_get_sentence_from_cache:407 | Found 6bb7950a3c49ab90fef60d790a1fc42f.wav in TTS cache
  32. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/6bb7950a3c49ab90fef60d790a1fc42f.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  33. 2022-02-10 20:24:12.821 | INFO | 19900 | mycroft.audio.speech:mute_and_speak:127 | Speak: I'm having trouble communicating with the Mycroft servers. Please wait few minutes before trying to speak to me.
  34. Playing WAVE '/tmp/mycroft/cache/tts/Mimic2/2ed32b6feb1459a58c91c0abf098de47.wav' : Signed 16 bit Little Endian, Rate 22000 Hz, Mono
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement