Online Experiment can not download image resources

URL of experiment: Leo / emotion-task-online · GitLab
Pavlovia

Description of the problem:

Online Experiment can not download image resources

I have everything placed under resources folder the structure is roughly as follow:

  • html/
    • index.html
    • untitled2.js
    • resources/
      • Where all my .jpg lives*

I figured out my problem, % is not url friendly when making a get request, it is reserved for special characters such as %20 for spaces, removing the percentage sign in the file name solved the problem

1 Like