lichess.org
Donate

how to run irwin cheat detector on my pc ?


I followed every thing on the document ( github.com/clarkerubber/irwin ), but I am still getting errors when running it from terminal with this command

python3 app.py --no-assess --no-report

FileNotFoundError: [Errno 2] No such file or directory:
'conf/server_config.json' #11

Can anyone explain how to install it in the right way?

I am using ubuntu 18.04. I installed tensorflow, and all the other python libs successfully. However, I don't know how to get into the gui without any errors that crash my terminal.

'conf/server_config.json' or "conf/config.json" ? Does whatever file it wants exist relative to the current directory?
How the frick have you posted in these forums when your profile says you were last active a month ago???
@Doofenshmirtz it was conf/config.json and now after changing the file name to conf/server_config.json

i get this error

Traceback (most recent call last):
File "app.py", line 16, in <module>
config = ConfigWrapper.new('conf/server_config.json')
File "/home/shar/Desktop/the irwin/irwin-master/conf/ConfigWrapper.py", line 15, in new
return ConfigWrapper(json.load(confFile))
File "/usr/lib/python3.6/json/__init__.py", line 299, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/usr/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.6/json/decoder.py", line 355, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 20 column 5 (char 337)
Looks like your json file is corrupt. Is this a standard config file, or have you been changing it? Check your changes. If you've not altered it, perhaps it's for a different version of the software.
I've never even heard it this software. Just interpreting the errors.

This topic has been archived and can no longer be replied to.