full error log : "exception thrown: [Exception... "<no message>" nsresult: "0x805e0006 (<unknown - Pastebin.com
"exception thrown: [Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :: http://localhost:51744/Development/Release.js :: _JS_WebRequest_Create :: line 9952" data: no],_JS_WebRequest_Create@http://localhost:51744/Development/Release.js:9952:5
__ZN13EmscriptenWWWC2EPKcS1_iRKNSt3__13mapINS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEES9_NS2_4lessIS9_EENS7_INS2_4pairIKS9_S9_EEEEEEb7Hash128j@http://localhost:51744/Development/Release.js:1191913:9
__ZN3WWW6CreateEPKcS1_iRKNSt3__13mapINS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEES9_NS2_4lessIS9_EENS7_INS2_4pairIKS9_S9_EEEEEEbb7Hash128j@http://localhost:51744/Development/Release.js:671664:2
__Z18WWW_CUSTOM_InitWWWP15ScriptingObjectP15ScriptingStringP14ScriptingArrayS4_@http://localhost:51744/Development/Release.js:940262:9
_WWW_InitWWW_m3502@http://localhost:51744/Development/Release.js:2821744:2
_WWW__ctor_m1041@http://localhost:51744/Development/Release.js:2821724:2
_U3C_logInU3Ec__Iterator2_MoveNext_m617@http://localhost:51744/Development/Release.js:2134931:3
__Z27RuntimeInvoker_Boolean_t267PK10MethodInfoPvPS2_@http://localhost:51744/Development/Release.js:2970547:8
dynCall_iiii@http://localhost:51744/Development/Release.js:3088767:10
invoke_iiii@http://localhost:51744/Development/Release.js:17083:12
__ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP12Il2CppObject@http://localhost:51744/Development/Release.js:82224:9
_il2cpp_runtime_invoke@http://localhost:51744/Development/Release.js:33110:8
__Z20il2cpp_invoke_method21ScriptingMethodIl2CppP15ScriptingObjectP18ScriptingArgumentsPP18ScriptingExceptionb@http://localhost:51744/Development/Release.js:722067:9
The coroutine is a very simple www.
WWW www = new WWW("http://api.parse.com/1/login?username=" + username + "&password=" + pass);
while (!www.isDone)
yield return www;
Debug.Log(www.text);
It works fine on chrome, but on firefox it doesn’t and I have no idea why because the logs makes no sense to me.