I got mine to work. Im a little worried because I did a bunch of stuff and hoping it doesn’t mess up randomly later. Basically though I deleted the contents of my HTML folder altogether because I had another copy of my JS code in there that was wrong. Also I don’t need a resources file inside my html folder because all my resources are already in my repo and I noticed the path to them looked like {‘name’: ‘BIC/BIC/Stim84ind.jpg’, ‘path’: ‘BIC/BIC/Stim84ind.jpg’} instead of {‘name’: ‘BIC/BIC/Stim84ind.jpg’, ‘path’: ‘resources’}.
Anyways hope you work it out. If that doesn’t work^^ you may also want to try
psychoJS.downloadResources({
resources: [
{‘name’: ‘BIC/BIC/Stim84ind.jpg’, ‘path’: ‘resources’}
{‘name’: ‘BIC/BIC/Stim84ind.jpg’, ‘path’: ‘resources’}
{‘name’: ‘BIC/BIC/Stim84ind.jpg’, ‘path’: ‘resources’}
]
});
at the beginning of your experiment with all your resources listed and you could also make the path the file itself like I did so it is grabbing the resources from the master repo and not your resources folder.
Best of luck
Clark