diff --git a/scr/SCMBot/MainUtils.cs b/scr/SCMBot/MainUtils.cs index a958fe7..76d9080 100644 --- a/scr/SCMBot/MainUtils.cs +++ b/scr/SCMBot/MainUtils.cs @@ -592,6 +592,8 @@ private string GetScanErrMess(string message) break; case "6": mess = "Item is not supported in html source!"; break; + case "8": mess = "Move along..."; + break; default: mess = "Unknown error"; break; } diff --git a/scr/SCMBot/SteamUtils.cs b/scr/SCMBot/SteamUtils.cs index 7e355a0..e19487f 100644 --- a/scr/SCMBot/SteamUtils.cs +++ b/scr/SCMBot/SteamUtils.cs @@ -804,6 +804,11 @@ public byte ParseLotList(string content, List lst, CurrInfoLst currLst //403 Forbidden return 5; } + else if (content.Length < 40) + { + //Move along + return 8; + } else if (content[0] != '{') { //Json is not valid