Hi,
I have discovered some weird behavior in the Connect IQ simulator. The simulator closes without warning or error immediately.
Code inside the SyncDelegate to reproduce:
var options = {
:method => Communications.HTTP_REQUEST_METHOD_GET,
:responseType => Communications.HTTP_RESPONSE_CONTENT_TYPE_AUDIO,
:mediaEncoding => Media.ENCODING_MP3,
};
Communications.makeWebRequest(url, params, options, self.method(:onComplete));
The request url points to some mp3 file. If the mp3 file has the © character in ANY of the metadata fields, the simulator crashes (screen disappears, no warning, no error anywhere).
Is this expected behaviour?
Best regards,