-
Hey,
I'm using SteamBot with SteamAuth. I want to link SteamBot with my account to be able to trade. Email confirmation is working. On setting SMS-Code an error occurs: "BadSMSCode". I'm sure to type…
-
``` bash
npm ERR! 404 'doctormckay/steam-crypto' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'steam-user'
```
ghost updated
8 years ago
-
How to provide sms code recived by sms to get bot worked? there is guardCode etc but there is no sms code option.
-
I founded in the SteamBot the commands for a live trade offer, when other users send you an offer request. But how can I manage the offline trade offer? When user send you offer with tradeurl for exam…
-
Is it possible programmatically via javascrpt or php to determine if some trader's trade link have enabled Steam Guard Mobile Authenticator?
Thanks for your good work and help.
-
Crashes when being invited:
/home/kraxarn/node_modules/steam-groups/node_modules/bytebuffer/dist/ByteBufferNB.js:2181
throw TypeError("Illegal begin: Not an integer");
…
-
Ideally the DebugHud logging system should be replaced with the logging system from KSTF's SteamBot code.
-
```
java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: RSA keys must be at least 512 bits long
at sun.security.rsa.RSAKeyFactory.engineGeneratePublic(Unknown Source)
…
-
Hello, I get a invalid URI error after accepting an offer, this is the error from the log, I already tried change the website url in settings.json but it didnt help:
ERROR: System.UriFormatException:…
-
Hi there,
We are using 100% original SteamBot (commit: 1cd2bd5b51ad3687aad45acbc1490ffa7297ebd4)
When we try to use the TradeOfferUserHandler class to send an offer to the bot nothing happens. For so…