@loyola - I have started on a massive quest to figure this out, and appreciate your input. And, I too suspect something with Android, but have nothing concrete to back it up with yet.
These are the harder ones to debug, because if it works on other platforms, it should work on all the platforms. And nothing has really changed in that area of the code base.
I’ve got my phone all tethered up to the Android monitor (Wi-Fi off) and can get a successful round-trip on Android 6.0.1 with Coronium 1.92 (which it should), I was watching the device logs and the data is returned.
[lua]
05-09 10:08:58.457: I/Corona(31616): result:
05-09 10:08:58.458: I/Corona(31616): user:
05-09 10:08:58.458: I/Corona(31616): profile:
05-09 10:08:58.458: I/Corona(31616): accessId:
… (and so on)
[/lua]
I don’t have any other Android versions to test on, so there could be something there. My test is also imperfect because what I really need is a compiled APK that throws the error. Because it could also be caused by some other element that the Coronium client isn’t playing nice with.