Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

issue with discord api #83

Open
aviadr1 opened this issue Jun 16, 2023 · 9 comments
Open

issue with discord api #83

aviadr1 opened this issue Jun 16, 2023 · 9 comments

Comments

@aviadr1
Copy link

aviadr1 commented Jun 16, 2023

looks like #26 is happening again
request failed: 400 {"code": 50035, "errors": {"data": {"_errors": [{"code": "INTERACTION_APPLICATION_COMMAND_INVALID_VERSION", "message": "This command is outdated, please try again in a few minutes"}]}}

@Paskarl
Copy link

Paskarl commented Jun 16, 2023

The current version number in the project is incorrect. It is set as 1077969938624553050, which is outdated. It should be updated to 1118961510123847772.

Try changing the version number in the Salai.py file
image

@Pharrcyde
Copy link

The current version number in the project is incorrect. It is set as 1077969938624553050, which is outdated. It should be updated to 1118961510123847772.

Try changing the version number in the Salai.py file image

This resolved the issue for me, thank you.
Cheers!

@mamanui
Copy link

mamanui commented Jun 18, 2023

@Pharrcyde How can we find the newest value of the version ? Thanks for your help.

@ruhipilot
Copy link

@aviadr1 I changed the version number but still have the same error, do you have any idea?

@Coresmith
Copy link

@Pharrcyde How can we find the newest value of the version ? Thanks for your help.

I would also like to know how the newer value is found.

@Pharrcyde
Copy link

Pharrcyde commented Jun 19, 2023

@mamanui @Coresmith
erictik/midjourney-api#124 (comment)

Additionally, you may want to consider migrating to an alternative project like Midjourney-Discord due to the constraints currently experienced by @Wildric-Auric in maintaining this project (See README).

@Coresmith
Copy link

@mamanui @Coresmith erictik/midjourney-api#124 (comment)

Additionally, you may want to consider migrating to an alternative project like Midjourney-Discord due to the constraints currently experienced by @Wildric-Auric in maintaining this project (See README).

Thanks for pointing me towards that. I'd still like to learn how to source the application version. I've got my own java implementation written but it relies on me updating that version number.

@Spoolifycode
Copy link

Still functional? I can search new id but error message seems to be the same one.

@EyonJoshua91
Copy link

My way to find this version number is:

  1. Open discord in chrome browser and type F12 to open dev pannel
  2. Interact with Midjourney bot using the command you want
  3. Then go check dev pannel and select tab Network
  4. Search for "interactions" and click on filtered result named also as "interactions"
  5. Once you click on the result, it will display headers information. Then select Payload tab on the right side
  6. You can see all the information you want.

Please notice that there are two places of version information in the PassPromptToSelfBot function, I suppose you need to update both.

Image shows some keypoint from the above instruction.
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants