forslund / fallback-aiml

An Alice chatbot fallback for Mycroft (all hail JarbasAI who did most of the work)
Apache License 2.0
12 stars 13 forks source link

Can i run the fallback-aiml in Mycroft offline? #8

Open MB2412 opened 6 years ago

MB2412 commented 6 years ago

I have tried the fallback-aiml skills in Mycroft and it works perfectly!! but when I want to run this skill offline it doesn t work even that the other skills are working offline So is it possible to run this skill offline and how doing that? thanks for your help

forslund commented 6 years ago

Hi, The skill should be disabled at the moment, are you running PR #7? (Hopefully I'll have the time to do the final tests of that PR during the weekend so it's simpler to enable it.)

The skill fetches the device name from the remote when loading the brain which will fail when running in offline mode. I'll add some checks around that when I merge the update...

forslund commented 6 years ago

I'm preparing to merge @nielstron's PR in https://github.com/forslund/fallback-aiml/tree/nielstron-optional-enable and think I've fixed one offline issue atleast. Feel free to check it out