ScriptWFX plugin crashes TC , stack trace included

English support forum

Moderators: Hacker, petermad, Stefan2, white

billiebub
Member
Member
Posts: 187
Joined: 2011-04-12, 19:49 UTC

Post by *billiebub »

my timeout is also set to 30 seconds. I basically make an HTTP POST to one my intranet sites and most of the time it works no problem but you get these odd times where the server is down or busy:

Code: Select all

Set objHTTP = CreateObject ("Microsoft.XMLHTTP")  	
objHTTP.open "POST", strIntranetURL & strPhoneDirectoryURI, False, "user", "pass"
When you decide to "End" the script you get the famous TC popup with the stack trace and whether you would like to continue or not.
Post Reply