SteamBot
SteamBot copied to clipboard
Various fixes
- 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
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.
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