Closed mwahal closed 9 years ago
hi @mwahal when does this occur? At shutdown / startup or in the middle of the execution of your program?
Hi .. Most of the time at shutdown, because I see that the IB transactions have finished (such as get execution reports etc).
Thanks Mudit
thanks @mwahal this looks like a well known issue caused by the Python interpeter clearing the module globals during shutdown before the thread has finished executing.
Although the error is safe to ignore I've just pushed some code to suppress it (68ba32f9622177b663bc0d370eaea900e7bf621f) to the master branch, could you try it out and let me know how it goes?
I have patched both files, will let you know if I see them again.
I have not seen the issue again. You can close this ddts now.
Great thanks for the feedback
Hi
From the setup.py file
IB_DIR = 'IB'
VERSION = '0.5.0'
I am occasionally get an exception in run method. Here is the exception,
Here is the code