You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit these tracebacks while bouncing between a couple of processes over and over.
Traceback (most recent call last):
File "pyrasite/tools/gui.py", line 573, in selection_cb
self.dump_objects(proc)
File "pyrasite/tools/gui.py", line 632, in dump_objects
map(intify, line.split()[1:]))
File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 935, in append
self.set_row(treeiter, row)
File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 791, in set_row
raise ValueError('row sequence has the incorrect number of elements')
ValueError: row sequence has the incorrect number of elements
Traceback (most recent call last):
File "pyrasite/tools/gui.py", line 301, in obj_selection_cb
addy = model.get_value(treeiter, 0)
File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 977, in get_value
return self._decode_value(treeiter, column, value)
File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 803, in _decode_value
value = value.decode('UTF-8')
AttributeError: 'NoneType' object has no attribute 'decode'
The text was updated successfully, but these errors were encountered:
I hit these tracebacks while bouncing between a couple of processes over and over.
The text was updated successfully, but these errors were encountered: