can someone help me ?
guys i've a problem with wavelink for discord.py :
2025-06-08 ..:..:.. ERROR discord.client Ignoring exception in on_ready
Traceback (most recent call last):
File "C:\Users...", line 481, in _run_event
await coro(*args, **kwargs)
File "c:\Users...", line 18, in on_ready
await wavelink.NodePool.create_node(
^^^^^^^^^^^^^^^^^
AttributeError: module 'wavelink' has no attribute 'NodePool'
wavelink 3.4.1 is installed
and my lavalink server is configured...
3 Replies
Error says you’re trying to use an attribute called
NodePool
when it doesn’t exist in wavelink
moduleI know that but how can i fix it ????
Without seeing the code, my guess would be you are trying to do
wavelink.NodePool
or wavelink.NodePool()
somewhere in your code base which won’t work because it doesn’t exist