Advertisement
Guest User

Untitled

a guest
Nov 13th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.69 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
  3. mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  4. File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
  5. __import__(pkg_name)
  6. File "/opt/mycroft-core/mycroft/__init__.py", line 16, in <module>
  7. import mycroft.configuration
  8. File "/opt/mycroft-core/mycroft/configuration/__init__.py", line 15, in <module>
  9. from mycroft.configuration.config import Configuration, LocalConf, RemoteConf
  10. File "/opt/mycroft-core/mycroft/configuration/config.py", line 18, in <module>
  11. from mycroft_bus_client.message import Message
  12. ModuleNotFoundError: No module named 'mycroft_bus_client'
  13. 2022-11-08 18:37:38.556 | INFO | 2681332 | __main__:main:46 | Starting Audio Service
  14. 2022-11-08 18:37:38.562 | INFO | 2681332 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  15. 2022-11-08 18:37:38.565 | INFO | 2681332 | mycroft_bus_client.client.client | Connected
  16. 2022-11-08 18:37:38.566 | INFO | 2681332 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  17. 2022-11-08 18:37:38.572 | WARNING | 2681332 | mycroft.util.plugins:load_plugin:52 | Could not find the plugin mycroft.plugin.tts.ovos-tts-plugin-mimic2
  18. 2022-11-08 18:37:38.572 | INFO | 2681332 | mycroft.tts.tts:create:609 | Loaded plugin ovos-tts-plugin-mimic2
  19. 2022-11-08 18:37:38.573 | ERROR | 2681332 | mycroft.tts.tts:create:618 | The selected TTS backend couldn't be loaded. Falling back to Mimic
  20. Traceback (most recent call last):
  21. File "/home/s/mycroft-core/mycroft/tts/tts.py", line 611, in create
  22. raise ValueError('TTS module not found')
  23. ValueError: TTS module not found
  24. 2022-11-08 18:37:38.628 | WARNING | 2681332 | mycroft.tts.tts:clear_cache:428 | This method is deprecated, use TextToSpeechCache.clear
  25. Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved
  26. mimic developers, Copyright (c) 2016, all rights reserved
  27. version: mimic-1.2.0.2 ()
  28. 2022-11-08 18:37:40.192 | INFO | 2681332 | mycroft.audio.audioservice:get_services:63 | Loading services from /home/s/mycroft-core/mycroft/audio/services/
  29. 2022-11-08 18:37:40.194 | INFO | 2681332 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  30. 2022-11-08 18:37:40.218 | ERROR | 2681332 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module chromecast
  31. TypeError('Descriptors cannot not be created directly.\nIf this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.\nIf you cannot immediately regenerate your protos, some other possible workarounds are:\n 1. Downgrade the protobuf package to 3.20.x or lower.\n 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).\n\nMore information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates')
  32. 2022-11-08 18:37:40.219 | INFO | 2681332 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  33. 2022-11-08 18:37:40.229 | INFO | 2681332 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  34. 2022-11-08 18:37:40.257 | ERROR | 2681332 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  35. 2022-11-08 18:37:40.258 | ERROR | 2681332 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  36. ModuleNotFoundError("No module named 'py_mplayer'")
  37. 2022-11-08 18:37:40.258 | INFO | 2681332 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  38. 2022-11-08 18:37:40.262 | INFO | 2681332 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  39. 2022-11-08 18:37:40.274 | INFO | 2681332 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  40. 2022-11-08 18:37:40.274 | INFO | 2681332 | mycroft.audio.audioservice:load_services:243 | no default found
  41. 2022-11-08 18:37:40.376 | ERROR | 2681332 | __main__:on_error:37 | Audio service failed to launch ('No audio services loaded').
  42. Traceback (most recent call last):
  43. File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
  44. mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  45. File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
  46. __import__(pkg_name)
  47. File "/home/s/Applications/mycroft-core/mycroft/__init__.py", line 17, in <module>
  48. from mycroft.api import Api
  49. File "/home/s/Applications/mycroft-core/mycroft/api/__init__.py", line 22, in <module>
  50. from mycroft.configuration import Configuration
  51. File "/home/s/Applications/mycroft-core/mycroft/configuration/__init__.py", line 15, in <module>
  52. from .config import Configuration, LocalConf, RemoteConf
  53. File "/home/s/Applications/mycroft-core/mycroft/configuration/config.py", line 17, in <module>
  54. import inflection
  55. ModuleNotFoundError: No module named 'inflection'
  56. Traceback (most recent call last):
  57. File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
  58. mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  59. File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
  60. __import__(pkg_name)
  61. File "/home/s/Applications/mycroft-core/mycroft/__init__.py", line 17, in <module>
  62. from mycroft.api import Api
  63. File "/home/s/Applications/mycroft-core/mycroft/api/__init__.py", line 22, in <module>
  64. from mycroft.configuration import Configuration
  65. File "/home/s/Applications/mycroft-core/mycroft/configuration/__init__.py", line 15, in <module>
  66. from .config import Configuration, LocalConf, RemoteConf
  67. File "/home/s/Applications/mycroft-core/mycroft/configuration/config.py", line 17, in <module>
  68. import inflection
  69. ModuleNotFoundError: No module named 'inflection'
  70. 2022-11-08 19:10:58.524 | INFO | 7250 | __main__:main:46 | Starting Audio Service
  71. 2022-11-08 19:10:58.530 | INFO | 7250 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  72. 2022-11-08 19:10:58.532 | INFO | 7250 | mycroft_bus_client.client.client | Connected
  73. 2022-11-08 19:10:58.533 | INFO | 7250 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  74. 2022-11-08 19:10:58.540 | WARNING | 7250 | mycroft.util.plugins:load_plugin:52 | Could not find the plugin mycroft.plugin.tts.ovos-tts-plugin-mimic2
  75. 2022-11-08 19:10:58.541 | INFO | 7250 | mycroft.tts.tts:create:609 | Loaded plugin ovos-tts-plugin-mimic2
  76. 2022-11-08 19:10:58.541 | ERROR | 7250 | mycroft.tts.tts:create:618 | The selected TTS backend couldn't be loaded. Falling back to Mimic
  77. Traceback (most recent call last):
  78. File "/home/s/Applications/mycroft-core/mycroft/tts/tts.py", line 611, in create
  79. raise ValueError('TTS module not found')
  80. ValueError: TTS module not found
  81. 2022-11-08 19:10:58.595 | WARNING | 7250 | mycroft.tts.tts:clear_cache:428 | This method is deprecated, use TextToSpeechCache.clear
  82. Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved
  83. mimic developers, Copyright (c) 2016, all rights reserved
  84. version: mimic-1.2.0.2 ()
  85. 2022-11-08 19:10:59.900 | INFO | 7250 | mycroft.audio.audioservice:get_services:63 | Loading services from /home/s/Applications/mycroft-core/mycroft/audio/services/
  86. 2022-11-08 19:10:59.901 | INFO | 7250 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  87. 2022-11-08 19:10:59.916 | ERROR | 7250 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module chromecast
  88. TypeError('Descriptors cannot not be created directly.\nIf this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.\nIf you cannot immediately regenerate your protos, some other possible workarounds are:\n 1. Downgrade the protobuf package to 3.20.x or lower.\n 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).\n\nMore information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates')
  89. 2022-11-08 19:10:59.917 | INFO | 7250 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  90. 2022-11-08 19:10:59.918 | INFO | 7250 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  91. 2022-11-08 19:10:59.931 | ERROR | 7250 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  92. 2022-11-08 19:10:59.932 | ERROR | 7250 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  93. ModuleNotFoundError("No module named 'py_mplayer'")
  94. 2022-11-08 19:10:59.932 | INFO | 7250 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  95. 2022-11-08 19:10:59.933 | INFO | 7250 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  96. 2022-11-08 19:10:59.943 | INFO | 7250 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  97. 2022-11-08 19:10:59.943 | INFO | 7250 | mycroft.audio.audioservice:load_services:243 | no default found
  98. 2022-11-08 19:11:00.045 | ERROR | 7250 | __main__:on_error:37 | Audio service failed to launch ('No audio services loaded').
  99. 2022-11-08 19:19:29.954 | INFO | 9665 | __main__:main:46 | Starting Audio Service
  100. 2022-11-08 19:19:33.465 | INFO | 9665 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
  101. 2022-11-08 19:19:33.467 | INFO | 9665 | mycroft_bus_client.client.client | Connected
  102. 2022-11-08 19:19:33.469 | INFO | 9665 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
  103. 2022-11-08 19:19:33.476 | WARNING | 9665 | mycroft.util.plugins:load_plugin:52 | Could not find the plugin mycroft.plugin.tts.ovos-tts-plugin-mimic2
  104. 2022-11-08 19:19:33.476 | INFO | 9665 | mycroft.tts.tts:create:609 | Loaded plugin ovos-tts-plugin-mimic2
  105. 2022-11-08 19:19:33.476 | ERROR | 9665 | mycroft.tts.tts:create:618 | The selected TTS backend couldn't be loaded. Falling back to Mimic
  106. Traceback (most recent call last):
  107. File "/home/s/Applications/mycroft-core/mycroft/tts/tts.py", line 611, in create
  108. raise ValueError('TTS module not found')
  109. ValueError: TTS module not found
  110. 2022-11-08 19:19:33.529 | WARNING | 9665 | mycroft.tts.tts:clear_cache:428 | This method is deprecated, use TextToSpeechCache.clear
  111. Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved
  112. mimic developers, Copyright (c) 2016, all rights reserved
  113. version: mimic-1.2.0.2 ()
  114. 2022-11-08 19:19:34.744 | INFO | 9665 | mycroft.audio.audioservice:get_services:63 | Loading services from /home/s/Applications/mycroft-core/mycroft/audio/services/
  115. 2022-11-08 19:19:34.745 | INFO | 9665 | mycroft.audio.audioservice:load_internal_services:135 | Loading chromecast
  116. 2022-11-08 19:19:34.754 | ERROR | 9665 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module chromecast
  117. TypeError('Descriptors cannot not be created directly.\nIf this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.\nIf you cannot immediately regenerate your protos, some other possible workarounds are:\n 1. Downgrade the protobuf package to 3.20.x or lower.\n 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).\n\nMore information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates')
  118. 2022-11-08 19:19:34.754 | INFO | 9665 | mycroft.audio.audioservice:load_internal_services:135 | Loading mopidy
  119. 2022-11-08 19:19:34.755 | INFO | 9665 | mycroft.audio.audioservice:load_internal_services:135 | Loading mplayer
  120. 2022-11-08 19:19:34.767 | ERROR | 9665 | audioservice_mplayer:<module>:20 | install py_mplayer with pip install git+https://github.com/JarbasAl/py_mplayer
  121. 2022-11-08 19:19:34.768 | ERROR | 9665 | mycroft.audio.audioservice:load_internal_services:143 | Failed to import module mplayer
  122. ModuleNotFoundError("No module named 'py_mplayer'")
  123. 2022-11-08 19:19:34.768 | INFO | 9665 | mycroft.audio.audioservice:load_internal_services:135 | Loading simple
  124. 2022-11-08 19:19:34.769 | INFO | 9665 | mycroft.audio.audioservice:load_internal_services:135 | Loading vlc
  125. 2022-11-08 19:19:34.777 | INFO | 9665 | mycroft.audio.audioservice:load_services:235 | Finding default backend...
  126. 2022-11-08 19:19:34.777 | INFO | 9665 | mycroft.audio.audioservice:load_services:243 | no default found
  127. 2022-11-08 19:19:34.880 | ERROR | 9665 | __main__:on_error:37 | Audio service failed to launch ('No audio services loaded').
  128.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement