Continuous "Unable to obtain a valid response from Meta AI" Error
No matter what I do, I get this error when I try to prompt the AI:
File "C:\Users\HP\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\meta_ai_api\main.py", line 174, in prompt
return self.retry(message, stream=stream, attempts=attempts)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HP\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\meta_ai_api\main.py", line 197, in retry
raise Exception(
Exception: Unable to obtain a valid response from Meta AI. Try again later.
I suspect it's some sort of ratelimit because I have been making a ton of requests to it. When I talk to Meta AI on the website it works, so it can't be an IP ban. If it is a ratelimit, when can I expect it to reset?
Are you using it while being authenticated?
Yes, I am. It worked before
I think you are probably getting rate limited at the authentication level. When it does happen, could you try logging in manually at https://www.facebook.com/login/?next to see if that is indeed the issue.
I can log in to Facebook perfectly fine on the browser. The error doesn't happen when I try to log in, it happens when I run the prompt function. I can see that from the ttraceback.
Would using the proxy feature, and a good proxy that's not also limited, get around this?
I used with frequency in a short time and I get a Cloudflare block for my IP.
OK. Um i guess illl have to try it.