Connection drop with IBM Watson Server

2019-08-08 20:54发布

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条回答
Melony?
2楼-- · 2019-08-08 21:36

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

查看更多
登录 后发表回答