Sonos Control API:无法将消息路由到目标端点
Sonos Control API: Unable to route the message to a Target Endpoint
我在尝试使用 Sonos Control 时不断收到错误消息 API。任何帮助表示赞赏。谢谢!
示例请求:
POST /control/v1/groups/RINCON_B8E93782FB9401400:363/playback/togglePlayPause HTTP/1.1
Host: api.ws.sonos.com
Content-Type: application/json
Content-Length: 0
Authorization: Bearer <token>
回复:
{
"fault": {
"faultstring": "Unable to route the message to a Target Endpoint",
"detail": {
"errorcode": "messaging.runtime.RouteFailed"
}
}
}
我认为您可能遗漏了部分路径。终点应该是:
/控制/api/v1/groups/RINCON_B8E93782FB9401400:363/playback/togglePlayPause
如果 developer.sonos.com 上的 API 文档不正确,能否请您通过电子邮件将具体细节发送至 developer-feedback@sonos.com?谢谢!
我在尝试使用 Sonos Control 时不断收到错误消息 API。任何帮助表示赞赏。谢谢!
示例请求:
POST /control/v1/groups/RINCON_B8E93782FB9401400:363/playback/togglePlayPause HTTP/1.1
Host: api.ws.sonos.com
Content-Type: application/json
Content-Length: 0
Authorization: Bearer <token>
回复:
{
"fault": {
"faultstring": "Unable to route the message to a Target Endpoint",
"detail": {
"errorcode": "messaging.runtime.RouteFailed"
}
}
}
我认为您可能遗漏了部分路径。终点应该是: /控制/api/v1/groups/RINCON_B8E93782FB9401400:363/playback/togglePlayPause
如果 developer.sonos.com 上的 API 文档不正确,能否请您通过电子邮件将具体细节发送至 developer-feedback@sonos.com?谢谢!