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

KeyError: 'location'

Open okbasto opened this issue 1 year ago • 3 comments

happens when i try to generate an image Capture d’écran (93)

okbasto avatar Dec 27 '24 14:12 okbasto

Image

Even, I'm facing the same issue!!

I hope it get resolved quickly..

ShahStavan avatar Jan 21 '25 06:01 ShahStavan

Have you guys solved this yet?

HelloWorldCH avatar May 29 '25 00:05 HelloWorldCH

Generating an Image will required login ->

from meta_ai_api import MetaAI

ai = MetaAI(fb_email="your_fb_email", fb_password="your_fb_password")

resp = ai.prompt(message="Generate an image of a tech CEO")

print(resp)

Thanks in advance :)

technologymanias avatar Oct 24 '25 10:10 technologymanias