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

No option 'force_mjpeg' in section: 'debug' #36

Closed
halcyoncheng opened this issue May 11, 2018 · 1 comment
Closed

No option 'force_mjpeg' in section: 'debug' #36

halcyoncheng opened this issue May 11, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@halcyoncheng
Copy link

Hi there, this is amazing and I really want to try it out. I am getting this issue after I do "sudo howdy add"

Traceback (most recent call last):
File "/usr/lib/python3.6/configparser.py", line 789, in get
value = d[option]
File "/usr/lib/python3.6/collections/init.py", line 883, in getitem
return self.missing(key) # support subclasses that define missing
File "/usr/lib/python3.6/collections/init.py", line 875, in missing
raise KeyError(key)
KeyError: 'force_mjpeg'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/bin/howdy", line 86, in
import cli.add
File "/lib/security/howdy/cli/add.py", line 85, in
if config.get("debug", "force_mjpeg") == "true":
File "/usr/lib/python3.6/configparser.py", line 792, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'force_mjpeg' in section: 'debug'

@boltgolt boltgolt added the bug Something isn't working label May 11, 2018
@boltgolt boltgolt mentioned this issue May 11, 2018
@boltgolt
Copy link
Owner

Thanks for reporting! I've pushed an update to the PPA and you should be able to update to it somewhere in the next 24 hours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants