SteamAchievementManager
SteamAchievementManager copied to clipboard
System.Net.WebException 407 when using a system-wide proxy
Hello.
When using a system-wide proxy which requires HTTP basic auth, SAM will not start and will throw up an System.Net.WebException saying The remote server returned an error: (407) Proxy Authentication Required. Did not looked at the code, but I think It's related to game info fetching iterations since picker is able to show some random junk game from my library. This process can be obviously skipped in next version in case of error or be handled interactively (if someone knowing C# will contribute), but
for random guys who googled that issue: just disable the proxy or google how to setup proxy connection with credentials in Windows.