zocker-160 / keyboard-center

Application for mapping macro keys on Logitech keyboards
GNU General Public License v3.0
66 stars 3 forks source link

Crashes on Volume Roller Usage with G910 #18

Closed poiu477 closed 2 years ago

poiu477 commented 2 years ago

When I adjust video volume with the roller the whole service crashes and I have to start it again.

poiu477 commented 2 years ago

so after further investigation it seems to happen intermittently when multiple inputs are sent at once

poiu477 commented 2 years ago

I can consistently replicate it by repeatedly cycling the memory keys

poiu477 commented 2 years ago

but it has happened in normal use as well

zocker-160 commented 2 years ago

could you please provide the entire log of the background service?

poiu477 commented 2 years ago

-- Journal begins at Mon 2021-12-27 03:30:39 EST, ends at Mon 2021-12-27 22:03:03 EST. -- Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: ERROR: Task exception was never retrieved Dec 27 05:45:43 paulusesarch python3[3312314]: future: <Task finished name='Task-1' coro=<usbListener() done,> Dec 27 05:45:43 paulusesarch python3[3312314]: Traceback (most recent call last): Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/keyboard-center/service.py", line 213, in usb> Dec 27 05:45:43 paulusesarch python3[3312314]: fromKeyboard = hdev.read( Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/keyboard-center/lib/hid.py", line 171, in read Dec 27 05:45:43 paulusesarch python3[3312314]: size = self.hidcall( Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/keyboard-center/lib/hid.py", line 154, in h> Dec 27 05:45:43 paulusesarch python3[3312314]: raise HIDException(err) Dec 27 05:45:43 paulusesarch python3[3312314]: lib.hid.HIDException: Success Dec 27 05:45:43 paulusesarch python3[3312314]: During handling of the above exception, another exception occu> Dec 27 05:45:43 paulusesarch python3[3312314]: Traceback (most recent call last): Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/python3.10/asyncio/base_events.py", line 595,> Dec 27 05:45:43 paulusesarch python3[3312314]: self._run_once() Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/python3.10/asyncio/base_events.py", line 1881> Dec 27 05:45:43 paulusesarch python3[3312314]: handle._run() Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/python3.10/asyncio/events.py", line 80, in _r> Dec 27 05:45:43 paulusesarch python3[3312314]: self._context.run(self._callback, *self._args) Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/keyboard-center/service.py", line 224, in usb> Dec 27 05:45:43 paulusesarch python3[3312314]: sys.exit(1) Dec 27 05:45:43 paulusesarch python3[3312314]: SystemExit: 1 Dec 27 05:45:43 paulusesarch systemd[4451]: keyboard-center.service: Main process exited, code=exited, status> Dec 27 05:45:43 paulusesarch systemd[4451]: keyboard-center.service: Failed with result 'exit-code'. Dec 27 05:45:43 paulusesarch systemd[4451]: keyboard-center.service: Consumed 13min 14.871s CPU time. Dec 27 05:46:08 paulusesarch systemd[4451]: Started background service for the Keyboard-Center application. Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: ------------ starting ------------- Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Config file location: /home/paulh/.config/keyboard-cent> Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: loading config file /home/paulh/.config/keyboard-center> Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: config loaded: {'mappings': {'MEMORY_1': {'MACRO_1': {'> Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: searching for supported keyboard... Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: keyboard found: Logitech G910 Orion Spectrum Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: saving deviceID into config Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: saving into config file /home/paulh/.config/keyboard-ce> Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: time taken to find keyboard in ms: 0.022220373153686523 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: requesting USB endpoint... Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Searching for HIDraw endpoint... Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw disable endpoint found: /dev/hidraw7 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Checking for HID availability... Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Connected to /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: creating uinput device... Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: starting service... Dec 27 05:46:08 paulusesarch python3[3353743]: /usr/lib/keyboard-center/service.py:397: DeprecationWarning: T> Dec 27 05:46:08 paulusesarch python3[3353743]: evLoop = asyncio.get_event_loop() Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Using selector: EpollSelector Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Sending sequence to disable G keys Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Could not reach OpenRGB SDK, retrying... Dec 27 05:46:13 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:04 paulusesarch python3[3353743]: DEBUG: MACRO_2 pressed Dec 27 05:53:04 paulusesarch python3[3353743]: DEBUG: MACRO_2 pressed Dec 27 05:53:06 paulusesarch python3[3353743]: DEBUG: MACRO_2 pressed Dec 27 05:53:06 paulusesarch python3[3353743]: DEBUG: MACRO_4 pressed Dec 27 05:53:06 paulusesarch python3[3353743]: INFO: key MACRO_4 does not have any mapping for MEMORY_1 Dec 27 05:53:07 paulusesarch python3[3353743]: DEBUG: MACRO_2 pressed Dec 27 05:53:07 paulusesarch python3[3353743]: DEBUG: MACRO_5 pressed Dec 27 05:53:07 paulusesarch python3[3353743]: INFO: key MACRO_5 does not have any mapping for MEMORY_1 Dec 27 05:53:07 paulusesarch python3[3353743]: DEBUG: MACRO_5 pressed Dec 27 05:53:07 paulusesarch python3[3353743]: INFO: key MACRO_5 does not have any mapping for MEMORY_1 Dec 27 05:53:08 paulusesarch python3[3353743]: DEBUG: MACRO_4 pressed Dec 27 05:53:08 paulusesarch python3[3353743]: INFO: key MACRO_4 does not have any mapping for MEMORY_1 Dec 27 05:53:11 paulusesarch python3[3353743]: DEBUG: MACRO_5 pressed Dec 27 05:53:11 paulusesarch python3[3353743]: INFO: key MACRO_5 does not have any mapping for MEMORY_1 Dec 27 05:53:45 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:47 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:48 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:49 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:49 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:50 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:51 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:51 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:52 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:53 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:53 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:54 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:55 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:56 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:56 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:56 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:57 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:57 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:58 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:58 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:58 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:58 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:59 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:00 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:00 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:00 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:00 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:01 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:01 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: [[(1, 29), (1, 45)], [(1, 29), (1, 47)]] Dec 27 05:54:02 paulusesarch python3[3353743]: [[(1, 29), (1, 45)], [(1, 29), (1, 47)]] Dec 27 05:54:02 paulusesarch python3[3353743]: [[(1, 29), (1, 45)], [(1, 29), (1, 47)]] Dec 27 05:54:02 paulusesarch python3[3353743]: [[(1, 29), (1, 45)], [(1, 29), (1, 47)]] Dec 27 05:54:02 paulusesarch python3[3353743]: ERROR: Task exception was never retrieved Dec 27 05:54:02 paulusesarch python3[3353743]: future: <Task finished name='Task-1' coro=<usbListener() done,> Dec 27 05:54:02 paulusesarch python3[3353743]: Traceback (most recent call last): Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/keyboard-center/service.py", line 213, in usb> Dec 27 05:54:02 paulusesarch python3[3353743]: fromKeyboard = hdev.read( Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/keyboard-center/lib/hid.py", line 171, in read Dec 27 05:54:02 paulusesarch python3[3353743]: size = self.hidcall( Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/keyboard-center/lib/hid.py", line 154, in h> Dec 27 05:54:02 paulusesarch python3[3353743]: raise HIDException(err) Dec 27 05:54:02 paulusesarch python3[3353743]: lib.hid.HIDException: Success Dec 27 05:54:02 paulusesarch python3[3353743]: During handling of the above exception, another exception occu> Dec 27 05:54:02 paulusesarch python3[3353743]: Traceback (most recent call last): Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/python3.10/asyncio/base_events.py", line 595,> Dec 27 05:54:02 paulusesarch python3[3353743]: self._run_once() Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/python3.10/asyncio/base_events.py", line 1881> Dec 27 05:54:02 paulusesarch python3[3353743]: handle._run() Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/python3.10/asyncio/events.py", line 80, in _r> Dec 27 05:54:02 paulusesarch python3[3353743]: self._context.run(self._callback, self._args) Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/keyboard-center/service.py", line 224, in usb> Dec 27 05:54:02 paulusesarch python3[3353743]: sys.exit(1) Dec 27 05:54:02 paulusesarch python3[3353743]: SystemExit: 1 Dec 27 05:54:02 paulusesarch systemd[4451]: keyboard-center.service: Main process exited, code=exited, status> Dec 27 05:54:02 paulusesarch systemd[4451]: keyboard-center.service: Failed with result 'exit-code'. Dec 27 05:54:02 paulusesarch systemd[4451]: keyboard-center.service: Consumed 17.881s CPU time. Dec 27 05:55:29 paulusesarch systemd[4451]: Started background service for the Keyboard-Center application. Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: ------------ starting ------------- Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Config file location: /home/paulh/.config/keyboard-cent> Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: loading config file /home/paulh/.config/keyboard-center> Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: config loaded: {'mappings': {'MEMORY_1': {'MACRO_1': {'> Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: searching for supported keyboard... Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: keyboard found: Logitech G910 Orion Spectrum Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: saving deviceID into config Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: saving into config file /home/paulh/.config/keyboard-ce> Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: time taken to find keyboard in ms: 0.011706829071044922 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: requesting USB endpoint... Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Searching for HIDraw endpoint... Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw disable endpoint found: /dev/hidraw7 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Checking for HID availability... Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Connected to /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: creating uinput device... Dec 27 05:54:02 paulusesarch python3[3353743]: During handling of the above exception, another exception occu> Dec 27 05:54:02 paulusesarch python3[3353743]: Traceback (most recent call last): Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/python3.10/asyncio/base_events.py", line 595,> Dec 27 05:54:02 paulusesarch python3[3353743]: self._run_once() Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/python3.10/asyncio/base_events.py", line 1881> Dec 27 05:54:02 paulusesarch python3[3353743]: handle._run() Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/python3.10/asyncio/events.py", line 80, in _r> Dec 27 05:54:02 paulusesarch python3[3353743]: self._context.run(self._callback, self._args) Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/keyboard-center/service.py", line 224, in usb> Dec 27 05:54:02 paulusesarch python3[3353743]: sys.exit(1) Dec 27 05:54:02 paulusesarch python3[3353743]: SystemExit: 1 Dec 27 05:54:02 paulusesarch systemd[4451]: keyboard-center.service: Main process exited, code=exited, status> Dec 27 05:54:02 paulusesarch systemd[4451]: keyboard-center.service: Failed with result 'exit-code'. Dec 27 05:54:02 paulusesarch systemd[4451]: keyboard-center.service: Consumed 17.881s CPU time. Dec 27 05:55:29 paulusesarch systemd[4451]: Started background service for the Keyboard-Center application. Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: ------------ starting ------------- Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Config file location: /home/paulh/.config/keyboard-cent> Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: loading config file /home/paulh/.config/keyboard-center> Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: config loaded: {'mappings': {'MEMORY_1': {'MACRO_1': {'> Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: searching for supported keyboard... Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: keyboard found: Logitech G910 Orion Spectrum Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: saving deviceID into config Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: saving into config file /home/paulh/.config/keyboard-ce> Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: time taken to find keyboard in ms: 0.011706829071044922 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: requesting USB endpoint... Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Searching for HIDraw endpoint... Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw disable endpoint found: /dev/hidraw7 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Checking for HID availability... Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Connected to /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: creating uinput device... Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: starting service... Dec 27 05:55:29 paulusesarch python3[3356047]: /usr/lib/keyboard-center/service.py:397: DeprecationWarning: T> Dec 27 05:55:29 paulusesarch python3[3356047]: evLoop = asyncio.get_event_loop() Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Using selector: EpollSelector Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Sending sequence to disable G keys Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Could not reach OpenRGB SDK, retrying... Dec 27 05:55:34 paulusesarch python3[3356047]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:56:36 paulusesarch python3[3356047]: INFO: config changed - reloading... Dec 27 05:56:36 paulusesarch python3[3356047]: DEBUG: loading config file /home/paulh/.config/keyboard-center> Dec 27 05:56:36 paulusesarch python3[3356047]: DEBUG: config loaded: {'mappings': {'MEMORY_1': {'MACRO_1': {'> Dec 27 17:41:56 paulusesarch python3[3356047]: DEBUG: MACRO_4 pressed Dec 27 17:41:56 paulusesarch python3[3356047]: INFO: key MACRO_4 does not have any mapping for MEMORY_1 Dec 27 17:41:56 paulusesarch python3[3356047]: DEBUG: MACRO_3 pressed Dec 27 17:41:56 paulusesarch python3[3356047]: DEBUG: MACRO_6 pressed Dec 27 17:41:56 paulusesarch python3[3356047]: INFO: key MACRO_6 does not have any mapping for MEMORY_1 Dec 27 17:41:56 paulusesarch python3[3356047]: DEBUG: MACRO_6 pressed Dec 27 17:41:56 paulusesarch python3[3356047]: INFO: key MACRO_6 does not have any mapping for MEMORY_1 Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: [[(1, 49)], [(1, 23)], [(1, 46)], [(1, 18)]] Dec 27 17:41:58 paulusesarch python3[3356047]: ERROR: Task exception was never retrieved Dec 27 17:41:58 paulusesarch python3[3356047]: future: <Task finished name='Task-1' coro=<usbListener() done,> Dec 27 17:41:58 paulusesarch python3[3356047]: Traceback (most recent call last): Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/keyboard-center/service.py", line 213, in usb> Dec 27 17:41:58 paulusesarch python3[3356047]: fromKeyboard = hdev.read( Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/keyboard-center/lib/hid.py", line 171, in read Dec 27 17:41:58 paulusesarch python3[3356047]: size = self.hidcall( Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/keyboard-center/lib/hid.py", line 154, in h> Dec 27 17:41:58 paulusesarch python3[3356047]: raise HIDException(err) Dec 27 17:41:58 paulusesarch python3[3356047]: lib.hid.HIDException: Success Dec 27 17:41:58 paulusesarch python3[3356047]: During handling of the above exception, another exception occu> Dec 27 17:41:58 paulusesarch python3[3356047]: Traceback (most recent call last): Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/python3.10/asyncio/base_events.py", line 595,> Dec 27 17:41:58 paulusesarch python3[3356047]: self._run_once() Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/python3.10/asyncio/base_events.py", line 1881> Dec 27 17:41:58 paulusesarch python3[3356047]: handle._run() Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/python3.10/asyncio/events.py", line 80, in _r> Dec 27 17:41:58 paulusesarch python3[3356047]: self._context.run(self._callback, *self._args) Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/keyboard-center/service.py", line 224, in usb> Dec 27 17:41:58 paulusesarch python3[3356047]: sys.exit(1) Dec 27 17:41:58 paulusesarch python3[3356047]: SystemExit: 1 Dec 27 17:41:58 paulusesarch systemd[4451]: keyboard-center.service: Main process exited, code=exited, status> Dec 27 17:41:58 paulusesarch systemd[4451]: keyboard-center.service: Failed with result 'exit-code'. Dec 27 17:41:58 paulusesarch systemd[4451]: keyboard-center.service: Consumed 24min 27.504s CPU time.

poiu477 commented 2 years ago

I noticed that during it, it was cycling my rgb profile even on my motherboard controlled lights, it is the same program

poiu477 commented 2 years ago

I also looked away and just noticed it JUST crashed here is log

-- Journal begins at Mon 2021-12-27 04:26:44 EST, ends at Mon 2021-12-27 22:35:51 EST. -- Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:45:43 paulusesarch python3[3312314]: ERROR: Task exception was never retrieved Dec 27 05:45:43 paulusesarch python3[3312314]: future: <Task finished name='Task-1' coro=<usbListener() done,> Dec 27 05:45:43 paulusesarch python3[3312314]: Traceback (most recent call last): Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/keyboard-center/service.py", line 213, in usb> Dec 27 05:45:43 paulusesarch python3[3312314]: fromKeyboard = hdev.read( Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/keyboard-center/lib/hid.py", line 171, in read Dec 27 05:45:43 paulusesarch python3[3312314]: size = self.hidcall( Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/keyboard-center/lib/hid.py", line 154, in h> Dec 27 05:45:43 paulusesarch python3[3312314]: raise HIDException(err) Dec 27 05:45:43 paulusesarch python3[3312314]: lib.hid.HIDException: Success Dec 27 05:45:43 paulusesarch python3[3312314]: During handling of the above exception, another exception occu> Dec 27 05:45:43 paulusesarch python3[3312314]: Traceback (most recent call last): Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/python3.10/asyncio/base_events.py", line 595,> Dec 27 05:45:43 paulusesarch python3[3312314]: self._run_once() Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/python3.10/asyncio/base_events.py", line 1881> Dec 27 05:45:43 paulusesarch python3[3312314]: handle._run() Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/python3.10/asyncio/events.py", line 80, in _r> Dec 27 05:45:43 paulusesarch python3[3312314]: self._context.run(self._callback, *self._args) Dec 27 05:45:43 paulusesarch python3[3312314]: File "/usr/lib/keyboard-center/service.py", line 224, in usb> Dec 27 05:45:43 paulusesarch python3[3312314]: sys.exit(1) Dec 27 05:45:43 paulusesarch python3[3312314]: SystemExit: 1 Dec 27 05:45:43 paulusesarch systemd[4451]: keyboard-center.service: Main process exited, code=exited, status> Dec 27 05:45:43 paulusesarch systemd[4451]: keyboard-center.service: Failed with result 'exit-code'. Dec 27 05:45:43 paulusesarch systemd[4451]: keyboard-center.service: Consumed 13min 14.871s CPU time. Dec 27 05:46:08 paulusesarch systemd[4451]: Started background service for the Keyboard-Center application. Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: ------------ starting ------------- Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Config file location: /home/paulh/.config/keyboard-cent> Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: loading config file /home/paulh/.config/keyboard-center> Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: config loaded: {'mappings': {'MEMORY_1': {'MACRO_1': {'> Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: searching for supported keyboard... Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: keyboard found: Logitech G910 Orion Spectrum Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: saving deviceID into config Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: saving into config file /home/paulh/.config/keyboard-ce> Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: time taken to find keyboard in ms: 0.022220373153686523 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: requesting USB endpoint... Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Searching for HIDraw endpoint... Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw disable endpoint found: /dev/hidraw7 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Checking for HID availability... Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Connected to /dev/hidraw8 Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: creating uinput device... Dec 27 05:46:08 paulusesarch python3[3353743]: INFO: starting service... Dec 27 05:46:08 paulusesarch python3[3353743]: /usr/lib/keyboard-center/service.py:397: DeprecationWarning: T> Dec 27 05:46:08 paulusesarch python3[3353743]: evLoop = asyncio.get_event_loop() Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Using selector: EpollSelector Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Sending sequence to disable G keys Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:46:08 paulusesarch python3[3353743]: DEBUG: Could not reach OpenRGB SDK, retrying... Dec 27 05:46:13 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:04 paulusesarch python3[3353743]: DEBUG: MACRO_2 pressed Dec 27 05:53:04 paulusesarch python3[3353743]: DEBUG: MACRO_2 pressed Dec 27 05:53:06 paulusesarch python3[3353743]: DEBUG: MACRO_2 pressed Dec 27 05:53:06 paulusesarch python3[3353743]: DEBUG: MACRO_4 pressed Dec 27 05:53:06 paulusesarch python3[3353743]: INFO: key MACRO_4 does not have any mapping for MEMORY_1 Dec 27 05:53:07 paulusesarch python3[3353743]: DEBUG: MACRO_2 pressed Dec 27 05:53:07 paulusesarch python3[3353743]: DEBUG: MACRO_5 pressed Dec 27 05:53:07 paulusesarch python3[3353743]: INFO: key MACRO_5 does not have any mapping for MEMORY_1 Dec 27 05:53:07 paulusesarch python3[3353743]: DEBUG: MACRO_5 pressed Dec 27 05:53:07 paulusesarch python3[3353743]: INFO: key MACRO_5 does not have any mapping for MEMORY_1 Dec 27 05:53:08 paulusesarch python3[3353743]: DEBUG: MACRO_4 pressed Dec 27 05:53:08 paulusesarch python3[3353743]: INFO: key MACRO_4 does not have any mapping for MEMORY_1 Dec 27 05:53:11 paulusesarch python3[3353743]: DEBUG: MACRO_5 pressed Dec 27 05:53:11 paulusesarch python3[3353743]: INFO: key MACRO_5 does not have any mapping for MEMORY_1 Dec 27 05:53:45 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:47 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:48 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:49 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:49 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:50 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:51 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:51 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:52 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:53 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:53 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:54 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:55 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:56 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:56 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:56 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:57 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:57 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:58 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:58 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:58 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:58 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:53:59 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:00 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:00 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:00 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:00 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:01 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:01 paulusesarch python3[3353743]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 05:54:02 paulusesarch python3[3353743]: [[(1, 29), (1, 45)], [(1, 29), (1, 47)]] Dec 27 05:54:02 paulusesarch python3[3353743]: [[(1, 29), (1, 45)], [(1, 29), (1, 47)]] Dec 27 05:54:02 paulusesarch python3[3353743]: [[(1, 29), (1, 45)], [(1, 29), (1, 47)]] Dec 27 05:54:02 paulusesarch python3[3353743]: [[(1, 29), (1, 45)], [(1, 29), (1, 47)]] Dec 27 05:54:02 paulusesarch python3[3353743]: ERROR: Task exception was never retrieved Dec 27 05:54:02 paulusesarch python3[3353743]: future: <Task finished name='Task-1' coro=<usbListener() done,> Dec 27 05:54:02 paulusesarch python3[3353743]: Traceback (most recent call last): Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/keyboard-center/service.py", line 213, in usb> Dec 27 05:54:02 paulusesarch python3[3353743]: fromKeyboard = hdev.read( Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/keyboard-center/lib/hid.py", line 171, in read Dec 27 05:54:02 paulusesarch python3[3353743]: size = self.hidcall( Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/keyboard-center/lib/hid.py", line 154, in h> Dec 27 05:54:02 paulusesarch python3[3353743]: raise HIDException(err) Dec 27 05:54:02 paulusesarch python3[3353743]: lib.hid.HIDException: Success Dec 27 05:54:02 paulusesarch python3[3353743]: During handling of the above exception, another exception occu> Dec 27 05:54:02 paulusesarch python3[3353743]: Traceback (most recent call last): Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/python3.10/asyncio/base_events.py", line 595,> Dec 27 05:54:02 paulusesarch python3[3353743]: self._run_once() Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/python3.10/asyncio/base_events.py", line 1881> Dec 27 05:54:02 paulusesarch python3[3353743]: handle._run() Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/python3.10/asyncio/events.py", line 80, in _r> Dec 27 05:54:02 paulusesarch python3[3353743]: self._context.run(self._callback, self._args) Dec 27 05:54:02 paulusesarch python3[3353743]: File "/usr/lib/keyboard-center/service.py", line 224, in usb> Dec 27 05:54:02 paulusesarch python3[3353743]: sys.exit(1) Dec 27 05:54:02 paulusesarch python3[3353743]: SystemExit: 1 Dec 27 05:54:02 paulusesarch systemd[4451]: keyboard-center.service: Main process exited, code=exited, status> Dec 27 05:54:02 paulusesarch systemd[4451]: keyboard-center.service: Failed with result 'exit-code'. Dec 27 05:54:02 paulusesarch systemd[4451]: keyboard-center.service: Consumed 17.881s CPU time. Dec 27 05:55:29 paulusesarch systemd[4451]: Started background service for the Keyboard-Center application. Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: ------------ starting ------------- Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Config file location: /home/paulh/.config/keyboard-cent> Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: loading config file /home/paulh/.config/keyboard-center> Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: config loaded: {'mappings': {'MEMORY_1': {'MACRO_1': {'> Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: searching for supported keyboard... Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: keyboard found: Logitech G910 Orion Spectrum Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: saving deviceID into config Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: saving into config file /home/paulh/.config/keyboard-ce> Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: time taken to find keyboard in ms: 0.011706829071044922 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: requesting USB endpoint... Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Searching for HIDraw endpoint... Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw disable endpoint found: /dev/hidraw7 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: HIDraw read endpoint found: /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Checking for HID availability... Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Connected to /dev/hidraw8 Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: creating uinput device... Dec 27 05:55:29 paulusesarch python3[3356047]: INFO: starting service... Dec 27 05:55:29 paulusesarch python3[3356047]: /usr/lib/keyboard-center/service.py:397: DeprecationWarning: T> Dec 27 05:55:29 paulusesarch python3[3356047]: evLoop = asyncio.get_event_loop() Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Using selector: EpollSelector Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Sending sequence to disable G keys Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:55:29 paulusesarch python3[3356047]: DEBUG: Could not reach OpenRGB SDK, retrying... Dec 27 05:55:34 paulusesarch python3[3356047]: DEBUG: Setting OpenRGB profile chillin Dec 27 05:56:36 paulusesarch python3[3356047]: INFO: config changed - reloading... Dec 27 05:56:36 paulusesarch python3[3356047]: DEBUG: loading config file /home/paulh/.config/keyboard-center> Dec 27 05:56:36 paulusesarch python3[3356047]: DEBUG: config loaded: {'mappings': {'MEMORY_1': {'MACRO_1': {'> Dec 27 17:41:56 paulusesarch python3[3356047]: DEBUG: MACRO_4 pressed Dec 27 17:41:56 paulusesarch python3[3356047]: INFO: key MACRO_4 does not have any mapping for MEMORY_1 Dec 27 17:41:56 paulusesarch python3[3356047]: DEBUG: MACRO_3 pressed Dec 27 17:41:56 paulusesarch python3[3356047]: DEBUG: MACRO_6 pressed Dec 27 17:41:56 paulusesarch python3[3356047]: INFO: key MACRO_6 does not have any mapping for MEMORY_1 Dec 27 17:41:56 paulusesarch python3[3356047]: DEBUG: MACRO_6 pressed Dec 27 17:41:56 paulusesarch python3[3356047]: INFO: key MACRO_6 does not have any mapping for MEMORY_1 Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: DEBUG: HIDerror: probably exiting? (Success) Dec 27 17:41:58 paulusesarch python3[3356047]: [[(1, 49)], [(1, 23)], [(1, 46)], [(1, 18)]] Dec 27 17:41:58 paulusesarch python3[3356047]: ERROR: Task exception was never retrieved Dec 27 17:41:58 paulusesarch python3[3356047]: future: <Task finished name='Task-1' coro=<usbListener() done,> Dec 27 17:41:58 paulusesarch python3[3356047]: Traceback (most recent call last): Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/keyboard-center/service.py", line 213, in usb> Dec 27 17:41:58 paulusesarch python3[3356047]: fromKeyboard = hdev.read( Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/keyboard-center/lib/hid.py", line 171, in read Dec 27 17:41:58 paulusesarch python3[3356047]: size = self.hidcall( Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/keyboard-center/lib/hid.py", line 154, in h> Dec 27 17:41:58 paulusesarch python3[3356047]: raise HIDException(err) Dec 27 17:41:58 paulusesarch python3[3356047]: lib.hid.HIDException: Success Dec 27 17:41:58 paulusesarch python3[3356047]: During handling of the above exception, another exception occu> Dec 27 17:41:58 paulusesarch python3[3356047]: Traceback (most recent call last): Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/python3.10/asyncio/base_events.py", line 595,> Dec 27 17:41:58 paulusesarch python3[3356047]: self._run_once() Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/python3.10/asyncio/base_events.py", line 1881> Dec 27 17:41:58 paulusesarch python3[3356047]: handle._run() Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/python3.10/asyncio/events.py", line 80, in _r> Dec 27 17:41:58 paulusesarch python3[3356047]: self._context.run(self._callback, self._args) Dec 27 17:41:58 paulusesarch python3[3356047]: File "/usr/lib/keyboard-center/service.py", line 224, in usb> Dec 27 17:41:58 paulusesarch python3[3356047]: sys.exit(1) Dec 27 17:41:58 paulusesarch python3[3356047]: SystemExit: 1 Dec 27 17:41:58 paulusesarch systemd[4451]: keyboard-center.service: Main process exited, code=exited, status> Dec 27 17:41:58 paulusesarch systemd[4451]: keyboard-center.service: Failed with result 'exit-code'. Dec 27 17:41:58 paulusesarch systemd[4451]: keyboard-center.service: Consumed 24min 27.504s CPU time.

zocker-160 commented 2 years ago

ok so I don't actually see any issue caused by keyboard-center here.

It is crashing because some other application takes over /dev/hidraw8 which leads to a HIDError, keyboard-center not being able to read from it anymore and then crashing.

What other applications are you running that also try to access the keyboard?

I noticed that during it, it was cycling my rgb profile even on my motherboard controlled lights, it is the same program

Keyboard-center does not touch any of this, all it does is call an openRGB profile if that is set up.

zocker-160 commented 2 years ago

closing because of inactivity, please reopen or create new issue there is any more information that could help finding the cause of this issue.