Millisecond Forums

Getting Errors in offline mode

https://forums.millisecond.com/Topic24638.aspx

By audiosophy - 4/24/2018

Ok so I can't seem to get offline mode to work properly. 

I have a batch file with several scripts and their materials online. I run batch file using the player app (IOS). The batch file script appears in the "tests" tab of the player. I press the "offline" toggle. I hit the 'repeat' arrow. It loads for a bit and then the loading 'dial' goes away. I select the batch file and in the subsequent window I hit the blue "start" arrow.
Inquisit then tries to load and returns this error: 



Any ideas on how I can resolve this? 
By Dave - 4/24/2018

audiosophy - Tuesday, April 24, 2018
Ok so I can't seem to get offline mode to work properly. 

I have a batch file with several scripts and their materials online. I run batch file using the player app (IOS). The batch file script appears in the "tests" tab of the player. I press the "offline" toggle. I hit the 'repeat' arrow. It loads for a bit and then the loading 'dial' goes away. I select the batch file and in the subsequent window I hit the blue "start" arrow.
Inquisit then tries to load and returns this error: 



Any ideas on how I can resolve this? 

Could you point me to the link / start page of the respective experiment?
By audiosophy - 4/24/2018

Dave - Tuesday, April 24, 2018
audiosophy - Tuesday, April 24, 2018
Ok so I can't seem to get offline mode to work properly. 

I have a batch file with several scripts and their materials online. I run batch file using the player app (IOS). The batch file script appears in the "tests" tab of the player. I press the "offline" toggle. I hit the 'repeat' arrow. It loads for a bit and then the loading 'dial' goes away. I select the batch file and in the subsequent window I hit the blue "start" arrow.
Inquisit then tries to load and returns this error: 



Any ideas on how I can resolve this? 

Could you point me to the link / start page of the respective experiment?

https://mili2nd.co/zaib

Thanks in advance
By Dave - 4/24/2018

audiosophy - Tuesday, April 24, 2018
Dave - Tuesday, April 24, 2018
audiosophy - Tuesday, April 24, 2018
Ok so I can't seem to get offline mode to work properly. 

I have a batch file with several scripts and their materials online. I run batch file using the player app (IOS). The batch file script appears in the "tests" tab of the player. I press the "offline" toggle. I hit the 'repeat' arrow. It loads for a bit and then the loading 'dial' goes away. I select the batch file and in the subsequent window I hit the blue "start" arrow.
Inquisit then tries to load and returns this error: 



Any ideas on how I can resolve this? 

Could you point me to the link / start page of the respective experiment?

https://mili2nd.co/zaib

Thanks in advance

Thanks! On it, will update here as quickly as possible.
By Dave - 4/24/2018

Dave - Tuesday, April 24, 2018
audiosophy - Tuesday, April 24, 2018
Dave - Tuesday, April 24, 2018
audiosophy - Tuesday, April 24, 2018
Ok so I can't seem to get offline mode to work properly. 

I have a batch file with several scripts and their materials online. I run batch file using the player app (IOS). The batch file script appears in the "tests" tab of the player. I press the "offline" toggle. I hit the 'repeat' arrow. It loads for a bit and then the loading 'dial' goes away. I select the batch file and in the subsequent window I hit the blue "start" arrow.
Inquisit then tries to load and returns this error: 



Any ideas on how I can resolve this? 

Could you point me to the link / start page of the respective experiment?

https://mili2nd.co/zaib

Thanks in advance

Thanks! On it, will update here as quickly as possible.

Okay... I've made a slight change to the uploaded batch script, although I'm not sure that has anything to do with the error you've reported. Here's what's confusing:

The error message complains about a missing file "IWAH Scale.iqx" (note the casing), although the batch you had uploaded references no such file. Instead, it referenced a file called "iwah_scale.iqx"

<batch>
/ file = "iwah_scale.iqx"
/ file = "NeedForCogClosure.iqx"
/ file = "illusion.iqx"
/ file = "remoteassociatestest_itembyitem.iqx"
/ file = "ultimatumgame.iqx"
/ file = "bart.iqx"
</batch>

which is definitely there / exists. So, essentially, I'm wondering whether some older <batch> file is still cached on the device and the Inquisit app thus tries to fetch files that don't exist anymore. Could that be the case, i.e. have there been different iterations of the batch and scripts involved?
By audiosophy - 4/24/2018

Dave - Tuesday, April 24, 2018
Dave - Tuesday, April 24, 2018
audiosophy - Tuesday, April 24, 2018
Dave - Tuesday, April 24, 2018
audiosophy - Tuesday, April 24, 2018
Ok so I can't seem to get offline mode to work properly. 

I have a batch file with several scripts and their materials online. I run batch file using the player app (IOS). The batch file script appears in the "tests" tab of the player. I press the "offline" toggle. I hit the 'repeat' arrow. It loads for a bit and then the loading 'dial' goes away. I select the batch file and in the subsequent window I hit the blue "start" arrow.
Inquisit then tries to load and returns this error: 



Any ideas on how I can resolve this? 

Could you point me to the link / start page of the respective experiment?

https://mili2nd.co/zaib

Thanks in advance

Thanks! On it, will update here as quickly as possible.

Okay... I've made a slight change to the uploaded batch script, although I'm not sure that has anything to do with the error you've reported. Here's what's confusing:

The error message complains about a missing file "IWAH Scale.iqx" (note the casing), although the batch you had uploaded references no such file. Instead, it referenced a file called "iwah_scale.iqx"

<batch>
/ file = "iwah_scale.iqx"
/ file = "NeedForCogClosure.iqx"
/ file = "illusion.iqx"
/ file = "remoteassociatestest_itembyitem.iqx"
/ file = "ultimatumgame.iqx"
/ file = "bart.iqx"
</batch>

which is definitely there / exists. So, essentially, I'm wondering whether some older <batch> file is still cached on the device and the Inquisit app thus tries to fetch files that don't exist anymore. Could that be the case, i.e. have there been different iterations of the batch and scripts involved?

Hi Dave, yeah just before you replied I replaced spaces with underscores in some of the file names of the images. It seems to work now, thanks