Bug 1761158 - [abrt] solaar: read(): base.py:208:_read:logitech_receiver.base.NoReceiver: {'reason': OSError(5, 'Input/output error')}
Summary: [abrt] solaar: read(): base.py:208:_read:logitech_receiver.base.NoReceiver: {...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: solaar
Version: 30
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Eric Smith
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:7051ac51da174f5d3efa4379e36...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-13 00:14 UTC by Dominik Drazyk
Modified: 2020-04-02 09:19 UTC (History)
4 users (show)

Fixed In Version: solaar-1.0.2-0.1.rc1.20200322git563ef0d.fc32 solaar-1.0.2-0.1.rc1.20200322git563ef0d.fc31 solaar-1.0.2-0.1.rc1.20200322git563ef0d.fc30
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-01 00:18:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (2.40 KB, text/plain)
2019-10-13 00:14 UTC, Dominik Drazyk
no flags Details
File: cgroup (331 bytes, text/plain)
2019-10-13 00:14 UTC, Dominik Drazyk
no flags Details
File: cpuinfo (1.50 KB, text/plain)
2019-10-13 00:14 UTC, Dominik Drazyk
no flags Details
File: environ (3.83 KB, text/plain)
2019-10-13 00:14 UTC, Dominik Drazyk
no flags Details
File: mountinfo (4.01 KB, text/plain)
2019-10-13 00:14 UTC, Dominik Drazyk
no flags Details
File: namespaces (129 bytes, text/plain)
2019-10-13 00:14 UTC, Dominik Drazyk
no flags Details
File: open_fds (1.31 KB, text/plain)
2019-10-13 00:14 UTC, Dominik Drazyk
no flags Details

Description Dominik Drazyk 2019-10-13 00:14:31 UTC
Description of problem:
Remove Logitech Unifying adapter.
Plug it in a different usb port.

Version-Release number of selected component:
solaar-1.0.1-1.fc30

Additional info:
reporter:       libreport-2.10.1
cmdline:        /usr/bin/python3 -s /usr/bin/solaar
crash_function: read
exception_type: OSError
executable:     /usr/bin/solaar
interpreter:    python3-3.7.4-1.fc30.x86_64
kernel:         5.2.18-200.fc30.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
base.py:208:_read:logitech_receiver.base.NoReceiver: {'reason': OSError(5, 'Input/output error')}

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/logitech_receiver/base.py", line 204, in _read
    data = _hid.read(int(handle), _MAX_READ_SIZE, timeout)
  File "/usr/lib/python3.7/site-packages/hidapi/udev.py", line 305, in read
    data = _os.read(device_handle, bytes_count)
OSError: [Errno 5] Input/output error

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/solaar/ui/__init__.py", line 165, in _status_changed
    window.update(device, need_popup)
  File "/usr/lib/python3.7/site-packages/solaar/ui/window.py", line 820, in update
    _update_info_panel(device, full=full_update)
  File "/usr/lib/python3.7/site-packages/solaar/ui/window.py", line 701, in _update_info_panel
    _update_device_panel(device, _info._device, _info._buttons, full)
  File "/usr/lib/python3.7/site-packages/solaar/ui/window.py", line 672, in _update_device_panel
    _config_panel.update(device, is_online)
  File "/usr/lib/python3.7/site-packages/solaar/ui/config_panel.py", line 206, in update
    for s in device.settings:
  File "/usr/lib/python3.7/site-packages/logitech_receiver/receiver.py", line 254, in settings
    _check_feature_settings(self, self._settings)
  File "/usr/lib/python3.7/site-packages/logitech_receiver/settings_templates.py", line 393, in check_feature_settings
    check_feature(_SMART_SHIFT[0],   _F.SMART_SHIFT)
  File "/usr/lib/python3.7/site-packages/logitech_receiver/settings_templates.py", line 374, in check_feature
    if not featureId in device.features:
  File "/usr/lib/python3.7/site-packages/logitech_receiver/hidpp20.py", line 260, in __contains__
    reply = self.device.request(0x0000, _pack('!H', ivalue))
  File "/usr/lib/python3.7/site-packages/logitech_receiver/receiver.py", line 281, in request
    return _base.request(self.receiver.handle, self.number, request_id, *params)
  File "/usr/lib/python3.7/site-packages/logitech_receiver/base.py", line 347, in request
    reply = _read(handle, timeout)
  File "/usr/lib/python3.7/site-packages/logitech_receiver/base.py", line 208, in _read
    raise NoReceiver(reason=reason)
logitech_receiver.base.NoReceiver: {'reason': OSError(5, 'Input/output error')}

Local variables in innermost frame:
handle: <_ThreadedHandle(/dev/hidraw1)>
timeout: 4000

Comment 1 Dominik Drazyk 2019-10-13 00:14:35 UTC
Created attachment 1625130 [details]
File: backtrace

Comment 2 Dominik Drazyk 2019-10-13 00:14:37 UTC
Created attachment 1625131 [details]
File: cgroup

Comment 3 Dominik Drazyk 2019-10-13 00:14:38 UTC
Created attachment 1625132 [details]
File: cpuinfo

Comment 4 Dominik Drazyk 2019-10-13 00:14:40 UTC
Created attachment 1625133 [details]
File: environ

Comment 5 Dominik Drazyk 2019-10-13 00:14:42 UTC
Created attachment 1625134 [details]
File: mountinfo

Comment 6 Dominik Drazyk 2019-10-13 00:14:43 UTC
Created attachment 1625135 [details]
File: namespaces

Comment 7 Dominik Drazyk 2019-10-13 00:14:45 UTC
Created attachment 1625136 [details]
File: open_fds

Comment 8 Fedora Update System 2020-03-24 14:39:15 UTC
FEDORA-2020-5011b62b4b has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-5011b62b4b

Comment 9 Fedora Update System 2020-03-24 14:39:26 UTC
FEDORA-2020-2d902a1576 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-2d902a1576

Comment 10 Fedora Update System 2020-03-24 14:39:42 UTC
FEDORA-2020-d00e89d607 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2020-d00e89d607

Comment 11 Fedora Update System 2020-03-24 19:55:28 UTC
FEDORA-2020-5011b62b4b has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-5011b62b4b`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-5011b62b4b

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 12 Fedora Update System 2020-03-25 09:49:50 UTC
FEDORA-2020-d00e89d607 has been pushed to the Fedora 30 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-d00e89d607`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-d00e89d607

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 13 Fedora Update System 2020-03-25 09:50:06 UTC
FEDORA-2020-2d902a1576 has been pushed to the Fedora 31 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-2d902a1576`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-2d902a1576

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 14 Fedora Update System 2020-04-01 00:18:15 UTC
FEDORA-2020-5011b62b4b has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 15 Fedora Update System 2020-04-01 01:55:26 UTC
FEDORA-2020-2d902a1576 has been pushed to the Fedora 31 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 16 Fedora Update System 2020-04-01 16:33:00 UTC
FEDORA-2020-5011b62b4b has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 17 Fedora Update System 2020-04-02 09:19:08 UTC
FEDORA-2020-d00e89d607 has been pushed to the Fedora 30 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.