Skip to content

ApiFrameType is not iterable #242

@cricc78

Description

@cricc78

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:

image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions