1

マイク入力をピップしようとすると、このエラーイベントがWatson SpeechからTextに送信されます。終了するには、[機能]} 押し+ C:このTJBotコードに基づいてhttps://github.com/ibmtjbot/tjbot/tree/master/recipes/conversationWebSocketを使用してWatson Speech To Textにエラーが発生しました

をNodeJSアプリを使用すると、これは私が

=== Watson Speech to Text : An Error has occurred ===== 
_Event { 
    type: 'error', 
    isTrusted: false, 
    _yaeti: true, 
    target: 
    W3CWebSocket { 
    _listeners: {}, 
    addEventListener: [Function: _addEventListener], 
    removeEventListener: [Function: _removeEventListener], 
    dispatchEvent: [Function: _dispatchEvent], 
    _url: 'wss://stream.watsonplatform.net/speech-to-text/api/v1/recognize?model=en-US_BroadbandModel', 
    _readyState: 3, 
    _protocol: undefined, 
    _extensions: '', 
    _bufferedAmount: 0, 
    _binaryType: 'arraybuffer', 
    _connection: undefined, 
    _client: 
     WebSocketClient { 
     domain: null, 
     _events: {}, 
     _eventsCount: 0, 
     _maxListeners: undefined, 
     config: [Object], 
     _req: null, 
     protocols: [], 
     origin: null, 
     url: [Object], 
     secure: true, 
     base64nonce: 'XU/MDifsB9QqtrWn4vPFgw==' }, 
    onerror: [Function], 
    onopen: [Function], 
    onclose: [Function], 
    onmessage: [Function] }, 
    cancelable: true, 
    stopImmediatePropagation 

を取得エラーオブジェクトです。

これは数時間前まで正常に機能していましたが、突然停止しました。このエラーの意味は何ですか

答えて

0

私のクレデンシャルが間違っていたことがわかりました。 DIEGOへの移行中にVCAP_SERVICESの資格情報が削除されたようです。私はBluemixで再びアプリケーションにサービスを接続し、資格情報が再作成されました

関連する問題