-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
I am authenticated with the client and e.g. this request works correctly
await this.APIClient.getProvider(
'catalog'
).getProductFromAlternateId(titleId, 'XboxTitleId');also this command at the smartglass provider works
await this.APIClient.getProvider('smartglass').getConsoleStatus(
this.config.liveId
);However, launching an app is no longer working for me.
await this.APIClient.getProvider('smartglass').launchApp(
this.config.liveId,
titleId
);resulting in an thrown error with the following content
{"status":403,"body":"<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>Microsoft-Azure-Application-Gateway/v2</center>\r\n</body>\r\n</html>\r\n"}
The same also happens for
await this.APIClient.getProvider('smartglass').powerOff(this.config.liveId);Any idea if the API has changed? Maybe the authentication on POST operations has changed?
Metadata
Metadata
Assignees
Labels
No labels