Skip to content

Help with migrating skills from Mycroft to OVOS #168

Closed Answered by madgrizzle
erikjber asked this question in Q&A
Discussion options

You must be logged in to vote

@erikjber, I had same issue and as a work around, I added /home/xxx/.local/share/mycroft/skills as an extra directory in the mycroft.config file. It's not checking that directory on my install for whatever reason and this forces it to.

// General skill values
"skills": {

  // don't start loading skills until internet is detected
  // this config value is not present in mycroft-core (internet is required)
  // ovos-core expects that some instances will be running fully offline
  // DEPRECATED: specify skill loading requirements in individual skills instead
  "wait_for_internet": false,

  // relative to "data_dir"
  "directory": "skills",
  "extra_directories": ["/home/john/.local/share/m…

Replies: 10 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@erikjber
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@erikjber
Comment options

@JarbasAl
Comment options

@erikjber
Comment options

Comment options

You must be logged in to vote
1 reply
@erikjber
Comment options

Comment options

You must be logged in to vote
1 reply
@JarbasAl
Comment options

Comment options

You must be logged in to vote
2 replies
@erikjber
Comment options

@JarbasAl
Comment options

Answer selected by erikjber
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants