Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The bot seem to have a problem ! #39

Open
SaigoNoo opened this issue Aug 30, 2022 · 3 comments
Open

The bot seem to have a problem ! #39

SaigoNoo opened this issue Aug 30, 2022 · 3 comments

Comments

@SaigoNoo
Copy link

Hi here is the output:
(Invitarr) discord@saigonoo-server:~/Invitarr$ python3 run.py

V 1.0
/home/discord/Invitarr/run.py:110: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited
  bot.load_extension(f'app.bot.cogs.app')
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
2022-08-30 21:03:52 WARNING  discord.ext.commands.bot Privileged message content intent is missing, commands may not work as expected.
2022-08-30 21:03:52 INFO     discord.client logging in using static token
2022-08-30 21:03:54 INFO     discord.gateway Shard ID None has connected to Gateway (Session ID: a020e8cde4f385d64cbab001beb099d0).
bot is online.

I did first a git clone , after a pip3 install -r requirments.txt and after a running i get error even if the bot is connected
image
image

@SaigoNoo
Copy link
Author

Forgot to specify that I don't receive answer with .setupplex

@lostb053
Copy link

lostb053 commented Dec 5, 2022

I have same issue

@rm968211
Copy link

This seems to be due to a lack of a version on discord.py. It seems to be pulling in a >2.0 version which will have a decent amount of compatibility issues with the current code. I was able to get past this issue by setting the version to 1.7.3 in a somewhat stable docker image. However I have not been able to get the token auth to work so I will keep playing around with that. If anyone Gets past this succesfully lmk and I can open a PR.

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

No branches or pull requests

3 participants