【问题标题】:Use Nuance ASR with proxy server将 Nuance ASR 与代理服务器一起使用
【发布时间】:2018-10-16 10:26:26
【问题描述】:

我正在使用 Pepper 和 NAOqi 2.5.10.7。

我有一个简单的应用程序,它使用 Nuance 远程 ASR 并回复理解的文本。 在直接连接互联网的情况下一切正常。

当我将 Pepper 连接到我们公司的网络时,Nuance 远程 ASR 不再工作。

我们公司的网络使用代理服务器进行互联网连接。 我们为 Pepper 配置了一个应用程序代理并允许连接到

*.nuancemobility.net

我可以测试 Pepper 通过 ssh 成功连接到 nuancemobility.net

wget nuancemobility.net.

但是当我运行我的 Choregraph Application Nuance 时,远程 ASR 不起作用。

由于所有其他连接工作正常,看起来细微差别模块(NuanceVoconEngine?)不使用我在 os 环境变量中设置的代理设置。 (适用于所有用户:nao 和 root)

export http_proxy=http://companyProxyServer:port
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
export HTTP_PROXY=$http_proxy
export HTTPS_PROXY=$http_proxy
export FTP_PROXY=$http_proxy

我还在 Peppers“机器人网页”的“网络设置”中设置了代理服务器

尽管 Internet 连接使用代理服务器,但我如何才能使 Nuance 远程 ASR 正常工作?

是否有 Nuance 远程 ASR(NuanceVoconEngine?)需要使用我的代理的其他环境变量?

【问题讨论】:

    标签: nao-robot pepper nuance


    【解决方案1】:

    很遗憾,无法为 nuance remote 设置代理。这是系统的问题(所有版本都会受到影响)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-07-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-06-17
      • 2015-02-27
      相关资源
      最近更新 更多