Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Bot doesn't start - JsonDecoder error #8

Closed
bho199 opened this issue Dec 11, 2020 · 1 comment
Closed

Bot doesn't start - JsonDecoder error #8

bho199 opened this issue Dec 11, 2020 · 1 comment

Comments

@bho199
Copy link

bho199 commented Dec 11, 2020

Hello, I think i have done every necessary step but i get this error:
File "executable.py", line 7, in <module> from tinder.login.tinderlogin import TinderLogin File "/home/asd/Downloads/Tinder-Bot-master/tinder/login/tinderlogin.py", line 6, in <module> from tinder.config import Config File "/home/asd/Downloads/Tinder-Bot-master/tinder/config.py", line 8, in <module> Config = json.load(file) File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Invalid \escape: line 8 column 47 (char 202)
Running latest version in Ubuntu VM.
Thank you very much

@stanfortonski
Copy link
Owner

stanfortonski commented Dec 12, 2020

Probably you have JSON syntax error in your config file. Check your file for example in that validator: https://jsonformatter.curiousconcept.com or similar.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants