-
Its saying Login Failed to generate 2FA code. Make sure you have linked the authenticator via Steambot.
How do I link the authenticator via steambot?
-
except reload inventory.any ways?
-
how to fix this thing?
-
So, I'm finally _finally_ getting around to looking at our code for Trade Offers. As far as I can tell from the code, this is the current typical use-case:
1. When we get a `SteamBot.SteamNotificatio…
-
I was playing around with SteamBot when i encountered this bug.
When i send 5 consecutive trade offers from my account to Bot's account as fast as i can, every time either one or two offers don't get …
sqruf updated
8 years ago
-
it keeps giving me error 85/WARN: Disconnected from Steam Network! here is my config witch is literally all i have changed
{
"Admins":["76561198276075344"],
"ApiKey":"82E6F4D00DE08BC77B433D913152AC5A"…
-
Im having difficulty installing fibers via npm, the error is below. Any help is much appreciated!
C:\Users\Iain\Steambot>npm install fibers
> fibers@1.0.8 install C:\Users\Iain\Steambot\node_modules…
-
I built the bot, wrote the Settings.json File.
Created the authfiles Folder, extracted the zip from the SDA in there.
Than i set up my Account with it.
now when i start the Bot i get the following Err…
ItsJD updated
8 years ago
-
Current version of wiki is outdated and does not contain information regarding trade offers, [new config options](https://github.com/Jessecar96/SteamBot/wiki/Configuration-Guide#configure-the-bot) etc…
-
Hey
One of the reason i decide to rewrite steambot was of return antipatern there. The worst scenario is something like
```
bool CreateTradeOffer(params notImportant, out tradeOfferId)
{
//only …