You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
Hi, the bot logs in successfully, but running a /mj_image command results in a 401 exception.
Both DaVinci and Salai are running on administrator privileges.
I didn't modify the code except for the first 4 constants in global.py
Is this working for you guys?
The text was updated successfully, but these errors were encountered:
Not really much to screenshot, here's what happens:
I run python main.py, bot prints:
Logged in as pyDiscordReader#9103
then i type /mj_imagine test in discord, bot prints:
{"message": "401: Unauthorized", "code": 0}
my guess is, it's from this lines of code in mj_imagine (26-28):
if response.status_code >= 400:
print(response.text)
print(response.status_code)
so my question is since both DaVinci and Salai are admins on my server, and there's just the 2 + midjourney bot in the channel, what further authorization do I need to make it work? does it work for you right now or is it blocked?
Hi, the bot logs in successfully, but running a /mj_image command results in a 401 exception.
Both DaVinci and Salai are running on administrator privileges.
I didn't modify the code except for the first 4 constants in global.py
Is this working for you guys?
The text was updated successfully, but these errors were encountered: