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

AttributeError: module 'wavelink' has no attribute 'abc' #7

Open
RealmiRoblox opened this issue May 12, 2023 · 3 comments
Open

AttributeError: module 'wavelink' has no attribute 'abc' #7

RealmiRoblox opened this issue May 12, 2023 · 3 comments

Comments

@RealmiRoblox
Copy link

Traceback (most recent call last): File "C:\Users\BaraK\Desktop\FadertyBot\main.py", line 2, in <module> import dismusic File "C:\Users\BaraK\Desktop\FadertyBot\venv\Lib\site-packages\dismusic\__init__.py", line 15, in <module> from .events import MusicEvents File "C:\Users\BaraK\Desktop\FadertyBot\venv\Lib\site-packages\dismusic\events.py", line 15, in <module> class MusicEvents(commands.Cog): File "C:\Users\BaraK\Desktop\FadertyBot\venv\Lib\site-packages\dismusic\events.py", line 20, in MusicEvents self, player: DisPlayer, track: wavelink.abc.Playable ^^^^^^^^^^^^ AttributeError: module 'wavelink' has no attribute 'abc'

@mrmeloman
Copy link

mrmeloman commented Jul 1, 2023

The issue is still there )=
(no pressure, just updating)

Edit:
I got rid of this particular error by downgrading my wavelink to 1.2.4
However, there are some further errors, as this was written for a much older version of discord.py
I didn't get it to work, as I was not ready to downgrade discord.py

@shahriyardx
Copy link
Owner

The issue is still there )= (no pressure, just updating)

Edit: I got rid of this particular error by downgrading my wavelink to 1.2.4 However, there are some further errors, as this was written for a much older version of discord.py I didn't get it to work, as I was not ready to downgrade discord.py

Yes it was released for dpy 1.6.2 or older I believe, it works with latest nextcord but not dpy 2.0 or higher

I will work on making it compatible with latest dpy, dpy prefix, dpy slash and nextcord latest too

I just need some time since there is no one to help me right now, and I am working on a lot of freelance projects

@mrmeloman
Copy link

The issue is still there )= (no pressure, just updating)
Edit: I got rid of this particular error by downgrading my wavelink to 1.2.4 However, there are some further errors, as this was written for a much older version of discord.py I didn't get it to work, as I was not ready to downgrade discord.py

Yes it was released for dpy 1.6.2 or older I believe, it works with latest nextcord but not dpy 2.0 or higher

I will work on making it compatible with latest dpy, dpy prefix, dpy slash and nextcord latest too

I just need some time since there is no one to help me right now, and I am working on a lot of freelance projects

Thank you a lot for your work!

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