-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Error message:
(cv) silas@silas:~/my_tinder_data$ tindetheus browse Traceback (most recent call last): File "/home/silas/.virtualenvs/cv/bin/tindetheus", line 10, in <module> sys.exit(command_line_run()) File "/home/silas/.virtualenvs/cv/lib/python3.6/site-packages/tindetheus/tindetheus.py", line 733, in command_line_run main(args, defaults['facebook_token']) File "/home/silas/.virtualenvs/cv/lib/python3.6/site-packages/tindetheus/tindetheus.py", line 551, in main likes_left=args.likes) File "/home/silas/.virtualenvs/cv/lib/python3.6/site-packages/tindetheus/tindetheus.py", line 314, in __init__ self.session = self.login(facebook_token) File "/home/silas/.virtualenvs/cv/lib/python3.6/site-packages/tindetheus/tindetheus.py", line 349, in login session = pynder.Session(facebook_token) File "/home/silas/.virtualenvs/cv/lib/python3.6/site-packages/pynder/session.py", line 18, in __init__ self._api.auth(facebook_id, facebook_token) File "/home/silas/.virtualenvs/cv/lib/python3.6/site-packages/pynder/api.py", line 28, in auth self._full_url('/auth'), json=data, proxies=self._proxies).json() File "/home/silas/.virtualenvs/cv/lib/python3.6/site-packages/requests/models.py", line 897, in json return complexjson.loads(self.text, **kwargs) 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 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Seems to be an issue with improperly formatted json data. Do you have any insight into how I can fix this? Thanks