Comments
-
I had a problem where once a script failed with some error, since it didn't log out properly, the subsequent failures of the script occurred because the account was already logged in and the original error was no longer being displayed. I got around this writing a version of the script that logs in to the website and then…