You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: