Search the Community
Showing results for tags '$_IEStatus_NoMatch'.
-
I'm struggling to get my code working in the latest IE.au3 (3.3.9++) that came with the newest stable version of AutoIt (v3.3.10.2). There's an old, but perfect example DaleHohm >posted that illustrates the problem: From the debug console: IE.au3 T3.0-1 Warning from function _IEFrameGetObjByName, $_IEStatus_NoMatch (No frames matching name) When I reverted to an older IE.au3 (3.3.7.20++), everything worked as expected. Searched the forums, looked at the update history in the IE.au3 header, nothing's jumping out at me that I need to do differently to get this to work with the latest Include. Any ideas? Edit: I tried to use the latest beta version's IE.au3 (3.3.10.0) and noticed that debugging was turned on, this is the result: @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 266 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3054 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3024 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 441 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3039 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3054 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3024 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 459 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 1935 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 3054 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 3024 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 1607 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3039 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3054 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3024 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 441 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 3039 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 3054 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 3024 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 3041 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 459 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 490 @@ Debug(3026) : $Name_IEIsObjType = HTMLDocument >Error code: 0 $ScriptLineNumber = 521 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 693 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3039 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3054 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 3024 @@ Debug(3026) : $Name_IEIsObjType = IWebBrowser2 >Error code: 0 $ScriptLineNumber = 698 @@ Debug(3026) : $Name_IEIsObjType = HTMLWindow2 >Error code: 0 $ScriptLineNumber = 1793 @@ Debug(3026) : $Name_IEIsObjType = HTMLWindow2 >Error code: 0 $ScriptLineNumber = 3039 @@ Debug(3026) : $Name_IEIsObjType = HTMLWindow2 >Error code: 0 $ScriptLineNumber = 3054 @@ Debug(3026) : $Name_IEIsObjType = HTMLWindow2 >Error code: 0 $ScriptLineNumber = 1799 @@ Debug(3026) : $Name_IEIsObjType = HTMLWindow2 >Error code: 0 $ScriptLineNumber = 3054 @@ Debug(3026) : $Name_IEIsObjType = HTMLWindow2 >Error code: 0 $ScriptLineNumber = 1777 --> IE.au3 T3.0-1 Warning from function _IEFrameGetObjByName, $_IEStatus_NoMatch (No frames matching name) --> IE.au3 T3.0-1 Error from function _IEBodyWriteHTML, $_IEStatus_InvalidDataType I turned on debugging ($__IEAU3Debug = True) with the older version (3.3.7.20++) that still works... but it gives some interesting errors: --> COM Error Encountered in ie_scratch_test.au3 ----> $IEComErrorScriptline = 3690 ----> $IEComErrorNumberHex = 80020006 ----> $IEComErrorNumber = -2147352570 ----> $IEComErrorWinDescription = Unknown name. ----> $IEComErrorDescription = ----> $IEComErrorSource = ----> $IEComErrorHelpFile = ----> $IEComErrorHelpContext = ----> $IEComErrorLastDllError = 0 --> COM Error Encountered in ie_scratch_test.au3 ----> $IEComErrorScriptline = 3690 ----> $IEComErrorNumberHex = 80020006 ----> $IEComErrorNumber = -2147352570 ----> $IEComErrorWinDescription = Unknown name. ----> $IEComErrorDescription = ----> $IEComErrorSource = ----> $IEComErrorHelpFile = ----> $IEComErrorHelpContext = ----> $IEComErrorLastDllError = 0 I was hoping someone could confirm with the replicator whether or not it works for them in the latest stable AutoIt. If the script works, the text box below "Test" should say "hi" instead of being blank. I'm using Windows 8.1 that comes with IE11. Running it as admin did not change the result. Thanks!
- 4 replies
-
- ie
- _IEFrameGetObjByName
-
(and 2 more)
Tagged with: