SteamBot icon indicating copy to clipboard operation
SteamBot copied to clipboard

Various fixes

Open BlueRaja opened this issue 6 years ago • 2 comments

  • Updating SteamAuth, SteamKit, and Json.net versions
    • (not using the latest SteamKit because there was a major version bump! We should update for that)
  • Fix bug causing trade offer confirmations to break
  • Fix bug causing bot to crash when loading some inventories
  • Make Bot._loadTask public so bots can wait until load is complete
  • Fix bug causing login to not work in some regions

Sorry I didn't pull these into separate PR's 😅 also sorry for being too lazy to rebase, so there's lots of old empty merge commits

BlueRaja avatar Oct 08 '18 01:10 BlueRaja

Fix bug causing trade offer confirmations to break

Could you elaborate on that? I think I've had some issues with that stuff, but it's still unclear to me what causes them.

Noobgam avatar Oct 08 '18 07:10 Noobgam

I've been seeing "Invalid session when trying to fetch confirmations" lately. @Koenig4443 suggested a fix here which fixed the issue for me, so I applied it in this commit

BlueRaja avatar Oct 08 '18 19:10 BlueRaja