Sometimes when using network.download I get this error message in the terminal:
[NSURL initWithString:relativeToURL:]: nil string parameter
As far as I know this is because native NSURL initWithString returns nil, when the provided url is invalid.
The problem is that in corona this is not thrown as an error in the listener provided for network.download, so my app basicly freezes. Is there a way to handle this error?
[import]uid: 13632 topic_id: 19391 reply_id: 319391[/import]