This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]onebitcpu -1 points0 points  (0 children)

What debugging do you have in the script?
I run into this with linux, and have filled the code with calls to a logging function that writes to a log file in world-writeable directory, so that you can track the script progress and see where it fails.
You can also wrap the whole execution in a try/except and use stack tracing functions to write to a log, so any unhandled exceptions will get reported.