MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.51k stars 1.27k forks source link

Unsupported locale setting with debug #3145

Closed FQQD closed 1 year ago

FQQD commented 1 year ago

Describe the bug On my raspberry pi 2b, when i run ./start-mycroft debug, i get the following error: pi@raspi2b:~/mycroft-core $ ./start-mycroft.sh debug 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 Starting cli Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/pi/mycroft-core/mycroft/client/text/__main__.py", line 21, in <module> from .text_client import ( File "/home/pi/mycroft-core/mycroft/client/text/text_client.py", line 40, in <module> locale.setlocale(locale.LC_ALL, "") # Set LC_ALL to user default File "/usr/lib/python3.7/locale.py", line 604, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting

To Reproduce Steps to reproduce the behavior:

  1. Do ./start-mycroft debug
  2. See error in logs

Expected behavior Starting the debug

Environment (please complete the following information):

FQQD commented 1 year ago

imma close it, since no one else seems to have the issue or care about it and i just dont use mycroft

JarbasAl commented 1 year ago

you may want to look into OVOS/Neon

https://community.mycroft.ai/t/faq-ovos-neon-and-the-future-of-the-mycroft-voice-assistant/