Connection drop with IBM Watson Server

左心房为你撑大大i 提交于 2019-12-24 14:02:32

问题


I have been using IBM watson speech to text over websockets and since recently there are connection drops in the middle of process or handshake issues.

This is the error log and it can't process audio files after 1-2 minutes of handshake: _connectionLost: [Failure instance: Traceback (failure with no frames): : Connection was closed cleanly.

('WebSocket connection closed: connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing handshake)', 'code: ', 1006, 'clean: ', False)

Can somebody help me understand what is exactly going wrong. I am currently running the process through a virtual machine but the problem persists even with local machine implementation. Is there a problem with Watson server?


回答1:


That's our fault. We experienced an issue with WebSockets connections being dropped when the service was under heavy load.



来源:https://stackoverflow.com/questions/35009726/connection-drop-with-ibm-watson-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!