#518 closed defect (duplicate)

Another exception in manager

Reported by: joanna Owned by: joanna
Priority: major Milestone: Release 1
Component: graphical-manager Keywords:
Cc: aga

Description

AttributeError: 'NoneType' object has no attribute 'isdigit'
at line 768
of file /usr/lib64/python2.6/site-packages/qubesmanager/main.py.service@graupner.de
----
line: if device_size is None or device_desc is None or device_mode is None:
func: block_list
line no.: 222
file: /usr/lib64/python2.6/site-packages/qubes/qubesutils.py
----
line: blk = qubesutils.block_list()
func: update
line no.: 1342
file: /usr/lib64/python2.6/site-packages/qubesmanager/main.py
----
line: res, msg = self.blk_manager.update()
func: update_block_devices
line no.: 846
file: /usr/lib64/python2.6/site-packages/qubesmanager/main.py
----
line: update_devs = self.update_block_devices() or out_of_schedule
func: update_table
line no.: 768
file: /usr/lib64/python2.6/site-packages/qubesmanager/main.py

Change History (1)

comment:1 Changed 14 months ago by joanna

  • Resolution set to duplicate
  • Status changed from new to closed

Let's make it a dup of #500.

Note: See TracTickets for help on using tickets.