Closed builderjer closed 10 months ago
latest ovos-core standardized locations to use skill_id instead of skill_name, so the folder name changed
but it should have migrated old settings
transfering issue to ovos-core
@builderjer can you confirm this has been fixed?
the issue was actually a bad XDG path definition for settings, it was using data path instead of config, meaning it was the same as the new XDG skills path #104 + #107
I still can't get this to work. Maybe I have something in mycroft.config wrong?
I think this can be closed also. My skills use the settings.json
file just fine now
I don't think this actually belongs here, but this is where I am testing now.
When I change the settings in
~/.config/mycroft/skills/<skill_name>
, it is never read. This seems to be happening on all of the skills, not just this one.When I use the
settings.json
file which is created withpip install
, it seems to work fine.Is this expected behavior? Should I start creating a
settings.json
in all skill folders?