NotCookey / Lexica.art

An easy-to-use reverse engineered text to image generation Python API wrapper for Lexica.art
https://aperture-sandy.vercel.app/
GNU General Public License v3.0
36 stars 6 forks source link

Key Error #3

Open VanshShah1 opened 1 year ago

VanshShah1 commented 1 year ago

Traceback (most recent call last): File "/Users/vanshshah/Downloads/Lexica.art-main/testimg.py", line 3, in lex=Lexica(query="bubble", cookie=cookie).generate() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/vanshshah/Downloads/Lexica.art-main/Lex.py", line 50, in generate imageout = [f"https://image.lexica.art/full_jpg/{ids['id']}" for ids in response.json()['images']]


KeyError: 'images'
NotCookey commented 1 year ago

The site has updated their backend api. I'll look into it.