Hi guys,
I've been getting errors lately with makeImageRequest on one of my apps. It seems super sporadic, and I don't understand why this error could be happening. I had over 100 errors in era for line 5 below, although I've never hit the problem in my personal testing. Any ideas?
The error occurs on the 5th line.
var myURL = url as String; var myParams = params as Dictionary; var myOptions = options as Dictionary; var myResponse = self.method(:onResponse) as Method; Communications.makeImageRequest(myURL, myParams, myOptions, myResponse);