Online experiments cannot be conducted

URL of experiment: Go_NoGo [PsychoPy]

Description of the problem: when I try to run my experiment, I get an error like this:

Have you tried piloting it via the Pilot button from the Pavlovia page?

Have you tried setting it to Running?

f I run in pavlovia, I will get another wrong

Here are some threads about that error.

I’m guessing you have a sound component, or a sound created in code. Try disabling it.

In fact, my entire experiment had nothing to do with sound

Interesting

Please check the Browser Console to see if you can pinpoint which line of code is giving the error.

I just got the following prompts for the problem in the Console.





if(typeof console[consoleMethodName].apply==“function”){console[consoleMethodName].apply(console,getFormattedMessage(false));}else{consoleconsoleMethodName;}}else if((typeof opera!=“undefined”)&&opera.postError){opera.postError(getFormattedMessage(true));}};BrowserConsoleAppender.prototype.group=function(name){if(window.console&&window.console.group){window.console.group(name);}};BrowserConsoleAppender.prototype.groupEnd=function(){if(window.console&&window.console.groupEnd){window.console.groupEnd();}};BrowserConsoleAppender.prototype.toString=function(){return"BrowserConsoleAppender";};log4javascript.BrowserConsoleAppender=BrowserConsoleAppender;var xhrFactory=function(){return new XMLHttpRequest();};var xmlHttpFactories=[xhrFactory,function(){return new ActiveXObject(“Msxml2.XMLHTTP”);},function(){return new ActiveXObject(“Microsoft.XMLHTTP”);}];var withCredentialsSupported=false;var getXmlHttp=function(errorHandler){var xmlHttp=null,factory;for(var i=0,len=xmlHttpFactories.length;i<len;i++){factory=xmlHttpFactories[i];try{xmlHttp=factory();withCredentialsSupported=(factory==xhrFactory&&("withCredentials"in xmlHttp));getXmlHttp=factory;return xmlHttp;}catch(e){}}
if(errorHandler){errorHandler();}else{handleError(“getXmlHttp: unable to obtain XMLHttpRequest object”);}};function isHttpRequestSuccessful(xmlHttp){return isUndefined(xmlHttp.status)||xmlHttp.status===0||(xmlHttp.status>=200&&xmlHttp.status<300)||xmlHttp.status==1223;}