-
Notifications
You must be signed in to change notification settings - Fork 94
Description
We have a Xbee3 LTE Cat 1 (Verizon) device and we're using this python library to send HTTP POSTs over a TCP socket.
The problem is that the socket.connect fails even if we use the exact TCP Socket example code with no modification. Here's an example of the error:
This happens even if we run other sample code, such as the sms send example. In this case, the sms successfully sends, but we get the "ApiFrameType is not iterable" error just like we get when running the TCP socket example. The library seems to have an issue processing the response packets, or there is no response packet.
We've installed this library from source, so that we could get the latest commits that aren't in v1.4 (those seem to fix the CellularDevice not working at all).
Has anyone encountered this issue?