Skill Not Working Help

Hey the skill that I coded doesn’t seem to work.
I am able to download it successfully on the picroft but it does not recognize the vocab.
Any help to see if there is something wrong with my code would be appreciated

@avellent,
I had a very quick look and I noticed that your vocab and dialog files are not located in a language directory (en-us) or similar language directory.
The proper path for the location of the vocab and dialog files is.
Example:
/dialog/en-us/
/vocab/en-us/

A couple other things to confirm is

  1. the spacing (indentation) for your initialize definition is incorrect and will through a python error
  2. your random_event_intent definition should actually be handle_random_event_intent

I hope that gets you closer.
This documentation should help as well.

1 Like