defaultnamehere / tinder-detective

Find your Facebook friends' Tinder profiles. Don't actually use this by the way that's weird. Not even in a good way.
MIT License
703 stars 60 forks source link

Traceback Error: stalker = api.NSASimulator() #22

Closed staticabhi closed 8 years ago

staticabhi commented 8 years ago

Hey, got the following error: using the Facebook id i fetched from my facebook app

_Traceback (most recent call last): File "app.py", line 9, in stalker = api.NSASimulator() File "C:\Users\ArorAb01\Desktop\tinder-detective-master\tinder-detective-master\api.py", line 42, in init self._load_fb_auth() File "C:\Users\ArorAb01\Desktop\tinder-detective-master\tinder-detective-master\api.py", line 51, in _load_fb_auth self.fb_auth = json.load(f) File "C:\Anaconda3\lib\jsoninit.py", line 268, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) File "C:\Anaconda3\lib\jsoninit.py", line 319, in loads return _default_decoder.decode(s) File "C:\Anaconda3\lib\json\decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Anaconda3\lib\json\decoder.py", line 357, in rawdecode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

AlexBailey commented 8 years ago

Why close with no solution, how did you solve this?