Jessecar96 / SteamBot

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

Fixed DoLogin() of SteamWeb.cs #1144

Closed willmi94 closed 5 years ago

willmi94 commented 5 years ago

Credit: @Cancerberg https://github.com/Jessecar96/SteamBot/issues/1063

Cancerberg's suggestion works according to my own tests.

BlueRaja commented 5 years ago

I think the actual root of the problem is that HexToByte doesn't accept lower-case letters. I've fixed that in https://github.com/Jessecar96/SteamBot/pull/1139. Please try that out and see if it works.