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
Traceback (most recent call last):
File "/usr/bin/ds4drv", line 33, in
sys.exit(load_entry_point('ds4drv==0.5.1', 'console_scripts', 'ds4drv')())
File "/usr/lib/python3.10/site-packages/ds4drv/main.py", line 132, in main
options = load_options()
File "/usr/lib/python3.10/site-packages/ds4drv/config.py", line 199, in load_options
config.load(path)
File "/usr/lib/python3.10/site-packages/ds4drv/config.py", line 74, in load
self.read([filename])
File "/usr/lib/python3.10/configparser.py", line 698, in read
self._read(fp, filename)
File "/usr/lib/python3.10/configparser.py", line 1097, in _read
raise DuplicateOptionError(sectname, optname,
configparser.DuplicateOptionError: While reading from '/etc/ds4drv.conf' [line 118]: option 'rel_wheelup' in section 'mapping:keyboard' already exists
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/bin/ds4drv", line 33, in
sys.exit(load_entry_point('ds4drv==0.5.1', 'console_scripts', 'ds4drv')())
File "/usr/lib/python3.10/site-packages/ds4drv/main.py", line 132, in main
options = load_options()
File "/usr/lib/python3.10/site-packages/ds4drv/config.py", line 199, in load_options
config.load(path)
File "/usr/lib/python3.10/site-packages/ds4drv/config.py", line 74, in load
self.read([filename])
File "/usr/lib/python3.10/configparser.py", line 698, in read
self._read(fp, filename)
File "/usr/lib/python3.10/configparser.py", line 1097, in _read
raise DuplicateOptionError(sectname, optname,
configparser.DuplicateOptionError: While reading from '/etc/ds4drv.conf' [line 118]: option 'rel_wheelup' in section 'mapping:keyboard' already exists
The text was updated successfully, but these errors were encountered: