Reply To: Images won't load in experiment, but uploaded in resources

PennController for IBEX Forums Support Images won't load in experiment, but uploaded in resources Reply To: Images won't load in experiment, but uploaded in resources

#6138
Jeremy
Keymaster

Hi,

Failing to preload resources that were successfully updated to your project most often results from one these things:

  • A typo in the filename, ie. check the filename of the file under Resources, and also check how it is spelled in your script and/or table
  • Still a typo matter, but maybe less obvious: case matters, pay special attention to whether the extension is lower- or upper-case
  • A typo in the column name from your table that should provide the filename (eg. row.Colunm when the actual name of that column in your table is column)
  • An unsupported format. Even if your filename ends with an extension that corresponds to a supported format, make sure that you didn’t actually save the file in a different format (eg. you saved it as a vector image but renamed is with a jpg extension—that just won’t work)

There could be other problems that cause the same behavior you’re describing. If you’re having trouble debugging this, feel free to send me a link to your experiment at support@pcibex.net

Also, note that the very first consent trial in your first block of code has no wait command anywhere, so it naturally won’t have time to show its content on the page before moving to the next trial. I don’t know why the trials from the Template command are not executed since they do contain a wait command, maybe your tables are empty, or you made a typo in their names

Jeremy