BeepIsla / csgo-commend-bot

Commend/Report bot in NodeJS
GNU Affero General Public License v3.0
288 stars 144 forks source link

Error: GC connection timeout - Hello #482

Closed vandalizexx closed 4 years ago

vandalizexx commented 4 years ago

when i write node index.js , it says it is logging but then it says this Error: GC connection timeout - Hello at SteamUser.loggedOn (C:\aadas\helpers\account.js:129:14) Promise {

Error: GC connection timeout - Hello at SteamUser.loggedOn (C:\aadas\helpers\account.js:129:14) how do i fix?
BeepIsla commented 4 years ago

Post your configs people you are not helping

ghost commented 4 years ago

oh hey i have the same problem here

{ "commend": { "friendly": 300, "teaching": 300, "leader": 300

},
"report": {
    "aimbot": 0,
    "wallhack": 0,
    "speedhack": 0,
    "teamharm": 0,
    "abusive": 0
},
"account": {
    "username": "secret",
    "password": "secrettttt",
    "sharedSecret": ""
},
"fetcher": {
    "username": "",
    "password": "",
    "sharedSecret": "",
    "maxTries": 10,
    "tryDelay": 2500,
    "askSteamGuard": false
},
"proxy": {
    "enabled": false,
    "file": "http_proxies.txt",
    "switchProxyEveryXaccounts": 20
},
"type": "COMMEND",
"method": "SERVER",
"target": "https://steamcommunity.com/profiles/secretheheheheeh/",
"serverID": "auto",
"matchID": "auto",
"perChunk": 15,
"betweenChunks": 300000,
"cooldown": 28800000,
"switchServerAfterChunks": 5,
"steamWebAPIKey": "yeahigotidhere",
"disableUpdateCheck": false

}

BeepIsla commented 4 years ago

Stop using auto without a fetcher. READ. If you use auto you NEED a fetcher.