ngocthanhit / xig

Automatically exported from code.google.com/p/xig
0 stars 0 forks source link

XIG crash / Connectport X4 #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 2 xbee devices using XIG
2. running fine for a few hours and then XIG crashed

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "xig.py", line 208, in main
    ret = xig.go()
  File "xig.py", line 173, in go
    self.__io_kernel.ioLoop(timeout=None)
  File "/Users/jordanh/eclipse_workspaces/esp/xig/src/library/xig_io_kernel.py", line 225, in ioLoop
  File "/Users/jordanh/eclipse_workspaces/esp/xig/src/library/xbee_xmit_stack.py", line 166, in tx_status_recv
NameError: global name 'struct' is not defined

What version of the product are you using?
XIG 1.3.2

Original issue reported on code.google.com by rhaist...@gmail.com on 26 Jan 2012 at 1:08

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r123.

Original comment by Jordan.H...@gmail.com on 29 Jan 2012 at 3:59

GoogleCodeExporter commented 9 years ago
This was caused by a missing module import in the xbee_xmit_stack.py module.  
It has been fixed in release v1.4.0.  What sort of application are building?

Original comment by Jordan.H...@gmail.com on 29 Jan 2012 at 5:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 7f6785da03ea.

Original comment by Jordan.H...@gmail.com on 29 Mar 2012 at 12:54