Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1481541 Details for
Bug 1626414
[abrt] blivet-gui-runtime: device_get_name(): blivetgui.py:232:_reraise_exception:TypeError: argument of type 'NoneType' is not iterable
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 6.83 KB, created by
Angie
on 2018-09-07 09:16:51 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Angie
Created:
2018-09-07 09:16:51 UTC
Size:
6.83 KB
patch
obsolete
>blivetgui.py:232:_reraise_exception:TypeError: argument of type 'NoneType' is not iterable >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/blivetgui/communication/server.py", line 262, in _blivet_utils_init > self.blivet_utils = BlivetUtils(*args) > File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 195, in __init__ > self.blivet_reset() > File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 1360, in blivet_reset > self.storage.reset() > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 161, in reset > self.devicetree.populate(cleanup_only=cleanup_only) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 412, in populate > self._populate() > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 462, in _populate > self.handle_device(dev) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 263, in handle_device > device = helper_class(self, info).run() > File "/usr/lib/python3.6/site-packages/blivet/populator/helpers/lvm.py", line 60, in run > self._devicetree._add_slave_devices(self.data) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 114, in _add_slave_devices > slave_name = udev.device_get_name(slave_info).replace("!", "/") > File "/usr/lib/python3.6/site-packages/blivet/udev.py", line 201, in device_get_name > if "DM_NAME" in udev_info: >TypeError: argument of type 'NoneType' is not iterable > > >Traceback (most recent call last): > File "/usr/bin/blivet-gui", line 114, in <module> > main() > File "/usr/bin/blivet-gui", line 108, in main > BlivetGUI(client) > File "/usr/lib/python3.6/site-packages/blivetgui/blivetgui.py", line 105, in __init__ > self.blivet_init() > File "/usr/lib/python3.6/site-packages/blivetgui/blivetgui.py", line 742, in blivet_init > self._reraise_exception(ret.exception, ret.traceback) > File "/usr/lib/python3.6/site-packages/blivetgui/blivetgui.py", line 232, in _reraise_exception > raise type(exception)(str(exception) + "\n" + traceback) >TypeError: argument of type 'NoneType' is not iterable >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/blivetgui/communication/server.py", line 262, in _blivet_utils_init > self.blivet_utils = BlivetUtils(*args) > File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 195, in __init__ > self.blivet_reset() > File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 1360, in blivet_reset > self.storage.reset() > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 161, in reset > self.devicetree.populate(cleanup_only=cleanup_only) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 412, in populate > self._populate() > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 462, in _populate > self.handle_device(dev) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 263, in handle_device > device = helper_class(self, info).run() > File "/usr/lib/python3.6/site-packages/blivet/populator/helpers/lvm.py", line 60, in run > self._devicetree._add_slave_devices(self.data) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 114, in _add_slave_devices > slave_name = udev.device_get_name(slave_info).replace("!", "/") > File "/usr/lib/python3.6/site-packages/blivet/udev.py", line 201, in device_get_name > if "DM_NAME" in udev_info: >TypeError: argument of type 'NoneType' is not iterable > > >Local variables in innermost frame: >traceback: 'Traceback (most recent call last):\n File "/usr/lib/python3.6/site-packages/blivetgui/communication/server.py", line 262, in _blivet_utils_init\n self.blivet_utils = BlivetUtils(*args)\n File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 195, in __init__\n self.blivet_reset()\n File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 1360, in blivet_reset\n self.storage.reset()\n File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 161, in reset\n self.devicetree.populate(cleanup_only=cleanup_only)\n File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 412, in populate\n self._populate()\n File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 462, in _populate\n self.handle_device(dev)\n File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 263, in handle_device\n device = helper_class(self, info).run()\n File "/usr/lib/python3.6/site-packages/blivet/populator/helpers/lvm.py", line 60, in run\n self._devicetree._add_slave_devices(self.data)\n File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 114, in _add_slave_devices\n slave_name = udev.device_get_name(slave_info).replace("!", "/")\n File "/usr/lib/python3.6/site-packages/blivet/udev.py", line 201, in device_get_name\n if "DM_NAME" in udev_info:\nTypeError: argument of type \'NoneType\' is not iterable\n' >exception: TypeError("argument of type 'NoneType' is not iterable",) >self: <blivetgui.blivetgui.BlivetGUI object at 0x7f098cd21908>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1626414
: 1481541 |
1481542
|
1481543
|
1481544
|
1481545
|
1481546
|
1481547
|
1481548
|
1481549
|
1481550