Welcome Guest Search | Active Topics | Sign In | Register

Error Code: -118 Options
Michal Margielewski
Posted: Wednesday, September 17, 2014 10:38:20 AM
Rank: Member
Groups: Member

Joined: 8/27/2014
Posts: 21
We are testing EO.WebBrowser.dll and on two machines we see white page with information: "Error Code:-118"
Can you explain what it really means ?

Thanks
eo_support
Posted: Wednesday, September 17, 2014 11:15:34 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

-118 is "connection time out". You can get a more meaningful error code by casting -188 to enum EO.WebBrowser.ErrorCode.

Thanks!
Michal Margielewski
Posted: Wednesday, September 17, 2014 11:31:09 AM
Rank: Member
Groups: Member

Joined: 8/27/2014
Posts: 21
Thanks, it is helpful.

I find event LoadFailed which has an object LoadFailedEventArgs.

For every EO.WebBrowser.ErrorCode there is message in field ErrorMessage.
ErrorMessage is displayed in WebView ?

Do you have a list with default ErrorMessages for ErrorCode?

How many seconds is the timeout ?
eo_support
Posted: Thursday, September 18, 2014 10:10:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

You can find the message here:

http://www.essentialobjects.com/doc/6/eo.webbrowser.errorcode.aspx

We do not know the default time out value either. It's somewhere buried in Chrome's source code. Unfortunately the code base is huge so we do not go over all Chrome's source code either.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.