Closed GabrielBigardi closed 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
v12.9.1
node -v
2.10.0
package.json
version
Additional information When changing method to COMMEND it works again.
Reporting with LOGIN method?
Changing the method to "SERVER"
Ok, maybe i was a bit drunk, this that i said makes no sense, lol, Sorry, and thanks !!
Detailed bug description When changing the config method to REPORT the program doesn't open anymore.
Config
Version
v12.9.1
(You can find this usingnode -v
)2.10.0
(You can find this in yourpackage.json
file underversion
)Additional information When changing method to COMMEND it works again.