mustafadalga / Instagram-Bot

An Instagram bot developed using the Selenium Framework
https://github.com/mustafadalga/Instagram-Bot
GNU General Public License v3.0
280 stars 84 forks source link

Error after I run instagram.py #29

Closed Doolitt closed 3 years ago

Doolitt commented 3 years ago

C:\Users\royal\Instagram-Bot>python -m instagram.py Traceback (most recent call last): File "C:\Users\royal\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "C:\Users\royal\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 109, in _get_module_details import(pkg_name) File "C:\Users\royal\Instagram-Bot\instagram.py", line 2036, in instagram = Instagram() File "C:\Users\royal\Instagram-Bot\instagram.py", line 23, in init self.ayarlarYukle() File "C:\Users\royal\Instagram-Bot\instagram.py", line 1042, in ayarlarYukle self.config = json.load(dosya) File "C:\Users\royal\AppData\Local\Programs\Python\Python37\lib\json__init.py", line 296, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) File "C:\Users\royal\AppData\Local\Programs\Python\Python37\lib\json\init__.py", line 348, in loads return _default_decoder.decode(s) File "C:\Users\royal\AppData\Local\Programs\Python\Python37\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Users\royal\AppData\Local\Programs\Python\Python37\lib\json\decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Invalid \escape: line 3 column 23 (char 87)

Doolitt commented 3 years ago

I looked at a closed issue and saw the solution Thank you