csfloat / inspect

Source Code that Powers the CSFloat Inspect Link API
https://csgofloat.com
MIT License
392 stars 118 forks source link

Cannot login the bots / nothing is working #189

Closed FXXDEV closed 11 months ago

FXXDEV commented 11 months 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?

Step7750 commented 11 months ago

Sorry, but this is a localized issue on your end.