ferranfg / midjourney-discord-api-php

Generate images using Midjourney Bot through the Discord API.
https://ferranfigueredo.com
MIT License
135 stars 35 forks source link

[FIX] This command is outdated, please try again in a few minutes #23

Closed lenomosh closed 1 year ago

lenomosh commented 1 year ago

This PR fixes the issue with sending the prompt to Discord which has been throwing a 400 below as of 15th June:

POST https:\/\/discord.com\/api\/interactions` resulted in a `400 Bad Request` response:\n{\"data\": [\"This command is outdated, please try again in a few minutes\"]}\n"]

After investigating, I found that the interaction request structure had been changed from application/json to multi-part/form-data

ferranfg commented 1 year ago

Hi @lenomosh thanks for your pr!

The "command is outdated" error was solved updating the app id, so I'm not sure if your pr is no longer needed.

I released a couple of days ago a new release (2.1), did you tried it?

lenomosh commented 1 year ago

Hi @ferranfg , No, I don't think it is now relevant coz the underlying issue has been resolved. I will go ahead and close this PR