Closed kauanmocelin closed 3 weeks ago
There is a bug in solaar show
, which is fixed in the version of Solaar in this repository.
The errors in solaar --debug
may have also been fixed in this version of Solaar.
So please download and run Solaar from this repository.
To clone and use Solar from its GitHub repository
git clone https://github.com/pwr-Solaar/Solaar.git
cd Solaar
Run Solaar as bin/solaar from this directory.
I installed updated application from github and bin/solaar show
works fine, but bin/solaar --debug
return errors.
Beside this debug errors, are there some trouble in to use v1.1.13 ? This only occurs when my logitech headset was off.
2024-09-06 18:11:30,067,067 WARNING [MainThread] logitech_receiver.base: timeout (0.90/0.90) on device 255 request {8003} params [FF]
2024-09-06 18:11:30,221,221 ERROR [MainThread] logitech_receiver.base: (23) device 255 error on feature request {0606}: 5 = logitech internal
2024-09-06 18:11:30,371,371 ERROR [SolaarListener:hidraw2] logitech_receiver.base: (15) device 255 error on feature request {040A}: 5 = logitech internal
2024-09-06 18:11:30,372,372 ERROR [SolaarListener:hidraw2] logitech_receiver.settings_templates: check_feature equalizer [EQUALIZER] error {'number': 255, 'request': 1034, 'error': 5, 'params': b''}
Traceback (most recent call last):
File "/home/kauan/Downloads/Solaar/lib/logitech_receiver/settings_templates.py", line 1785, in check_feature
detected = sclass.build(device)
^^^^^^^^^^^^^^^^^^^^
File "/home/kauan/Downloads/Solaar/lib/logitech_receiver/settings.py", line 90, in build
validator = validator_class.build(cls, device, **cls.validator_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kauan/Downloads/Solaar/lib/logitech_receiver/settings_templates.py", line 1487, in build
data = device.feature_request(_F.EQUALIZER, 0x00)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kauan/Downloads/Solaar/lib/logitech_receiver/device.py", line 527, in feature_request
return hidpp20.feature_request(self, feature, function, *params, no_reply=no_reply)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kauan/Downloads/Solaar/lib/logitech_receiver/hidpp20.py", line 1381, in feature_request
return device.request((feature_index << 8) + (function & 0xFF), *params, no_reply=no_reply)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kauan/Downloads/Solaar/lib/logitech_receiver/device.py", line 515, in request
return self.low_level.request(
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kauan/Downloads/Solaar/lib/logitech_receiver/base.py", line 498, in request
raise exceptions.FeatureCallError(number=devnumber, request=request_id, error=error, params=params)
logitech_receiver.exceptions.FeatureCallError: {'number': 255, 'request': 1034, 'error': 5, 'params': b''}
2024-09-06 18:11:30,376,376 ERROR [SolaarListener:hidraw2] logitech_receiver.base: (15) device 255 error on feature request {050B}: 5 = logitech internal
2024-09-06 18:11:30,376,376 WARNING [SolaarListener:hidraw2] logitech_receiver.settings: sidetone: error applying 0 so ignore it (<Device(255,0ABA,PRO X Wireless Gaming Headset,)>): FeatureCallError({'number': 255, 'request': 1291, 'error': 5, 'params': b''})
2024-09-06 18:11:30,381,381 ERROR [SolaarListener:hidraw2] logitech_receiver.base: (15) device 255 error on feature request {061D}: 5 = logitech internal
2024-09-06 18:11:30,381,381 WARNING [SolaarListener:hidraw2] logitech_receiver.settings: adc_power_management: error applying 30 so ignore it (<Device(255,0ABA,PRO X Wireless Gaming Headset,)>): FeatureCallError({'number': 255, 'request': 1565, 'error': 5, 'params': b''})
2024-09-06 18:11:30,391,391 ERROR [MainThread] logitech_receiver.base: (23) device 255 error on feature request {0602}: 5 = logitech internal
2024-09-06 18:11:30,396,396 ERROR [SolaarListener:hidraw2] logitech_receiver.base: (15) device 255 error on feature request {0604}: 5 = logitech internal
2024-09-06 18:11:30,401,401 ERROR [MainThread] logitech_receiver.base: (23) device 255 error on feature request {0606}: 5 = logitech internal
2024-09-06 18:11:30,998,998 ERROR [SolaarListener:hidraw5] logitech_receiver.base: (24) device 1 error on feature request {0D26}: 2 = invalid argument
2024-09-06 18:11:30,998,998 WARNING [SolaarListener:hidraw5] logitech_receiver.settings: report_rate: error applying 1 so ignore it (<Device(1,406C,G603 Wireless Gaming Mouse,6DAE5A8C)>): FeatureCallError({'number': 1, 'request': 3366, 'error': 2, 'params': b'\x01'})
2024-09-06 18:11:46,036,036 ERROR [MainThread] logitech_receiver.base: (23) device 255 error on feature request {060D}: 5 = logitech internal
Does this occur when the headset is on?
In any case run Solaar as bin/solaar -ddd
and post the output.
No, when headset is on no errors are presented.
As far as Solaar can tell, the device is active so Solaar is trying to communicate with it but the device is off so there are errors. Do these errors cause any problems such as settings not being present?
Understood. I don't realize any type of error using solaar, just reported because this behavior is causing annoying pop up ubuntu launch when error detected.
Solaar is intentionally rather chatty so you might try to start it in a way that does not expose these messages unless you want to look at them.
Closing due to no response.
Information
uname -srmo
):6.8.0-41-generic
solaar show
:Describe the bug Console show errors when open solaar with logitech PRO X Wireless Gaming Headset off
To Reproduce solaar --debug