Coder Social home page Coder Social logo

Comments (4)

LinusSkucas avatar LinusSkucas commented on June 19, 2024

Found that I could get around this with the Mycroft Config. just define self.config My self. However, I should just switch it to yaml because its is nicer.

I'm going to keep the bug label on this issue until I define self.config in the skill.

Sample code which could do this:

from mycroft.configuration.config import DEFAULT_CONFIG, SYSTEM_CONFIG, USER_CONFIG
from mycroft.configuration import Configuration

self.config = Configuration.get([DEFAULT_CONFIG,
                                    SYSTEM_CONFIG,
                                    USER_CONFIG],
                                   cache=False)

from email-skill.

JonahEmbry avatar JonahEmbry commented on June 19, 2024

So what exactly do I have to do to get this skill to work? I've been fighting with this for the last couple days, so any help would be appreciated.

from email-skill.

LinusSkucas avatar LinusSkucas commented on June 19, 2024

right now, the local configuration isn't working due to some changes made in Mycroft core. This is on my todo list.

from email-skill.

LinusSkucas avatar LinusSkucas commented on June 19, 2024

Hi @JonahEmbry The skill has been updated to fix this problem, and has been submitted to the market place for review. Once it is accepted, you should use the new docs to configure the skill. Alternatively, just using the home.mycroft.ai settings has been verified to work.

from email-skill.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.