This should be easy But! Xbee Gateway Lan/Wifi and Xbee Sensor and Cloud! Help Needed

Using the provided needed python script and get this error.

Nov 12 01:45:07 local7.info pylog: Starting Application
Nov 12 01:45:07 local7.info pylog: Running DBL
Nov 12 01:45:07 local7.info pylog: Binding to Zigbee
Nov 12 01:45:07 local7.info pylog: Traceback (most recent call last):
Nov 12 01:45:07 local7.info pylog: File “xbee_to_DC.py”, line 35, in
Nov 12 01:45:07 local7.info pylog: sock.bind((“”, 0xe8, 0, 0))
Nov 12 01:45:07 local7.info pylog: File “/usr/lib/python2.7/socket.py”, line 224, in meth
Nov 12 01:45:07 local7.info pylog: socket.error: [Errno 95] Operation not supported

The gateway sees the devices and the cloud, the cloud sees the gateway and the devices but I cannot get and data.(temperature, light and humidity) xbee_to_DC.py is an issue (provided in support) also time cannot be corrected using time servers

Seems that script is not needed! To much outdated information available with no clear tutorial or manual available.

Got it to work by changing one default setting IR=30000 in input/output settings

Now I need to figure out how to slow down the sampling rate as each sensor sends/polls data every 6 seconds.