Skip to content

Can no longer launch app due to 403 response #192

@foxriver76

Description

@foxriver76

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions