Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. DEBUG:__main__:Namespace(host='0.0.0.0', log_level='DEBUG', port=12101, profile='it', set=[], ssl=None, system_profiles='/home/pi/Documents/rhasspy/profiles', user_profiles='/home/pi/.config/rhasspy/profiles')
  2. DEBUG:RhasspyCore:Loaded profile from /home/pi/.config/rhasspy/profiles/it/profile.json
  3. DEBUG:RhasspyCore:Profile files will be written to /home/pi/.config/rhasspy/profiles/it
  4. DEBUG:root:Loading default profile settings from /home/pi/Documents/rhasspy/profiles/defaults.json
  5. DEBUG:WebSocketObserver: -> started
  6. DEBUG:DialogueManager: -> started
  7. DEBUG:DialogueManager:started -> loading
  8. DEBUG:DialogueManager:Loading actors
  9. DEBUG:DialogueManager:Actors created. Waiting for ['recorder', 'player', 'speech', 'wake', 'command', 'decoder', 'recognizer', 'handler', 'speech_trainer', 'intent_trainer', 'word_pronouncer'] to start.
  10. DEBUG:APlayAudioPlayer: -> started
  11. DEBUG:PreciseWakeListener: -> started
  12. DEBUG:PocketsphinxDecoder: -> started
  13. DEBUG:DummyIntentHandler: -> started
  14. DEBUG:FsticuffsIntentTrainer: -> started
  15. DEBUG:ARecordAudioRecorder: -> started
  16. DEBUG:EspeakSentenceSpeaker: -> started
  17. DEBUG:FsticuffsRecognizer: -> started
  18. DEBUG:PocketsphinxSpeechTrainer: -> started
  19. DEBUG:PhonetisaurusPronounce: -> started
  20. DEBUG:WebrtcvadCommandListener: -> started
  21. DEBUG:WebrtcvadCommandListener:started -> loaded
  22. DEBUG:PreciseWakeListener:Loading Precise engine at precise-engine
  23. DEBUG:DialogueManager:player started
  24. DEBUG:EspeakSentenceSpeaker:started -> ready
  25. DEBUG:FsticuffsRecognizer:Using stop words at /home/pi/Documents/rhasspy/profiles/it/stop_words.txt
  26. DEBUG:PocketsphinxDecoder:Loading decoder with hmm=/home/pi/.config/rhasspy/profiles/it/acoustic_model, dict=/home/pi/.config/rhasspy/profiles/it/dictionary.txt, lm=/home/pi/.config/rhasspy/profiles/it/language_model.txt
  27. DEBUG:DialogueManager:handler started
  28. DEBUG:FsticuffsRecognizer:started -> loaded
  29. DEBUG:DialogueManager:intent_trainer started
  30. DEBUG:DialogueManager:recorder started
  31. DEBUG:DialogueManager:speech_trainer started
  32. DEBUG:DialogueManager:word_pronouncer started
  33. DEBUG:DialogueManager:command started
  34. DEBUG:DialogueManager:speech started
  35. DEBUG:DialogueManager:recognizer started
  36. DEBUG:PreciseWakeListener:started -> loaded
  37. DEBUG:DialogueManager:wake started
  38. DEBUG:PocketsphinxDecoder:started -> loaded
  39. DEBUG:DialogueManager:decoder started
  40. DEBUG:DialogueManager:Actors loaded
  41. DEBUG:DialogueManager:loading -> ready
  42. INFO:DialogueManager:Automatically listening for wake word
  43. DEBUG:DialogueManager:ready -> asleep
  44. DEBUG:PreciseWakeListener:loaded -> listening
  45. DEBUG:InboxActor: -> stopped
  46. DEBUG:ARecordAudioRecorder:started -> recording
  47. DEBUG:ARecordAudioRecorder:['arecord', '-q', '-r', '16000', '-f', 'S16_LE', '-c', '1', '-t', 'raw', '-D', 'default']
  48. INFO:__main__:Started
  49. DEBUG:ARecordAudioRecorder:Recording from microphone (arecord)
  50. DEBUG:__main__:Starting web server at http://0.0.0.0:12101
  51. Running on https://0.0.0.0:12101 (CTRL + C to quit)
  52. [2020-02-18 17:26:36,944] ASGI Framework Lifespan error, continuing without Lifespan support
  53. WARNING:quart.serving:ASGI Framework Lifespan error, continuing without Lifespan support
  54. [2020-02-18 17:26:39,306] 127.0.0.1:38088 GET / 1.1 200 1029 18377
  55. INFO:quart.serving:127.0.0.1:38088 GET / 1.1 200 1029 18377
  56. [2020-02-18 17:26:40,553] 127.0.0.1:38088 GET /api/sentences 1.1 200 841 8919
  57. INFO:quart.serving:127.0.0.1:38088 GET /api/sentences 1.1 200 841 8919
  58. [2020-02-18 17:26:40,569] 127.0.0.1:38094 GET /api/slots 1.1 200 126 8698
  59. INFO:quart.serving:127.0.0.1:38094 GET /api/slots 1.1 200 126 8698
  60. DEBUG:__main__:Loading phoneme examples from /home/pi/Documents/rhasspy/profiles/it/phoneme_examples.txt
  61. [2020-02-18 17:26:40,601] 127.0.0.1:38094 GET /api/phonemes 1.1 200 1139 11414
  62. INFO:quart.serving:127.0.0.1:38094 GET /api/phonemes 1.1 200 1139 11414
  63. [2020-02-18 17:26:40,706] 127.0.0.1:38094 GET /api/profile 1.1 200 7691 16389
  64. INFO:quart.serving:127.0.0.1:38094 GET /api/profile 1.1 200 7691 16389
  65. [2020-02-18 17:26:40,734] 127.0.0.1:38106 GET /api/profiles 1.1 200 144 17141
  66. INFO:quart.serving:127.0.0.1:38106 GET /api/profiles 1.1 200 144 17141
  67. [2020-02-18 17:26:40,757] 127.0.0.1:38110 GET /api/profile 1.1 200 6917 25150
  68. INFO:quart.serving:127.0.0.1:38110 GET /api/profile 1.1 200 6917 25150
  69. [2020-02-18 17:26:40,769] 127.0.0.1:38094 GET /api/unknown-words 1.1 200 135 22289
  70. INFO:quart.serving:127.0.0.1:38094 GET /api/unknown-words 1.1 200 135 22289
  71. DEBUG:InboxActor: -> stopped
  72. [2020-02-18 17:26:40,861] 127.0.0.1:38088 GET /api/microphones 1.1 200 1349 225838
  73. INFO:quart.serving:127.0.0.1:38088 GET /api/microphones 1.1 200 1349 225838
  74. DEBUG:InboxActor: -> stopped
  75. DEBUG:InboxActor: -> stopped
  76. [2020-02-18 17:26:40,995] 127.0.0.1:38106 GET /api/problems 1.1 200 292 232791
  77. INFO:quart.serving:127.0.0.1:38106 GET /api/problems 1.1 200 292 232791
  78. [2020-02-18 17:26:40,997] 127.0.0.1:38102 GET /api/speakers 1.1 200 1191 324249
  79. INFO:quart.serving:127.0.0.1:38102 GET /api/speakers 1.1 200 1191 324249
  80. [2020-02-18 17:26:41,372] 127.0.0.1:38106 GET /img/favicon.png 1.1 200 802 22478
  81. INFO:quart.serving:127.0.0.1:38106 GET /img/favicon.png 1.1 200 802 22478
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement