在使用身份验证令牌之后,我会进行几次api呼叫。
问题是,响应是不可靠的,因为某些请求有时会按预期工作,而在其他时候他们没有,也没有确定的方法来找到原因和何时不起作用。
例如,使用相同的身份验证令牌(在此处编辑) - 我在不同的迭代中进行了以下api调用并将结果粘贴在下面。
https://developer-api.nest.com/structures
https://developer-api.nest.com/devices/smoke_co_alarms
https://developer-api.nest.com/devices/thermostats
HttpRequest(https://developer-api.nest.com/structures,GET ,, List((auth,some_auth_token)),List((User-Agent,scalaj-http / 1.0),(content-Type,application / json)),List( ,,),DIRECT,UTF-8,4096 ,, true)
No Response
HttpRequest(https://developer-api.nest.com/devices/smoke_co_alarms,GET ,, List((auth,some_auth_token)),List((User-Agent,scalaj-http / 1.0),(content-Type,application / json)),List( ,,),DIRECT,UTF-8,4096 ,, true)
HttpRequest(https://developer-api.nest.com/structures,GET ,, List((auth,some_auth_token)),List((User-Agent,scalaj-http / 1.0),(content-Type,application / json)),List( ,,),DIRECT,UTF-8,4096 ,, true)
HttpRequest(https://developer-api.nest.com/devices/thermostats,GET ,, List((auth,some_auth_token)),List((User-Agent,scalaj-http / 1.0),(content-Type,application / json)),List( ,,),DIRECT,UTF-8,4096 ,, true)
No Response
我相当肯定这是NEST API的一个问题。有没有其他人面临类似的问题?
你做了什么或者你建议我做什么?
答案 0 :(得分:1)
来自OP:
我想出了这个问题。我没有启用该选项 临时重定向和空响应是因为我只是 提取身体。我完全错过了我正在提取的 打印响应时的正文内容