thegooglecodearchive / xig

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

Unable to install XIG on DigiMesh 900 Mhz connect port #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download xig and install _xig.zip xig.py and xig_config.py on router (900 
mHz digimesh router (X2-M91-EM-A) with firmware version 2.14.0.7)
2. telnet to router
3. enter command "python xig.py"
alternatively, set xig.py to autorun on startup, but then the error output 
won't show.

What is the expected output? What do you see instead?
Package should install
Instead, get the following error:
XBee Internet Gateway (XIG) v1.4.2 starting.
Unzipping and loading modules...
done.
Traceback (most recent call last):
  File "WEB/python/xig.py", line 253, in ?
    ret = main()
  File "WEB/python/xig.py", line 239, in main
    xig = Xig()
  File "WEB/python/xig.py", line 83, in __init__
    self.__io_kernel = XigIOKernel(xig_core=self)
  File "/Users/jordanh/eclipse_workspaces/esp/xig/src/library/xig_io_kernel.py", line 55, in __init__
  File "/Users/jordanh/eclipse_workspaces/esp/xig/src/library/xig_io_kernel.py", line 117, in __getXBeeVersion
struct.error: unpack str size does not match format

What version of the product are you using?
Using current version of xig (1.4.2).  Also tried using older versions (1.4.0 
and 1.3.2) with same results.  

Please provide any additional information below.

Original issue reported on code.google.com by L2Mil...@gmail.com on 5 Apr 2012 at 4:34

GoogleCodeExporter commented 9 years ago
Thank you very much for your report. We've got some equipment on order so we 
can reproduce this and get it fixed!

Original comment by Jordan.H...@gmail.com on 6 Apr 2012 at 4:50