question

Toby Beresford avatar image
Toby Beresford asked

[Error]: Building skill schema failed

When using ask deploy I get a building skill schema failed.

This only occurs when I add the smallIconUri and largeIconUri to the publishing information schema.

Any clues what I am doing wrong?

Snippet of my schema below:

   "publishingInformation": {
      "locales": {
        "en-GB": {
          "summary": "Get great tips to stay injury free for your next workout. Just ask for a warm up or a cool down.",
          "name": "Enertor Injury Free",
          "description": "Get great tips to stay injury free for your next workout. Just ask for a warm up or a cool down.",
          "examplePhrases": [
            "Alexa ask Enertor Injury Free for a warm up",
            "Alexa ask Enertor Injury Free for a cool down",
            "Alexa ask Enertor Injury Free for a cool down with Walker"
          ],
          "keywords": [
            "health", 
            "fitness", 
            "running", 
            "jogging", 
            "exercise", 
            "stretching", 
            "swimming", 
            "yoga", 
            "work out", 
            "gym"
          ],
          "smallIconUri": "https://s3.eu-west-2.amazonaws.com/botkiln-enertor/enertor_logo_108.jpg",
          "largeIconUri": "https://s3.eu-west-2.amazonaws.com/botkiln-enertor/enertor_logo_512.jpg"
        }
      },
alexa skills kitask cli
1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

I am facing same problem.

0 Likes 0 ·
Jenn@amazon avatar image
Jenn@amazon answered

Can you try changing the image types to .png?

I was having issues with .jpg before too.

4 comments
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Alan@Cation avatar image Alan@Cation commented ·

Having the same issue and using pngs, which are publicly available.

1 Like 1 ·
Jenn@amazon avatar image Jenn@amazon Alan@Cation commented ·

Sounds like a different issue. Can you open a new Post with the error message you're recieving?

0 Likes 0 ·

I am facing same problem.

0 Likes 0 ·
sungyoo avatar image sungyoo newuser-b1227d1b-a645-452e-a27e-323f32de0a3e commented ·

can you paste the error you are seeing? Is this when you try to deploy?

are your images meeting the requirements as listed in skill manifest tech doc?

https://developer.amazon.com/docs/smapi/skill-manifest.html#locales

0 Likes 0 ·
Muneef M avatar image
Muneef M answered

I too faced a similar issue when using s3 bucket image,

but I found a simple hacky solution for time being.

goto your Alexa skill development portal and select distribution tab, in that upload both small and large icon. ( Do not press save ), and right click on the image and select open image in new tab and copy the image URL. now use this URL in the skill.json

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

nandu avatar image nandu commented ·

I am also having some v3 manifest issue. Does any one is having the attribute called "wordmarkLogos" under

music.locales.en-US.wordmarkLogos..


I gave the

"wordmarkLogos": [

{ "uri":"some.png" }

]


But still I am having issue .


Call start-beta-test error.

Error code: 400

{

"violations": [

{

"message": "The svg provided in the wordmarkLogo uri null in locale en-US could not be processed. Please check the provided svg and try again."

}

]

}


Any suggestions ?

0 Likes 0 ·