SteamAchievementManager icon indicating copy to clipboard operation
SteamAchievementManager copied to clipboard

System.Net.WebException 407 when using a system-wide proxy

Open insan3d opened this issue 11 months ago • 0 comments

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.

photo_2025-01-10_02-44-33 photo_2025-01-10_02-44-28

insan3d avatar Jan 09 '25 22:01 insan3d