OpenVoiceOS / ovos-listener

ovos-core metapackage for speech daemon
Apache License 2.0
1 stars 1 forks source link

Failed to upload metrics #16

Closed goldyfruit closed 11 months ago

goldyfruit commented 1 year ago

After each utterance, I got this error in the listener log.

2023-04-26 21:38:19.701 - voice - ovos_listener.mic:listen:899 - DEBUG - Waiting for wake word...
2023-04-26 21:38:20.288 - voice - ovos_listener:transcribe:211 - DEBUG - STT: who is steve job
2023-04-26 21:38:20.292 - voice - ovos_listener.service:handle_utterance:119 - INFO - Utterance: ['who is steve job']
2023-04-26 21:38:20.297 - voice - ovos_listener.utils:report_timing:21 - ERROR - Failed to upload metrics
goldyfruit commented 1 year ago

Getting the same message in audio service as well.

2023-05-02 17:17:26.789 - audio - ovos_plugin_manager.templates.tts:_execute:761 - DEBUG - no mouth movements available! unknown visemes for tuesday, may second, twenty twenty three
2023-05-02 17:17:26.792 - audio - ovos_audio.utils:report_timing:63 - ERROR - Failed to upload metrics
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
    version 1.31.2; written and copyright by Michael Hipp and others
    free software (LGPL) without any warranty but with best wishes

Directory: /dev/shm/tts/PollyTTS/Joanna/en-us/
Playing MPEG stream 1 of 1: fce1fe97b8b1298b8869415874331aa9.mp3 ...

MPEG 2.0 L III cbr48 22050 mono

    Title:   
    Artist:  
    Album:   
    Year:    
    Genre:   
    Comment: 

[0:02] Decoding of fce1fe97b8b1298b8869415874331aa9.mp3 finished.
goldyfruit commented 1 year ago

listener doesn't import ovos-core which handles this normally, @JarbasAl mentioned it should be moved to ovos-backend-client