Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assistant doesn't print to console to reply user's question #85

Open
roperi opened this issue Feb 7, 2021 · 0 comments
Open

Assistant doesn't print to console to reply user's question #85

roperi opened this issue Feb 7, 2021 · 0 comments

Comments

@roperi
Copy link

roperi commented Feb 7, 2021

This is my settings.py:

DEFAULT_GENERAL_SETTINGS = {
    'assistant_name': 'Jarvis',
    'input_mode': InputMode.VOICE.value,
    'response_in_speech': False,
    'response_in_text:': True,
}

In Jarvis console:

========================================================================================================= GENERAL INFO =========================================================================================================
RESPONSE IN SPEECH: NOT ENABLED
INPUT MODE: VOICE
NOTE: Include 'JARVIS' in you command to enable assistant
============================================================================================================ SYSTEM ============================================================================================================
RAM USAGE: 0.11 GB
========================================================================================== LOG -/var/log/jarvis.log (Total Lines: 551) ==========================================================================================
2021-02-07 19:14:14,783 - root - INFO - Configuring Mic..
2021-02-07 19:14:14,926 - root - INFO - Microphone configured successfully!
2021-02-07 19:14:15,628 - root - INFO - Wait a second for startup checks..
2021-02-07 19:14:15,687 - root - INFO - Checking internet connection..
2021-02-07 19:14:16,024 - root - INFO - Internet connection passed!
2021-02-07 19:14:16,086 - root - INFO - Application started
2021-02-07 19:14:16,142 - root - INFO - I'm ready! Say something :-)
2021-02-07 19:14:39,224 - root - INFO - User said: jarvis what time is it

=============================================================
 ASSISTANT 
=====================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant