Comm.makeJsonRequest not calling callback function

Has anyone experienced a problem whereby a Comm.makeJsonRequest call does ever get to call the calbck function?

I had a working example (BigWeather) but now it refises to fore the callback function.

I thought it might be a API / site call but switched APIs to no avail
Then I thought it ight be cos the app was using 50k but managed to get it down to 38k and its still doing it
the connection via bluetooth is fine
the phone's connection to the web is fine
the actual api call workis in the sim
there are no errors in the ciq log file on the device

Any ideas!?!?!
  • This is the memory usage

    TVM ERROR:
    Circular Dependency Error
    Unfreed memory on exit

    memory usage=55206
    memory free=10338
    *** calling forecast

    I copied my widget and stripped out everything apart from the JSON call, and that works. So it's not the device,bluetooth, phone, internet etc.

    ANY ideas why I don't see my callback funtion being made? Is it the TVM error? If so how can I resolve? Ta
  • if u use progressview - then it would show the unfreed memory on exit. Search the thread. MoxuRoger has even a test app.