我有一个下拉菜单,其中包含页面的各个部分的一些链接。该应用程序是用AngularJS版本1.4编写的,下拉菜单可以工作,但当我直接通过url进入页面时,在下拉菜单中总是选择空的声音,而不是正确的声音。下面是代码:
HTML
<select ng-options="menu_voice.name for menu_voice in menu_voices track by menu_voice.url" ng-model='selectedOption' ng-change="changeLink()">
</select>
我正在尝试使用nexmo中的语音库将语音转换为文本。我在WebSocket client中遇到过这个问题。我的响应错误是:
info: Server listening on:8900
info: A client is connected!
events.js:183
throw er; // Unhandled 'error' event
Error: This socket is closed
at Socket._writeGeneric (net.js:726:18)
at Socket._write (net.js:786:8)
at doWrite (_stre