-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sesion problems i guess #1543
Comments
I have steam unlimited and tf premium. Bot worked for about 2 weaks without issues |
Multiple people have reported this issue recently. I am currently trying to investigate why this might be happening. |
Propably valve changed something in api i guess |
Any updates ? |
@VoidDave Please try stopping the bot, deleting the file at Additionally, you will be able to receive quicker support for bot issues if you choose to join our Discord server here: https://discord.gg/4k5tmMkXjB |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots and logs
F:\SteamTradeBot\tf2autobot>node dist/app.js
2023-05-04 08:23:38 warn: You are not running the bot with PM2! If the bot crashes it won't start again. Get a VPS and run your bot with PM2: https://github.com/TF2Autobot/tf2autobot/wiki/Getting-a-VPS
2023-05-04 08:23:40 debug: Connecting to PM2...
2023-05-04 08:23:40 info: Starting bot...
2023-05-04 08:23:40 debug: Calling onRun
2023-05-04 08:23:40 debug: Setting poll data
2023-05-04 08:23:40 debug: Setting login attempts
2023-05-04 08:23:40 info: Signing in to Steam...
2023-05-04 08:23:40 debug: Starting login attempt
2023-05-04 08:23:41 error: Failed to sign in to Steam: AccessDenied {"eresult":15}
2023-05-04 08:23:41 warn: Failed to sign in to Steam: AccessDenied {"eresult":15}
2023-05-04 08:23:41 error: TF2Autobot failed to start properly, this is most likely a temporary error. See the log:
package.version: 5.7.0; node: v18.16.0 win32 x64}
Stack trace:
Error: AccessDenied
at SteamUser._handleLogOnResponse (F:\SteamTradeBot\tf2autobot\node_modules\steam-user\components\09-logon.js:784:17)
at SteamUser. (F:\SteamTradeBot\tf2autobot\node_modules\steam-user\components\09-logon.js:795:7)
at F:\SteamTradeBot\tf2autobot\node_modules\steam-user\components\classes\HandlerManager.js:35:12
at Array.forEach ()
at HandlerManager.emit (F:\SteamTradeBot\tf2autobot\node_modules\steam-user\components\classes\HandlerManager.js:34:12)
at SteamUser._handleMessage (F:\SteamTradeBot\tf2autobot\node_modules\steam-user\components\03-messages.js:641:25)
at SteamUser._handleNetMessage (F:\SteamTradeBot\tf2autobot\node_modules\steam-user\components\03-messages.js:562:8) at SteamUser._processMulti (F:\SteamTradeBot\tf2autobot\node_modules\steam-user\components\03-messages.js:693:9) {
eresult: 15
}
Bot has been up for 3 seconds.
2023-05-04 08:23:41 debug: Shutdown has been initialized, stopping... {"err":"uncaughtException"}
2023-05-04 08:23:41 debug: Disabling Autokeys and disabling key entry in the pricelist...
2023-05-04 08:23:41 debug: Handler finished cleaning up
2023-05-04 08:23:41 debug: Waiting for files to be saved
2023-05-04 08:23:41 debug: Done waiting for files
2023-05-04 08:23:41 warn: Exiting...
Version:
5.7.0
The text was updated successfully, but these errors were encountered: