MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Conversation Error: { Error: 14 UNAVAILABLE: Service unavailable.

    Scheduled Pinned Locked Moved Solved Troubleshooting
    9 Posts 4 Posters 2.4k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • FLOW THE NOOBF Offline
      FLOW THE NOOB
      last edited by FLOW THE NOOB

      I have a problem when I start the magic mirror. Everything seems to boot as it should but the google assistant does not listen to me. So I press the widget to start it manually but doesn’t listen either.

      Here you can see the part of the log where it gets errors:

      [HOTWORD] begins.
      [HOTWORD] Detector starts listening.
      [HOTWORD] stops.
      [HOTWORD] Final Result: { detected: false }
      [HOTWORD] begins.
      [HOTWORD] Detector starts listening.
      [AMK2] assistant ready
      [AMK2] Conversation starts.
      [AMK2] Started with text query: brief today
      { requestId: ‘5dbd29c0-0000-2458-852e-089e08276030’ } { profileFile: ‘default.json’, lang: ‘en-US’ }
      [AMK2] Device Action: { requestId: ‘5dbd29c0-0000-2458-852e-089e08276030’ }
      [AMK2] Assistant Text Response:
      [AMK2] Conversation Completed
      [HOTWORD] stops.
      [HOTWORD] Final Result: { detected: false }
      [HOTWORD] begins.
      [HOTWORD] Detector starts listening.
      [AMK2] assistant ready
      [AMK2] Conversation starts.
      [AMK2] Assistant Text Response:
      [AMK2] Conversation Error: { Error: 14 UNAVAILABLE: Service unavailable.
      at Object.exports.createStatusError (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/common.js:91:15)
      at ClientDuplexStream._emitStatusIfDone (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client.js:233:26)
      at ClientDuplexStream._receiveStatus (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client.js:211:8)
      at Object.onReceiveStatus (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1306:15)
      at InterceptingListener._callNext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:568:42)
      at InterceptingListener.onReceiveStatus (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:618:8)
      at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1123:18
      code: 14,
      metadata:
      Metadata { _internal_repr: { ‘content-disposition’: [Array] }, flags: 0 },
      details: ‘Service unavailable.’ }

      1_1572718840181_Captura de pantalla (18).png 0_1572718840181_Captura de pantalla (17).png

      1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User
        last edited by

        Remove useWelcomeMessage. It needs more complex configuration. If you don’t need it really, just remove from config.js

        1 Reply Last reply Reply Quote 0
        • FLOW THE NOOBF Offline
          FLOW THE NOOB
          last edited by

          Still doesn’t work. It shouldn’t be a mic problem because it gets detected and I can record myself.

          Getting this log:

          pi@raspberrypi:~ $ cd MagicMirror
          pi@raspberrypi:~/MagicMirror $ npm start

          magicmirror@2.9.0 start /home/pi/MagicMirror
          sh run-start.sh

          Starting MagicMirror: v2.9.0
          Loading config …
          Loading module helpers …
          No helper found for module: alert.
          Initializing new module helper …
          Module helper loaded: updatenotification
          No helper found for module: clock.
          Initializing new module helper …
          Module helper loaded: calendar
          No helper found for module: compliments.
          No helper found for module: currentweather.
          No helper found for module: weatherforecast.
          Initializing new module helper …
          Module helper loaded: newsfeed
          Initializing new module helper …
          Module helper loaded: MMM-Hotword
          Initializing new module helper …
          Module helper loaded: MMM-AssistantMk2
          All module helpers loaded.
          Starting server on port 8080 …
          Server started …
          Connecting socket for: updatenotification
          Connecting socket for: calendar
          Starting node helper for: calendar
          Connecting socket for: newsfeed
          Starting module: newsfeed
          Connecting socket for: MMM-Hotword
          [HOTWORD] MMM-Hotword starts
          Connecting socket for: MMM-AssistantMk2
          Sockets connected & modules started …
          Launching application.
          Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
          Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
          [AMK2] Recipe is loaded: hide_and_show_all_modules.js
          [AMK2] Recipe is loaded: reboot.js
          [AMK2] Recipe is loaded: screen_onoff.js
          [AMK2] Recipe is loaded: shutdown.js
          [AMK2] Temporal storage directory is clearing.
          [HOTWORD] begins.
          [HOTWORD] Detector starts listening.
          [HOTWORD] stops.
          [HOTWORD] Final Result: { detected: false }
          [HOTWORD] begins.
          [HOTWORD] Detector starts listening.
          [AMK2] assistant ready
          [AMK2] Conversation starts.
          [AMK2] Assistant Text Response:
          [AMK2] Conversation Error: { Error: 14 UNAVAILABLE: Service unavailable.
          at Object.exports.createStatusError (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/common.js:91:15)
          at ClientDuplexStream._emitStatusIfDone (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client.js:233:26)
          at ClientDuplexStream._receiveStatus (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client.js:211:8)
          at Object.onReceiveStatus (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1306:15)
          at InterceptingListener._callNext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:568:42)
          at InterceptingListener.onReceiveStatus (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:618:8)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1123:18
          code: 14,
          metadata:
          Metadata { _internal_repr: { ‘content-disposition’: [Array] }, flags: 0 },
          details: ‘Service unavailable.’ }

          1 Reply Last reply Reply Quote 0
          • FLOW THE NOOBF Offline
            FLOW THE NOOB
            last edited by

            I solved it!!. The assistant mk2 module now hears to my mic! and answers!

            0 1 Reply Last reply Reply Quote 0
            • 0 Offline
              09succotash @FLOW THE NOOB
              last edited by

              @FLOW-THE-NOOB How did you solve it? Im having the same issue, please tell me.

              FLOW THE NOOBF 1 Reply Last reply Reply Quote 0
              • FLOW THE NOOBF Offline
                FLOW THE NOOB @09succotash
                last edited by FLOW THE NOOB

                @09succotash Go to your desktop. Right click on the volume icon. Choose your recording and playback devices. Adjust their volumes to max in audio device settings.

                0_1574525003718_Captura de pantalla (37).png

                J 1 Reply Last reply Reply Quote 0
                • 0 Offline
                  09succotash
                  last edited by

                  Oh, ok. That makes sense.

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    juantata @FLOW THE NOOB
                    last edited by

                    @FLOW-THE-NOOB
                    Hi. I have the same problem, the only difference is that I have the speakers for HDMI. Any solution?

                    FLOW THE NOOBF 1 Reply Last reply Reply Quote 0
                    • FLOW THE NOOBF Offline
                      FLOW THE NOOB @juantata
                      last edited by

                      @juantata

                      Putting sound through hdmi didn’t work for me neither. Only USB and headphone jack worked for me for speakers. The mic has to be a usb one though.

                      1 Reply Last reply Reply Quote 0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      • 1 / 1
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy