Page 1 of 1
Error handling
Posted: Wed Nov 02, 2011 5:04 pm
by sugarray
Hi,
How can I catch and handle errors such as
- "Could not export database. The process could not access the file because it is being used by anothers process"
- "Index out of range"?
I wan't my script to ignore these errors and continue looping.
Thankful for any answers.
Re: Error handling
Posted: Thu Nov 03, 2011 3:51 am
by webmaster
You just predicted the future

. This will be implemented on the next update (pretty soon). BTW, how or where are you getting an "Index out of range" error?
Re: Error handling
Posted: Fri Nov 04, 2011 3:26 pm
by sugarray
Thank you for the quick response. Great!
When is this expected to come out?
Do you have any temporary solution to retry the export database function? Is there a way to export the database with javascript or something like that?
I'm not sure why I get the index-out-of-range error. It seems to show up randomly while looping the website.
Thanks again!
Re: Error handling
Posted: Fri Nov 04, 2011 4:50 pm
by webmaster
Hi,
It will most likely come out today.
Re: Error handling
Posted: Sun Nov 06, 2011 8:36 am
by webmaster
Hi there,
The updated version is now live

Re: Error handling
Posted: Mon Nov 14, 2011 8:18 am
by sugarray
Hi "Webmaster",
It works great with the "ignore errors" function.
Thank you alot, this program makes my day alot easier.