We have a Javascript application which uses Skype4COM to interface with a running Skype instance. One of our testers' machine is running Windows Vista, IE 7, and the latest version (as of today, April 17) of Skype.
When this machine runs our main Javascript app, the command Skype.Client.Start works (brings Skype to the foreground). The next line, Skype.Attach, fails after a few seconds, with an error message: "Wait Timeout". This same Timeout error is also thrown on the line alert(Skype.CurrentUserHandle); if I put it before the Attach.
This exact code works correctly (achieves an Attachment) on every other computer in our company.
Another twist: If the above code is run within the Skype Plugin Browser via our company's plugin, on the affected machine, it _works_.... so the error only happens when Skype4COM is loaded in an independent browser window on this machine (as opposed to the browser used by the Plugin Manager).
Has anyone else seen Wait Timeout errors on Attach(), or has any suggestions for fixing this?
Thanks,
-Nathan Keeney