luis02
November 4, 2014, 7:48pm
1
Hi, until yesterday my Sparkcore was working without any issues, but now I can’t use the Http Client library from https://github.com/nmattisson/HttpClient .
I updated the firmware to 3.04 and then got this error. I tried going backwards but got the same problem, tried GET, POST requests and even a GET request to google but always get connection failed.
I’m programming from the web IDE (have a windows PC) and this is my code https://gist.github.com/LuisFDuarte/9358c3daa34a8b6a81f4#file-gistfile1-cpp . This code was working the last week. Thanks in advance
Coffee
November 4, 2014, 8:13pm
2
The httpclient does not work as well for me. But I can’t do any kind of tcp connections… see my post: TcpClient Problem
luis02
November 4, 2014, 9:19pm
3
I guess something broke after firmware update , looks like a common problem.
bko
November 4, 2014, 9:23pm
4
Hi @luis02
Have you tried to tool that @mtnscott pulled together available here:
I am starting a thread in the Troubleshooting section for resolving an issue with Cores that are not able to resolve DNS properly. The typical behavior is the calls to TCPConnect will fail when using a hostname, but work when using a IP address. In...
Reading time: 6 mins 🕑
Likes: 11 ❤
So far, there are 3-4 reports of this problem, but there is no good work-around when it happens.