HassIO Addon: FileExistsError: [Errno 17] File exists: '/share/rhasspy/profiles/de/slots'

Hi,

because I have some days off I want to fiddle around a bit with Rasspy.
Specificly I want to rebuild some things I have done in Snips.

I am at a point where I want to create all my Intends and actions. Therefore I want to use the Slots generated by the UI. If I create a new Slot I get the Error

FileExistsError: [Errno 17] File exists: ‘/share/rhasspy/profiles/de/slots’

Unfortunatly the Board Search didn’t knew this error. However, I have changed things only slightly. What am I doing wrong here?

I could solve this issue. For future people this is what you need to do.

  • Install and start the samba addon
  • connect to your pi

than have a look at /share/profiles/<your_profile>/ and delete the slots file. than in the rhasspy UI you can create a new file. you will afterwards see that rasspy creates a folder /share/profiles/<your_profile>/slots/
everything should work from this point