Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 910 forks source link

Unhandled exception on SteamWeb.cs #1078

Open meletisf opened 7 years ago

meletisf commented 7 years ago

Good evening,

for some bizarre reason i get a 503 HTTP error while authenticating the bot which is unhanded and causes the program to pause. No fatal crash is caused by it but i'm forced to continue the execution manually.

if (isGetMethod || string.IsNullOrEmpty(dataString))
{
      return request.GetResponse() as HttpWebResponse;
}
lukasgolson commented 6 years ago

same here, did you find a fix?