Debupt / MidjourneyWrapper

A REST API Wrapper for discord Midjourney
GNU General Public License v2.0
38 stars 9 forks source link

Proxies #1

Closed Kellokes closed 1 year ago

Kellokes commented 1 year ago

Hi debupt, how are you?

First of all, thank you very much to share this code.

In config.json I found a variable called proxy. Why you using proxy to run in the midjourney? Is it because some kind of ban that could be exist?

Kellokes commented 1 year ago

Another point here: The user token, is for user account ou discord bot?

Debupt commented 1 year ago
  1. about proxy, nothing special, I'm in mainland China, discord is banned here, if you can access discord freely, no need for this field
  2. user token is the user account, for REST API, we do not need a discord bot
Debupt commented 1 year ago

btw, I have fix the bug once proxy field not set

lordmen99 commented 1 year ago

any demo online please?

Kellokes commented 1 year ago

Tkss @Debupt!!

Another thing that I trying to do with your code is get image when concluded. Is it working fine for you?

Debupt commented 1 year ago

any demo online please?

please python3 example.py to run the demo

lordmen99 commented 1 year ago

any demo online please?

please python3 example.py to run the demo

the problem is i dont have subcription :). maybe u have any some sample please

Debupt commented 1 year ago

any demo online please?

please python3 example.py to run the demo

the problem is i dont have subcription :). maybe u have any some sample please

Yeah, first of all, you should have a midjourney discord account

Debupt commented 1 year ago

Tkss @Debupt!!

Another thing that I trying to do with your code is get image when concluded. Is it working fine for you?

I suspect wrong configuration about token, server id or channel id, you could refer README.md to check them

Debupt commented 1 year ago

I assume you have solved the problem, close this issue