Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

[open] Error while executing inline script

edited March 2016 in OpenSesame

Hi all,

I am trying to run an experiment with multiple rounds, but it always stops after the baseline and gives me the following error.

My hunch is that I am calling a sound or pictures that is not in the pool, but I have tried a lot of asjustments and nothing works.

Thanks in advance

Error while executing inline script
phase: run
item: looptrials2
line: 175
exception message: Error while executing inline script
exception type: osexception

Traceback (also in debug window):
File "dist\libopensesame\inline_script.py", line 173, in run
File "dist\libopensesame\python_workspace.py", line 111, in _exec
File "", line 21, in
File "dist\libopensesame\inline_script.py", line 176, in run
osexception:
Error while executing inline script

phase: run
item: block3initialize
line: 23
exception message: name 'Item1' is not defined
exception type: NameError

Traceback:
File "dist\libopensesame\inline_script.py", line 173, in run
File "dist\libopensesame\python_workspace.py", line 111, in _exec
File "", line 24, in
NameError: name 'Item1' is not defined

Comments

  • edited 12:04PM

    Hi,

    Your hunch may have some merit. Did you try adding the extension to the filename? (e.g. 'item1.jpg')

    Cheers,

    Josh

Sign In or Register to comment.