Skip to content
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

Image access error! #57

Open
Sm7-git opened this issue Jan 7, 2025 · 6 comments
Open

Image access error! #57

Sm7-git opened this issue Jan 7, 2025 · 6 comments

Comments

@Sm7-git
Copy link

Sm7-git commented Jan 7, 2025

Bro I have attached the screenshots below, the problem is that my facebook credentials are 1000% correct i am damn sure for this.
But still the below error is show why? Even I have access to ai.meta.com website also and there also i can log with those credentials.
I have tried more than 50 times what should i do? How could i generate images ?

Before entering credentials
Input:
Screenshot 2025-01-07 174651
Output:
Screenshot 2025-01-07 174721

After Entering 100% correct credentials
Input:
Screenshot 2025-01-07 174615
Output:
Screenshot 2025-01-07 174553

@Strvm
Copy link
Owner

Strvm commented Jan 7, 2025

They seem to have added a captcha:

Screenshot 2025-01-07 at 09 42 29

@mihir20
Copy link

mihir20 commented Jan 8, 2025

Can we do something like, displaying the link or even captcha page to user and ask there input for captcha?

@Sm7-git
Copy link
Author

Sm7-git commented Jan 8, 2025

Then does that mean its impossible to generate images now ?

@Sm7-git
Copy link
Author

Sm7-git commented Jan 8, 2025

Can we do something like, displaying the link or even captcha page to user and ask there input for captcha?

No, because then what will be the need for Api if each time the user manually enters the captcha, a package or Api is made to make tasks easier by automating the task or based on programs logic. Entering manually the captcha each time is not a good idea.

@mihir20
Copy link

mihir20 commented Jan 8, 2025

I thought we need to do captcha verification only once per session.

@mihir20
Copy link

mihir20 commented Jan 28, 2025

For 1 of my personal projects I did this and it worked

replacing

fb_session = get_fb_session(self.fb_email, self.fb_password)

with

fb_session = {'abra_sess':'GET_TOKEN_BY_LOGIN_TO_YOUR_BROWSER'}

And every time I want to use this library I get the token by login to meta ai. one token is valid for a few hours I guess.

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

No branches or pull requests

3 participants