Page 1 of 1

Getting a 404 error code after playing back an old script

PostPosted: Mon Nov 16, 2020 7:07 am
by RobertM
Good Afternoon.

What happens when a script that I recorded some time ago now encounters some kind of "404" error?

Thanks

Re: Getting a 404 error code after playing back an old scrip

PostPosted: Tue Nov 17, 2020 10:34 am
by eValid
RobertM wrote:Good Afternoon.

What happens when a script that I recorded some time ago now encounters some kind of "404" error?

Thanks


Thanks inquiring about that RobertM.

A "404" error means that your script is trying to load a page that doesn't exist any more.

In this case the internal state of the eValid playback becomes ERROR, and you can trip this kind of failure with the command:

OnErrorGoScript <script-name>

This will transfer the playback to the named script where you can pre-program the actions to take in that case.

We hope you find this helpful.


-- eValid Support