Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP request not working #89

Open
omkarmali1984 opened this issue Sep 25, 2023 · 1 comment
Open

HTTP request not working #89

omkarmali1984 opened this issue Sep 25, 2023 · 1 comment

Comments

@omkarmali1984
Copy link

I have a Digi XBee3 Cellular LTE-M/NB-IoT module with a firmware version: 1141A. I am using a 1NCE NB-IOT sim. Preferred network technology is set to NB-IoT Only.

I am following user guide examples presented in the link below
https://www.digi.com/resources/documentation/Digidocs/90002258/#containers/cont_examples.htm?TocPath=XBee%2520connection%2520examples%257C_____0

Everything worked fine, but the example in Perform a (GET) HTTP request section did not work. Then I tried the HTTP Request Sample Application micro-python program found at https://github.com/digidotcom/xbee-micropython/blob/master/samples/cellular/http_request/main.py

Why is HTTP Request not working? The micro-python code runs, connects to the cellular network, then crushes away with an error. Please see below.
Traceback (most recent call last):
File "", line 48, in
OSError: [Errno 7005] EIO

I tried everything, and I am running out of an idea. Google search says this is the issue with connecting with AWS Console, but I am not using an AWS, and I am trying a simple HTTP get request.

When preferred network technology is set to LTE-M Only and it works without any issue. Am I missing anything? Any assistance on how to move forward would be greatly appreciated.

Thanks!
Omkar

@mikewadsten
Copy link
Contributor

mikewadsten commented Sep 25, 2023

I would suggest that you reach out to 1NCE for support on this, since as you mention, the request works fine when using LTE-M, but fails with NB-IoT. My guess is that your SIM is configured to not allow HTTP traffic (or possibly even TCP traffic in general?) when using NB-IoT. 1NCE would be able to tell you whether that is the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants