midjourney-api
midjourney-api copied to clipboard
Failed to get application_commands for command settings
the code that reproduces this issue or a replay of the bug
Failed to get application_commands for command settings
Describe the bug
Describe the bug A clear and concise description of what the bug is.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
error log
Failed to get application_commands for command settings / RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: 0
I haven't changed anything in my code, I generated a new SALAI TOKEN and updated in my environment variables. Everything was working at 2:30 PM and it stopped working at 11:00 PM without any code updates. I just want to know if other people are having the same issue? Thank you in advance!
yes, me too...
same here. was working fine a moment ago.
It doesn't smell very good... I don't want to panic, but considering that the project hasn't been updated in a while, if there have been any changes on discord's or midjourney's end, it might never be updated... Have you found any alternative solutions?
same issue here
Me too...
allCommand() return empty result :
{ "applications": [], "application_commands": [], "cursor": { "previous": null, "next": null, "repaired": false } }
Seems discord has deprecated this API due to some security reasons?
Same
same
I've opened a pull request with a provisional workaround. Meanwhile, @freezer71 has created interim npm package freezer-midjourney-api
I've opened a pull request with a provisional workaround. Meanwhile, @freezer71 has created interim npm package freezer-midjourney-api
hi. Can you clarify how to fix it? I have tried installing the package, but the problem still hasn't been resolved.
I've opened a pull request with a provisional workaround. Meanwhile, @freezer71 has created interim npm package freezer-midjourney-api
hi. Can you clarify how to fix it? I have tried installing the package, but the problem still hasn't been resolved.
You should be using
import { Midjourney } from 'freezer-midjourney-api';
instead of
import { Midjourney } from 'midjourney';
For this particular problem to go away.
Remember to check the original package for a permanent fix!
The discord api v9 seems give null response for "application_commands" now.
https://discord.com/api/v9/channels/1105325796748439578/application-commands/search?type=1&query=settings&limit=1&include_applications=true
{ "applications": [], "application_commands": [], "cursor": { "previous": null, "next": null, "repaired": false } }
I've opened a pull request with a provisional workaround. Meanwhile, @freezer71 has created interim npm package freezer-midjourney-api
hi. Can you clarify how to fix it? I have tried installing the package, but the problem still hasn't been resolved.
You should be using
import { Midjourney } from 'freezer-midjourney-api';instead of
import { Midjourney } from 'midjourney';For this particular problem to go away.
Remember to check the original package for a permanent fix!
Thank you guys, this saves me.
freezer-midjourney-api
A function has not been fixed...
getCommand(
...
const url = `${this.config.DiscordBaseUrl}/api/v9/channels/${this.config.ChannelId}/application-commands/search?${searchParams}`;
I've opened a pull request with a provisional workaround. Meanwhile, @freezer71 has created interim npm package freezer-midjourney-api
hi. Can you clarify how to fix it? I have tried installing the package, but the problem still hasn't been resolved.
You should be using
import { Midjourney } from 'freezer-midjourney-api';instead of
import { Midjourney } from 'midjourney';For this particular problem to go away.
Remember to check the original package for a permanent fix!
Everything seems to be running, but I often encounter the error: ImagineApi failed with status 400. Do you have any experience with this error?
I've opened a pull request with a provisional workaround. Meanwhile, @freezer71 has created interim npm package freezer-midjourney-api
Thank you @freezer71 ! 🚀
Does Upscale command working for your guys? after applied @freezer71's fix, the imagine one is ok but I am still having issue with Upscale:
Error: CustomApi failed with status 404
try this fix. it's working for me - https://github.com/erictik/midjourney-api/pull/256/files
if someone still facing issues with upscale, variations etc can use this package for now https://www.npmjs.com/package/@ymjir/midjourney-api
use
import { Midjourney } from '@ymjir/midjourney-api';
instead of
import { Midjourney } from 'midjourney';
@NatalieM11 could you maybe update https://github.com/erictik/midjourney-ui with this, please? at least on feature branch
the library updates breaks stuff there
or anyone if you fix it in midjourney-ui please 🙏
try this fix. it's working for me - https://github.com/erictik/midjourney-api/pull/256/files
@NatalieM11 this pr was merged, and i updated to the latest 4.3.14, but it still dosen't work.
Now I get this.
v4.3.15
Has anyone had the same thing happen?
@jimmy-o thanks for pointing out this issue, i can see that upscale on initial image is working, but when i tried to upscale an individual image, it's causing Error: CustomApi failed with status 404, you can use the client.Custom() function directly and pass the custom_id which you can get from options property of the result object, i can fix the issues later and create a pull request.
const Upscale = await client.Custom({
customId: CUSTOM_ID,
msgId: <string>Imagine.id,
flags: Imagine.flags,
loading: (uri: string, progress: string) => {
console.log(progress)
},
});
same 😭
Same
should work with that npm freezer-midjourney-api with new version 4.0.6
doesn't work on init got "unxpected end of json input" i have tried with midjourney lib and also with freezer-midjourney-api
can i see the code for the problem
@freezer71
@Pepperoniii you should use 4.0.6 version of freezer-midjourney-api