BeepIsla / csgo-commend-bot

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

Can't report #588

Closed GabrielBigardi closed 4 years ago

GabrielBigardi commented 4 years ago

Detailed bug description When changing the config method to REPORT the program doesn't open anymore.

Config

{
    "commend": {
        "friendly": 5,
        "teaching": 10,
        "leader": 15
    },
    "report": {
        "aimbot": 10,
        "wallhack": 10,
        "speedhack": 10,
        "teamharm": 10,
        "abusive": 10
    },
    "account": {
        "username": "",
        "password": "",
        "sharedSecret": ""
    },
    "fetcher": {
        "username": "AAAAAAAAA",
        "password": "BBBBBBBBBB",
        "sharedSecret": "CCCCCCCCC",
        "maxTries": 10,
        "tryDelay": 2500,
        "askSteamGuard": true
    },
    "proxy": {
        "enabled": false,
        "file": "proxies.txt",
        "switchProxyEveryXaccounts": 20
    },
    "type": "REPORT",
    "method": "LOGIN",
    "target": "https://steamcommunity.com/id/gabelogannewell",
    "serverID": "auto",
    "matchID": "0",
    "perChunk": 20,
    "betweenChunks": 300000,
    "cooldown": 28800000,
    "showCommends": false,
    "autoReportOnMatchEnd": false,
    "switchServerAfterChunks": 5,
    "protocol": "Auto",
    "steamWebAPIKey": "DDDDDDDDDDD",
    "disableUpdateCheck": false
}

Version

Additional information When changing method to COMMEND it works again.

BeepIsla commented 4 years ago

Reporting with LOGIN method?

jayjanodia commented 4 years ago

Changing the method to "SERVER"

GabrielBigardi commented 4 years ago

Ok, maybe i was a bit drunk, this that i said makes no sense, lol, Sorry, and thanks !!