ThoughtfulDev / EagleEye

Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
Do What The F*ck You Want To Public License
4.22k stars 560 forks source link

getting error #125

Closed Simran17032023 closed 3 years ago

Simran17032023 commented 3 years ago

python3 eagle-eye.py Traceback (most recent call last): File "/root/EagleEye/eagle-eye.py", line 9, in import utils.config as cfg File "/root/EagleEye/utils/config.py", line 8, in cfg = json.load(json_data) File "/usr/lib/python3.9/json/init.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Invalid control character at: line 8 column 27 (char 161)

ThoughtfulDev commented 3 years ago

check your config you might have added a syntax error