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에서 서비스에 다시 연결하여 자격 증명을 다시 만들었습니다.