-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access token is broken #2
Comments
Yep, I was encountering this issue. Try to login in the tinder manually via yours new fb data. |
how ? |
Follow to the Tinder, click log in button, and log in via facebook |
Yeah and get the tinder auth id? pasted it back to the config file or the main code ? |
Nope, the problem is sneaking in the facebook. When you auths a bunch of time facebook switches the X-Auth for the tinder. Has your manual auth been successful? |
Hmm, can you give it a more detailed explanation? |
Try to emquote ("") your fb email and password, for example: session:
facebook_id: <your-fb-id>
facebook_email: "<your-email>@gmail.com"
facebook_password: "<your-pass>" |
In the picture above I note the braces ( |
I still get the access token could not be retrieved. Check your username and password. |
Note: use the exact same login and pass as in your yaml file. Ex: session:
facebook_id: <your-fb-id>
facebook_email: "asdasfdsdsfd@gmail.com"
facebook_password: "<fs-0-=clnafj>" Then your pass email and pass are:
|
I log in manually is fine but when the script did it failed |
Seems weird, I had no such problem, when I did the manual access also been failed. |
Traceback (most recent call last): File "application/validation_entry.py", line 15, in validator = Validator(config=upload_config(args.config)) File "C:\Users\GS65\tinder_bot\application\sources\validator\validator.py", line 15, in init self._session = Session(config=config['session']) File "C:\Users\GS65\tinder_bot\application\sources\pytinder\session.py", line 28, in init self._api.auth(self._config['facebook_email'], self._config['facebook_password']) File "C:\Users\GS65\tinder_bot\application\sources\pytinder\tinder_api.py", line 77, in auth raise errors.InitializationError("Authorization has been wrong. Couldn't retrieve a tinder's token.\n" application.sources.pytinder.exceptions.InitializationError: Authorization has been wrong. Couldn't retrieve a tinder's token. Check if your facebook's email and password are precise. |
Here the traceback |
YES IT FUCKING WORK THANKS THO |
Yeah a new issue arived |
Ok i got cockblock by facebook |
It's Facebook. I also had a ton of problems with it:) Thus only debugging is the clue |
is there any way to bypass the checkpoint thing on Facebook? |
I'm gonna try login with phone |
If I succeed can I push it to the git? |
Yours git? Sure, you may use this code however u want |
Traceback (most recent call last): |
robobrowser got fucked up? |
Pbly, I have to check it. Try to debug, it's not been updated since 2017, so feasibly the code is the issue. I've updated the bot few days ago, but not fully checked, may be I admitted a mistake. |
I think maybe the pytinder lib have not updated in a while is really hard to implement a phone login function |
Yep, I mean I had a lot of issues with phone auth. Here the guy made an attempt to use the sms for the auth, but I got a lot of troubles.
I'm currently updating the base CNN (100% CPU is working on it). Once it's done, I'll try to check new functionality and upgrade this repo. You may pull it. In case you successfully complete phone auth, you may PR:) |
I can spaghetti a working code but is not 100% of the time for some unknown reason |
I found out what is the problem is the headers and the user agent (This is because facebook checkpoint) |
What exactly checkpoint? It stores the user-agent information somehow? |
It's mostly related to Facebook logins. I copied my user agent from my phone, and everything works after a day or so; I got my self a new girlfriend |
Excellent job on the AI. Here is my result :)))) received_391113401936144.mp4 |
Not quite excellent) I've admitted a bunch of mistakes, for example:
|
after changing my password for the n-th times the code can't retrieve the access token
The text was updated successfully, but these errors were encountered: