I am getting this error - Problem in node ‘Get Leonardo Image Status‘ Method not allowed - please check you are using the right HTTP method

Please, I need help..

I am using this worklfow for Auto Blog generation and i use leonard for image generation.

The issue I am having is with the Image status. all node works until it gets to the “Get Leonardo Image Status” It comes back with Problem in node ‘Get Leonardo Image Status‘

Method not allowed - please check you are using the right HTTP method.

I have changed HTTP Method from Get to Post and from Post to Get but i kept coming up with the same error. I have used “ https://cloud.leonardo.ai/api/rest/v1/generations//{{ $json.sdGenerationJob.generationId }}” in the URL I have tried this “ =https://cloud.leonardo.ai/api/rest/v1/generations/{{ $json.sdGenerationJob.generationId }}” and this “=https://cloud.leonardo.ai/api/rest/v1/generations/{{ $json.generationId }}” but still nothing works

Workflow - ←— here is the work flow.

Any help will be appreciated

Hey @Feyi_Eniola Welcome to the community!

I would suggest to try by hitting the Leonardo’s endpoint directly from CURL or Postman like this , just to verify if your parameters are correct or you get the same error as your workflow1

Happy to read your comments1

Hello, I get the same error. Do you have any updates here?

Yes, increased the wait time for the image id to be generated

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.