Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during using this repo #4

Open
sursunpan opened this issue Sep 28, 2022 · 3 comments
Open

Error during using this repo #4

sursunpan opened this issue Sep 28, 2022 · 3 comments

Comments

@sursunpan
Copy link

  1. During updating manifest skill i got an error
    [Error]: {
    "message": "Server cannot process the request due to a client error.",
    "stack": "ServiceError: Server cannot process the request due to a client error.\n at SkillManagementServiceClient. (/home/suraj/.nvm/versions/node/v17.5.0/lib/node_modules/ask-cli/node_modules/ask-sdk-model-runtime/dist/index.js:335:31)\n at step (/home/suraj/.nvm/versions/node/v17.5.0/lib/node_modules/ask-cli/node_modules/ask-sdk-model-runtime/dist/index.js:58:23)\n at Object.next (/home/suraj/.nvm/versions/node/v17.5.0/lib/node_modules/ask-cli/node_modules/ask-sdk-model-runtime/dist/index.js:39:53)\n at fulfilled (/home/suraj/.nvm/versions/node/v17.5.0/lib/node_modules/ask-cli/node_modules/ask-sdk-model-runtime/dist/index.js:30:58)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)",
    "detail": {
    "name": "ServiceError",
    "statusCode": 400,
    "headers": [
    {
    "key": "content-type",
    "value": "application/json"
    },
    {
    "key": "content-length",
    "value": "575"
    },
    {
    "key": "connection",
    "value": "close"
    },
    {
    "key": "server",
    "value": "Server"
    },
    {
    "key": "date",
    "value": "Wed, 28 Sep 2022 03:13:15 GMT"
    },
    {
    "key": "x-amz-rid",
    "value": "ZZ6ERC72ZE7HXCXCWXGM"
    },
    {
    "key": "x-amzn-requestid",
    "value": "01b852a9-496d-4d3c-af3a-b49860903b57"
    },
    {
    "key": "x-amz-date",
    "value": "Wed, 28 Sep 2022 03:13:15 GMT"
    },
    {
    "key": "vary",
    "value": "Content-Type,Accept-Encoding,User-Agent"
    },
    {
    "key": "x-cache",
    "value": "Error from cloudfront"
    },
    {
    "key": "via",
    "value": "1.1 62e8a6c4e8bc177af56566455e45c7a2.cloudfront.net (CloudFront)"
    },
    {
    "key": "x-amz-cf-pop",
    "value": "DEL51-P4"
    },
    {
    "key": "x-amz-cf-id",
    "value": "RLACXTt7Puhd2NNa9iAJVzkujHwnxioAFtNxflOhSs09j1aSo4wdCw=="
    }
    ],
    "response": {
    "message": "Skill manifest is not valid.",
    "violations": [
    {
    "code": "DENIED_FEATURE_ACCESS",
    "message": "User is not allowed access to the "AppLink V2" feature and, therefore, cannot use string instance with value ""APP_LINKS_V2"" at "$.manifest.apis.custom.interfaces[0].type". Further information: "[email protected]".",
    "validationDetails": {
    "feature": {
    "contact": "[email protected]",
    "name": "AppLink V2"
    },
    "originalInstance": {
    "dataType": "string",
    "propertyPath": "$.manifest.apis.custom.interfaces[0].type",
    "type": "BODY",
    "value": ""APP_LINKS_V2""
    }
    }
    }
    ]
    }
    }
    }
  2. During deploy i got an error
    [Error]: {
    "skill": {
    "eTag": "2cd8e03027fae2e750b3a5be9a44fd6c",
    "resources": [
    {
    "action": "UPDATE",
    "errors": [
    {
    "message": "User is not allowed access to the "AppLink V2" feature and, therefore, cannot use string instance with value ""APP_LINKS_V2"" at "$.manifest.apis.custom.interfaces[0].type". Further information: "[email protected]"."
    }
    ],
    "name": "Manifest",
    "status": "FAILED"
    }
    ],
    "skillId": "amzn1.ask.skill.be688796-a772-44dc-bc38-bfb20f9de694"
    },
    "status": "FAILED"
    }

please try to resolve my issue fast

@markapeters
Copy link

Hi - Did you ever figure this problem out? I'm having the same problem with my first attempt at creating a skill to interact with my Android app.

@sursunpan
Copy link
Author

Hi- I think this problem was solved.but this my first office client project which I left now. I totally forgot about. But i try my best to give solution.

@markapeters
Copy link

Thanks - if you can recall that, it would be very helpful! The docs are way out of date, especially for configuring Amazon's IAM - I suspect that something is mis-configured there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants