Jessecar96 / SteamBot

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

SteamKit2 needs to be updated #217

Closed waylaidwanderer closed 11 years ago

waylaidwanderer commented 11 years ago

Lately people have been complaining about problems which are mostly due to the fact that SteamBot is still using a very old version of SteamKit2. SteamKit2 needs to be updated, but the newest version will break the SteamWeb.Authenticate method :(

waylaidwanderer commented 11 years ago

However this can be solved by only replacing the files needed to connect to the Steam server, such as CMClient.cs and other related files.

gamemaster1494 commented 11 years ago

What problems? Would one of them be the bot being offline not able to trade?

waylaidwanderer commented 11 years ago

I believe so. Ever since I updated https://github.com/waylaidwanderer/Mist/ using that method it seems to be fine. Not conclusive though; I'll need to test more.

teliosdev commented 11 years ago

Figure out a way to fix it, figure out what issues it'll fix, create a pull request, and I'll pull it.

cwhelchel commented 11 years ago

I've had no issues recently with anything I've been doing.

gamemaster1494 commented 11 years ago

I've had users say the bots wont accept trades and when they send them a trade it says You cannot trade because they are not logged in.

Blackcode commented 11 years ago

does the SteamWeb.Authenticate has been fixed???

cwhelchel commented 11 years ago

I've had users say the bots wont accept trades and when they send them a trade it says You cannot trade because they are not logged in.

I was testing around and saw this error. I shut down the bot and switched to my bot manager branch and the issue went away. I switched back to the master and the error didn't occur there either.... It's weird.

waylaidwanderer commented 11 years ago

Only in @redjazz96's repo. He still needs to update SteamBot's SteamKit2.

teliosdev commented 11 years ago

Open up an issue there.

teliosdev commented 11 years ago

I'm going to do this now. Sorry about the extreme delay, I completely forgot about it.