-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I followed all your steps how to start this project but it show this error
Hello XXXX
Traceback (most recent call last):
File "/usr/local/bin/tindetheus", line 10, in
sys.exit(command_line_run())
File "/usr/local/lib/python3.6/dist-packages/tindetheus/tindetheus.py", line 781, in command_line_run
main(args, defaults['facebook_token'], defaults['XAuthToken'])
File "/usr/local/lib/python3.6/dist-packages/tindetheus/tindetheus.py", line 575, in main
likes_left=args.likes, x_auth_token=x_auth_token)
File "/usr/local/lib/python3.6/dist-packages/tindetheus/tindetheus.py", line 343, in init
self.session.profile.distance_filter = self.search_distance
File "/usr/local/lib/python3.6/dist-packages/pynder/models/me.py", line 32, in set
instance.init(instance._api.update_profile(profile), instance._api)
File "/usr/local/lib/python3.6/dist-packages/pynder/api.py", line 98, in update_profile
return self._post("/profile", profile)
File "/usr/local/lib/python3.6/dist-packages/pynder/api.py", line 63, in _post
return self._request("post", url, data=data)
File "/usr/local/lib/python3.6/dist-packages/pynder/api.py", line 54, in _request
raise errors.RequestError(result.status_code)
pynder.errors.RequestError: 500
My question is did i got the wrong token?