Hi,
when I call function makeJsonRequest I always get the Error -103 (BLE_UNKNOWN_SEND_ERROR) in function onReceive:
using Toybox.Communications as Comm;
...
Comm.makeJsonRequest("www.openligadb.de/.../1", {}, {}, method(:onReceive));
...
If I use the URL (http://www.openligadb.de/api/getmatchdata/bl1/2015/1) in a Browser and validate the JSON Return String with JSONLint (http://jsonlint.com/) it says it is valid. So what am I doing wrong?
Thanks,
Joerg