Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

No option 'videoswitch' in section: 'Options' #110

Closed
neerajrajpoot opened this issue Dec 12, 2018 · 2 comments
Closed

No option 'videoswitch' in section: 'Options' #110

neerajrajpoot opened this issue Dec 12, 2018 · 2 comments

Comments

@neerajrajpoot
Copy link

I am trying to run green-recorder on debian 9.2. While trying to run with the luncher it's getting crashed without any error and when i am trying to run the same through the command line getting the error mentioned below please note that same logs are sent in syslog as well :

You are recording on: xorg
Traceback (most recent call last):
File "/usr/local/bin/green-recorder", line 339, in
videoswitch.set_active(checkbool(config.get('Options', 'videoswitch')))
File "/usr/lib/python2.7/ConfigParser.py", line 618, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'videoswitch' in section: 'Options'

@neerajrajpoot
Copy link
Author

After adding the options in config.ini file issue got resolved. I didn't find the information regarding the configuration file anywhere.
Options which i have added were :

videoswitch = True
audioswitch = True
mosueswitch = True
followmouseswitch = True

@kode54
Copy link

kode54 commented Dec 22, 2018

It appears the configuration skeleton creates those options as:

videocheck = True
audiocheck = True
mousecheck = True
followmousecheck = False

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

No branches or pull requests

2 participants