Getting Errors in offline mode


Author
Message
audiosophy
audiosophy
Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)
Group: Forum Members
Posts: 62, Visits: 212
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? 
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
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?

audiosophy
audiosophy
Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)
Group: Forum Members
Posts: 62, Visits: 212
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
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
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.

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
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?

audiosophy
audiosophy
Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)Guru (8.7K reputation)
Group: Forum Members
Posts: 62, Visits: 212
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
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search