Closed FXXDEV closed 1 year ago
Im completely stuck in login
Steam Guard Code: error: Error logging in MYBOTACCOUNT: message=AccountLoginDeniedThrottle, stack=Error: AccountLoginDeniedThrottle
message=AccountLoginDeniedThrottle, stack=Error: AccountLoginDeniedThrottle at SteamUser._handleLogOnResponse (node_modules\steam-user\components\09-logon.js:792:17) node_modules\steam-user\components\09-logon.js:410:16, eresult=87
The steam user dependency is at the last release and the problem is not solved
My package json is like this:
{ "name": "csgofloat", "version": "4.0.0", "description": "Source Code that Powers the CSGOFloat API", "author": "Step7750", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Step7750/CSGOFloat.git" }, "scripts": { "start": "node index.js" }, "dependencies": { "body-parser": "^1.19.0", "command-line-args": "^5.1.1", "express": "^4.17.1", "express-rate-limit": "^5.2.6", "globaloffensive": "^2.1.0", "long": "^3.2.0", "mongodb": "^6.1.0", "pg": "^8.10.0", "simple-vdf": "^1.1.1", "socket.io": "^4.7.2", "steam-totp": "^2.1.2", "steam-user": "^5.0.1", "winston": "^2.4.5" }, "devDependencies": { "eslint": "^8.50.0", "eslint-config-google": "^0.7.1" } }
Already do a clean install of the repo and NPM Install, new database, everything and the issue persists
Someone please help?
Sorry, but this is a localized issue on your end.
Im completely stuck in login
Steam Guard Code: error: Error logging in MYBOTACCOUNT: message=AccountLoginDeniedThrottle, stack=Error: AccountLoginDeniedThrottle
The steam user dependency is at the last release and the problem is not solved
My package json is like this:
Already do a clean install of the repo and NPM Install, new database, everything and the issue persists
Someone please help?