使用Raspberry PI b模型随机获取Google Assistant PushToTalk的错误服务。如何修复错误或如何处理此错误

时间:2017-08-23 23:08:02

标签: raspberry-pi google-assistant-sdk

我在RaspBerry PI B模型中使用最新的操作系统实现了Google智能助理。我跟着google's instructions from here

音频样本测试工作正常。

很多时候它正在发挥作用。

pip install requests

错误: -

import requests
response = requests.get(WEATHER_URL.format(query))
weather = response.json() # or something as easy as this.

0 个答案:

没有答案