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

Not working in Postman #1

Closed chiragthummar closed 1 year ago

chiragthummar commented 1 year ago

Hi, I have tried in postman it's not working and giving 500 internal server error

NotCookey commented 1 year ago

Hi, I have tried in postman it's not working and giving 500 internal server error

Lexica's Api routes are current for the project. The script actually functions if you attempt using it. The problem could lie elsewhere since you require additional parameters, such as an uuid4 and a random string of length 20, if you're trying to post to one of the routes using a different programme. The script manages all that by default.

It would be helpful if you could give a little more information about the where you encountered and how it happened.