I am following the example here: HTTP Request to Web Server
I have scanned the QR code on the board and activated the SIM.
I have created a config.json with the URL generated from the webhook.site.
When I try to run the get.py script, it simply hangs for about with the blue LED on the board blinking slowly and then after about 5 minutes the console has on it:
>>> %Run -c $EDITOR_CONTENT
MPY: soft reboot
INFO: Sending a GET request.
INFO: {'response': ['OK'], 'status': 0}
INFO: {'response': 'timeout', 'status': 2}
>>>
I see no requests on webhook.site.
Any ideas of what’s going on? I even tried it outside with no joy.
Thanks.