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 1479583 Details for
Bug 1623664
[abrt] blivet-gui-runtime: _create(): blivetgui.py:219:_reraise_exception:AttributeError: 'NoneType' object has no attribute 'format'
[?]
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), 5.09 KB, created by
Michal Hlavinka
on 2018-08-29 20:34:27 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Michal Hlavinka
Created:
2018-08-29 20:34:27 UTC
Size:
5.09 KB
patch
obsolete
>blivetgui.py:219:_reraise_exception:AttributeError: 'NoneType' object has no attribute 'format' >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 1350, in blivet_do_it > self.storage.do_it(callbacks=callbacks_reg) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 164, in do_it > self.devicetree.actions.process(callbacks=callbacks, devices=self.devices) > File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 48, in wrapped_func > return func(obj, *args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 325, in process > action.execute(callbacks) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/deviceaction.py", line 318, in execute > self.device.create() > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/devices/storage.py", line 456, in create > self._create() > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/devices/partition.py", line 609, in _create > self.disk.format.add_partition(self.parted_partition.geometry.start, >AttributeError: 'NoneType' object has no attribute 'format' > > >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/blivetgui/blivetgui.py", line 549, in end > self._reraise_exception(error, traceback) # pylint: disable=raising-bad-type > File "/usr/lib/python3.6/site-packages/blivetgui/blivetgui.py", line 219, in _reraise_exception > raise type(exception)(str(exception) + "\n" + traceback) >AttributeError: 'NoneType' object has no attribute 'format' >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 1350, in blivet_do_it > self.storage.do_it(callbacks=callbacks_reg) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 164, in do_it > self.devicetree.actions.process(callbacks=callbacks, devices=self.devices) > File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 48, in wrapped_func > return func(obj, *args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 325, in process > action.execute(callbacks) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/deviceaction.py", line 318, in execute > self.device.create() > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/devices/storage.py", line 456, in create > self._create() > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.6/site-packages/blivet/devices/partition.py", line 609, in _create > self.disk.format.add_partition(self.parted_partition.geometry.start, >AttributeError: 'NoneType' object has no attribute 'format' > > >Local variables in innermost frame: >traceback: 'Traceback (most recent call last):\n File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 1350, in blivet_do_it\n self.storage.do_it(callbacks=callbacks_reg)\n File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 164, in do_it\n self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)\n File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 48, in wrapped_func\n return func(obj, *args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 325, in process\n action.execute(callbacks)\n File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/deviceaction.py", line 318, in execute\n self.device.create()\n File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/devices/storage.py", line 456, in create\n self._create()\n File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock\n return m(*args, **kwargs)\n File "/usr/lib/python3.6/site-packages/blivet/devices/partition.py", line 609, in _create\n self.disk.format.add_partition(self.parted_partition.geometry.start,\nAttributeError: \'NoneType\' object has no attribute \'format\'\n' >exception: AttributeError("'NoneType' object has no attribute 'format'",) >self: <blivetgui.blivetgui.BlivetGUI object at 0x7fab75c53048>
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 1623664
: 1479583 |
1479584
|
1479585
|
1479586
|
1479587
|
1479588
|
1479589
|
1479590
|
1479591
|
1479592