meta-ai-api icon indicating copy to clipboard operation
meta-ai-api copied to clipboard

WARNING:root:Was unable to obtain a valid response from Meta AI. Retrying... Attempt 1/3.

Open themacmarketer opened this issue 1 year ago • 19 comments

I'm getting this response:

WARNING:root:Was unable to obtain a valid response from Meta AI. Retrying... Attempt 1/3. Exception: Unable to obtain a valid response from Meta AI. Try again later.

Any suggestions to address this would be much appreciated! Thanks.

themacmarketer avatar May 13 '24 07:05 themacmarketer

Try to use facebook account by filling fb_email and fb_password, and use vpn to avoid regionblock

RexsyBima avatar May 13 '24 12:05 RexsyBima

But then i got error i described here, yesterday was fine keep in mind

https://github.com/Strvm/meta-ai-api/issues/17

RexsyBima avatar May 13 '24 12:05 RexsyBima

I'm getting this response:

WARNING:root:Was unable to obtain a valid response from Meta AI. Retrying... Attempt 1/3. Exception: Unable to obtain a valid response from Meta AI. Try again later.

Any suggestions to address this would be much appreciated! Thanks.

Hi, could you post the code you are using? Also are you able to reach and use https://meta.ai ?

Strvm avatar May 13 '24 16:05 Strvm

I'm having the same error even though I'm using an Oregon VPN, and just to test that it isn't my implementation, I ran a file only with the necessary code to get a response: `from meta_ai_api import MetaAI

ai = MetaAI() response = ai.prompt(message="Whats the weather in San Francisco today? And what is the date?") print(response)`

Error:

WARNING:root:Was unable to obtain a valid response from Meta AI. Retrying... Attempt 1/3. WARNING:root:Was unable to obtain a valid response from Meta AI. Retrying... Attempt 2/3. WARNING:root:Was unable to obtain a valid response from Meta AI. Retrying... Attempt 3/3. WARNING:root:Was unable to obtain a valid response from Meta AI. Retrying... Attempt 4/3.

EddSJ avatar May 14 '24 05:05 EddSJ

I had the same problem, I just used my facebook login, MetaAI(fb_email="your_fb_email", fb_password="your_fb_password"), and it worked.

Edit: Tried right now, isn't working anymore, I'm getting this error: FacebookInvalidCredentialsException: Was not able to login to Facebook. Please check your credentials. You may also have been rate limited. Try to connect to Facebook manually.

Edit 2: Just changed VPN to test something, didn't work, got to the first VPN and it's working again, I don't know what is happening.

Gusklin avatar May 14 '24 13:05 Gusklin

I had the same problem, I just used my facebook login, MetaAI(fb_email="your_fb_email", fb_password="your_fb_password"), and it worked.

Just with the email and password?, cause I try the same but im getting a new error

line 413, in _find_no_duplicates raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") KeyError: "name='xs', domain=None, path=None"

EddSJ avatar May 14 '24 15:05 EddSJ

I had the same problem, I just used my facebook login, MetaAI(fb_email="your_fb_email", fb_password="your_fb_password"), and it worked.

Just with the email and password?, cause I try the same but im getting a new error

line 413, in _find_no_duplicates raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") KeyError: "name='xs', domain=None, path=None"

I am not getting this error, but I am getting a new one. I edited my previous response

Gusklin avatar May 14 '24 15:05 Gusklin

I had the same problem, I just used my facebook login, MetaAI(fb_email="your_fb_email", fb_password="your_fb_password"), and it worked.

Just with the email and password?, cause I try the same but im getting a new error

line 413, in _find_no_duplicates raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") KeyError: "name='xs', domain=None, path=None"

I tried a VPN in another location on the US and got this error, try using protonVPN on US-FREE#519044

Gusklin avatar May 14 '24 15:05 Gusklin

I had the same problem, I just used my facebook login, MetaAI(fb_email="your_fb_email", fb_password="your_fb_password"), and it worked.

Just with the email and password?, cause I try the same but im getting a new error line 413, in _find_no_duplicates raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") KeyError: "name='xs', domain=None, path=None"

I tried a VPN in another location on the US and got this error, try using protonVPN on US-FREE#519044

So.if u use protonVPN, its working on ur end? Because i got the same error but im using windscribe Vpn

RexsyBima avatar May 14 '24 21:05 RexsyBima

I had the same problem, I just used my facebook login, MetaAI(fb_email="your_fb_email", fb_password="your_fb_password"), and it worked.

Just with the email and password?, cause I try the same but im getting a new error line 413, in _find_no_duplicates raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") KeyError: "name='xs', domain=None, path=None"

I tried a VPN in another location on the US and got this error, try using protonVPN on US-FREE#519044

So.if u use protonVPN, its working on ur end? Because i got the same error but im using windscribe Vpn

That specific server is working, but you have to accept the login on facebook, it will sent you a notification.

Gusklin avatar May 14 '24 23:05 Gusklin

i keep getting this error

meta_ai_api.exceptions.FacebookInvalidCredentialsException: Was not able to login to Facebook. Please check your credentials. You may also have been rate limited. Try to connect to Facebook manually.

im using nordvpn now

RexsyBima avatar May 15 '24 12:05 RexsyBima

i keep getting this error

meta_ai_api.exceptions.FacebookInvalidCredentialsException: Was not able to login to Facebook. Please check your credentials. You may also have been rate limited. Try to connect to Facebook manually.

im using nordvpn now

Did you receive a notification on facebook? I had to accept first, the first time worked like a charm, but a few days later I tried again and had the same error that you have, I solved it by disconnecting from the VPN server to another server, then came back to the original server, #519044 on protonVPN, try it on nordvpn

Gusklin avatar May 15 '24 13:05 Gusklin

i keep getting this error meta_ai_api.exceptions.FacebookInvalidCredentialsException: Was not able to login to Facebook. Please check your credentials. You may also have been rate limited. Try to connect to Facebook manually. im using nordvpn now

Did you receive a notification on facebook? I had to accept first, the first time worked like a charm, but a few days later I tried again and had the same error that you have, I solved it by disconnecting from the VPN server to another server, then came back to the original server, #519044 on protonVPN, try it on nordvpn

What countries vpn are u using?

RexsyBima avatar May 15 '24 13:05 RexsyBima

i keep getting this error meta_ai_api.exceptions.FacebookInvalidCredentialsException: Was not able to login to Facebook. Please check your credentials. You may also have been rate limited. Try to connect to Facebook manually. im using nordvpn now

Did you receive a notification on facebook? I had to accept first, the first time worked like a charm, but a few days later I tried again and had the same error that you have, I solved it by disconnecting from the VPN server to another server, then came back to the original server, #519044 on protonVPN, try it on nordvpn

What countries vpn are u using?

US

Gusklin avatar May 15 '24 13:05 Gusklin

i keep getting this error meta_ai_api.exceptions.FacebookInvalidCredentialsException: Was not able to login to Facebook. Please check your credentials. You may also have been rate limited. Try to connect to Facebook manually. im using nordvpn now

Did you receive a notification on facebook? I had to accept first, the first time worked like a charm, but a few days later I tried again and had the same error that you have, I solved it by disconnecting from the VPN server to another server, then came back to the original server, #519044 on protonVPN, try it on nordvpn

What countries vpn are u using?

US

Ahh im on singapore, im having a hard time to connect to usa vpn,

RexsyBima avatar May 15 '24 14:05 RexsyBima

Meta Ai is available in singapore, did you get this error: KeyError: "name='xs', domain=None, path=None" when you tried without vpn?

Gusklin avatar May 15 '24 14:05 Gusklin

Meta Ai is available in singapore, did you get this error: KeyError: "name='xs', domain=None, path=None" when you tried without vpn?

what i meant was im connecting into singapore vpn, and yes i got that error but with windscribe

https://github.com/Strvm/meta-ai-api/issues/17 check this

RexsyBima avatar May 15 '24 14:05 RexsyBima

Meta Ai is available in singapore, did you get this error: KeyError: "name='xs', domain=None, path=None" when you tried without vpn?

what i meant was im connecting into singapore vpn, and yes i got that error but with windscribe

#17 check this

I got that error in another server while using VPN on USA, if there is more servers available in singapore, try change it and see if it works

Gusklin avatar May 15 '24 14:05 Gusklin

Meta Ai is available in singapore, did you get this error: KeyError: "name='xs', domain=None, path=None" when you tried without vpn?

what i meant was im connecting into singapore vpn, and yes i got that error but with windscribe #17 check this

I got that error in another server while using VPN on USA, if there is more servers available in singapore, try change it and see if it works

Still the same to me,, im confused and don't know what to do

RexsyBima avatar May 16 '24 12:05 RexsyBima