"Unknown resource" when using wav files online

URL of experiment: https://run.pavlovia.org/carlafig/escucha-dicotica/html/?__pilotToken=d3d9446802a44259755d38e6d163e820&__oauthToken=fc450c61423979c33e823b293909d239740bfcebcb0a235b53913b4026b8da15

Description of the problem: when try to run i have the next menssage
Unfortunately we encountered the following error:

  • when getting the value of resource: sounds/diferentes_ga_la.wav
  • unknown resource

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

This has cropped up a few times and it’s generally an issue with the fact that you’re using wav files for your audio. While those are popular on windows they aren’t supported by most internet browsers (due to lack of audio compression).

You’ll need to convert your audio files to a different format (e.g. ogg or mp3).

Thanks but When i use ogg show a wrong
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\sound_base.py”, line 193, in setSound
raise ValueError(msg + value)
ValueError: setSound: could not find a sound file named sounds/Iguales_co

My guess is that your sound is actually called sounds/Iguales_co.ogg not just sounds/Iguales_co (but Windows and Mac both hide the extension by default but it is still there)

yes you are correct

i put both formats but dont work :(, https://run.pavlovia.org/carlafig/escucha-dicotica/html/?__pilotToken=aab3238922bcc25a6f606eb525ffdc56&__oauthToken=fc450c61423979c33e823b293909d239740bfcebcb0a235b53913b4026b8da15

Was there a solution for this. I am running into the same issue now. I am getting an Unknown resource for my audio wav files. When I try to load the file’s url directly, I do see get them in the browser.

Same problem. I’d really like to use uncompressed audio, but I keep getting

  • when getting the value of resource: html/resources/adaptive_sounds/lblock_trial1_diff8.wav
  • unknown resource

The file structure is right and works locally.

Willing to use mp3 if necessary, but I’m skeptical about the hypothesis that Chrome somehow doesn’t support wav files.

UPDATE: Now I’ve replaced the wav files with mp3, but it seems to do the same thing:

  • when getting the value of resource: html/resources/adaptive_sounds/lblock_trial1_diff8.mp3
  • unknown resource

…so I must be running into a problem for a different reason. Here is the project:

Fixed it using another answer – put files straight into the resource folder and used filenames without path. Wav files turned out to work fine.

2 Likes

Same problem.
I’ve tried both mp3 and wav, but neither worked.
The file is in the project archives in gitlab, but I’m not sure if this is the correct place to upload it, since it is not working.

  • when getting the value of resource: register.wav
  • unknown resource

Hi, I also have the same issue, I have changed audio to mp3 and checked my filenames. It still fails to load both audio files, here is my URL nback [PsychoPy]

Hi,

I fixed it by removing them from subfolders and just throwing them all in the main folder and adjusting the column in excel accordingly.

Hope that works for you.