Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If mycroft home is blocked then dont try to pair #3125

Open
kingpinzs opened this issue Sep 9, 2022 · 1 comment
Open

If mycroft home is blocked then dont try to pair #3125

kingpinzs opened this issue Sep 9, 2022 · 1 comment
Labels

Comments

@kingpinzs
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. block home.mycroft.ai
  2. try to use mycroft
  3. get pair my device

Cause

return 'pair my device'

def wrapper(*args, **kwargs): try: return func(*args, **kwargs) except HTTPError as e: if e.response.status_code == 401: LOG.warning('Access Denied at mycroft.ai') # phrase to start the pairing process return 'pair my device'

Expected behavior
allowed to use mycroft with out some skills

@kingpinzs kingpinzs added the bug label Sep 9, 2022
@JarbasAl
Copy link
Contributor

JarbasAl commented Sep 9, 2022

you may want to look at https://github.com/OpenVoiceOS/OVOS-local-backend

mycroft-core does not work without the servers, but you can point the config to a "fake" server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants