"Caught exception in 'incoming_audio' event handler"

#45
by vidizayn-lead - opened

Hello. Cloned this space, I'm getting this error when I speak: "The server encountered an exception. See the browser console for details. You may need to refresh the page to continue using the app."

Error in the browser console:

index-fc163358.js:3971 [server_exception] The server encountered an exception: [app_pubsub] Caught exception in 'incoming_audio' event handler:
**********************************************************************
  Resource averaged_perceptron_tagger_eng not found.
  Please use the NLTK Downloader to obtain the resource:

  >>> import nltk
  >>> nltk.download('averaged_perceptron_tagger_eng')
  
  For more information see: https://www.nltk.org/data.html

  Attempted to load taggers/averaged_perceptron_tagger_eng/

  Searched in:
    - '/home/user/nltk_data'
    - '/home/user/.pyenv/versions/3.10.12/nltk_data'
    - '/home/user/.pyenv/versions/3.10.12/share/nltk_data'
    - '/home/user/.pyenv/versions/3.10.12/lib/nltk_data'
    - '/usr/share/nltk_data'
    - '/usr/local/share/nltk_data'
    - '/usr/lib/nltk_data'
    - '/usr/local/lib/nltk_data'
**********************************************************************

Appreciate any suggestions. Thanks.

Sign up or log in to comment