Project

General

Profile

Actions

Bug #7878

closed

Exception in `arv ws` while watching pipeline_instance logs

Added by Joshua Randall over 10 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-

Description

I was running `arv ws -p z8ta6-d1hrv-57oti7794xi50hv` for the past ~15 hours, and it ran fine until 15 minutes ago when I got:

Exception in thread WebSocketClient:
Traceback (most recent call last):
File "/software/hgi/pkglocal/python-2.7.10-ucs4/lib/python2.7/threading.py", line 810, in _bootstrap_inner
self.run()
File "/software/hgi/pkglocal/python-2.7.10-ucs4/lib/python2.7/threading.py", line 763, in run
self.
_target(*self.__args, **self.__kwargs)
File "build/bdist.linux-x86_64/egg/ws4py/websocket.py", line 430, in run
self.terminate()
File "build/bdist.linux-x86_64/egg/ws4py/websocket.py", line 327, in terminate
self.closed(1006, "Going away")
TypeError: 'bool' object is not callable

Starting it up again appears to be fine, but (a) "'bool' object is not callable" is not a nice error message, and (b) it would be nice if it recovered from the error.

This is with arv cli / sdk installed from source (built on 20151119 from git commit 76683cd).

Actions #1

Updated by Joshua Randall over 10 years ago

This happened again - it might have been when keepstore was restarted. Does that make any sense?

Actions #2

Updated by Brett Smith over 10 years ago

This was already fixed in a85ea61ef977320a17f8362c4ad5b54b3f206e8c, as part of work on #7751. Please install the Python SDK and tools >= 0.1.20151123211339.

Actions #3

Updated by Brett Smith over 10 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF