Help with Wininet/IE-specific error codes

About 20% of my tests produce result code -2146697211. I tried converting that string to hex as per https://sites.google.com/a/webpagetest.org/docs/using-webpagetest/result-codes.

The hex value is 2d32313436363937323131 (String to Hex Online Converter | String Functions).

That doesn’t match up with any codes I found here

Can anyone help with steps for converting the result code?

That is 0x800C0005 in hex though that’s not a WinInet-level error code and is something going wrong deeper in the stack.

Is this on the public instance or a private instance and across all agents?

This is a private instance on Amazon using PageTest 2.15. The agent used is WPTDriver and Internet Explorer 11.

When submitting the test job, the following parameters are used:

fvonly=1
runs=1
bwIn=0
bwOut=0
latency=0
plr=0
orientation=default

Try grabbing the latest agent software and putting it on your server to auto-update the agents. The one shipped with 2.15 is pretty old at this point: https://sites.google.com/a/webpagetest.org/docs/private-instances#TOC-Updating-Test-Agents

Will do. Thanks Patrick.

An update about the error rate (negative result codes) in case it’s interesting…

2.15 produced ~ 20%. 2.16 ~ 1% :-).