Is it possible to run an experiment developed using PsychoJs on my own server?

URL of experiment: http://ic.kaist.ac.kr/stroop/html/

Description of the problem:

Hi, I am studying PsychoPy3 and PsychoJS. Awesome tool and library! I successfully built my simple stroop example and ran on my desktop and Pavlovia.org (as a Pilot).

Finally, I am trying to run my example on my own server. I uploaded a folder of the stroop example, which is generated from PsychoPy3, to my apache web server (see the URL on the first line). However, my browser throws a following error pop-up window:

======================================================================
Unfortunately we encountered the following error:

  • when importing condition: conditions.xlsx
  • when getting the value of resource: conditions.xlsx
  • unknown resource

Try to run the experiment again. If the error persists, contact the experiment designer.

But the same example works very well on Pavlovia.org (as a pilot). Does it mean I cannot PsychoJs does not support running my own server? only supporting Pavlovia.org?

Correct. PsychoJS is designed to run on Pavlovia

1 Like

Oh, I see. I wanted to repeatedly debug and test my project on my own server before uploading Pavlovia.org.

Thanks for answering!

A local debugging feature for online tasks is in development, so you can expect within a month or two.

2 Likes

Look forward :slight_smile: