Proxy Error

Hi Team,

I’m getting the following error:

Capture

I’ve already changed the uiRobot.exe.config and NuGet.config files to accept the proxy, but I’m still getting the error.

Any suggestions?

Cheers!

All sorted, I altered the config file to read

      <system.net>
    <defaultProxy useDefaultCredentials="true">
    </defaultProxy>
  </system.net>