EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

detach pipeline throws exceptions #148

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
18:38:47 [46912496243072] hotwire.ui.Command ERROR Exception in callback
Traceback (most recent call last):
  File "/src/hotwire-shell/hotwire/logutil.py", line 28, in _exec_cb
    return func(*args, **kwargs)
  File "/src/hotwire-shell/hotwire_ui/command.py", line 846, in
__on_pipeline_state_change
    self.__mark_pipeline_unseen(pipeline, True)
  File "/src/hotwire-shell/hotwire_ui/command.py", line 619, in
__mark_pipeline_unseen
    cmdview.cmd_header.set_unseen(unseen)
AttributeError: 'NoneType' object has no attribute 'cmd_header'
Traceback (most recent call last):
  File "/src/hotwire-shell/hotwire_ui/command.py", line 293, in
__on_pipeline_metadata
    self.__handle_status(cmdidx, meta)
  File "/src/hotwire-shell/hotwire_ui/command.py", line 301, in __handle_status
    statusdisp = self.__cmd_statuses.get_children()[cmdidx]
IndexError: list index out of range
Traceback (most recent call last):
  File "/src/hotwire-shell/hotwire_ui/command.py", line 293, in
__on_pipeline_metadata
    self.__handle_status(cmdidx, meta)
  File "/src/hotwire-shell/hotwire_ui/command.py", line 301, in __handle_status
    statusdisp = self.__cmd_statuses.get_children()[cmdidx]
IndexError: list index out of range

Original issue reported on code.google.com by cgwalt...@gmail.com on 12 Feb 2008 at 11:39

GoogleCodeExporter commented 9 years ago
Detach pipeline works for me, no exception happens.  Is it worth you retesting 
to see
if it is fixed for you now?

I'm running the latest from svn (1262).

Original comment by dmi...@gmail.com on 19 Jun 2008 at 5:21