2026-05-05 12:40:58 ERROR vocard An unexpected error occurred in the search command on the BLACK NIGGA(1410526715947515906).
Traceback (most recent call last):
File "C:\Users\pokhr\AppData\Local\Programs\Python\Python312\Lib\site-packages\discord\ext\commands\core.py", line 266, in wrapped
ret = await coro(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pokhr\Documents\Vocard-beta\cogs\basic.py", line 236, in search
tracks = await player.get_tracks(query=query, requester=ctx.author, search_type=search_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pokhr\Documents\Vocard-beta\voicelink\player.py", line 551, in get_tracks
return await self._node.get_tracks(query, requester=requester, search_type=search_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pokhr\Documents\Vocard-beta\voicelink\pool.py", line 372, in get_tracks
response: dict[str, Any] = await self.send(RequestMethod.GET, f"loadtracks?identifier={quote(query)}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pokhr\Documents\Vocard-beta\voicelink\pool.py", line 263, in send
raise NodeException(f"Getting errors from Lavalink REST api")
voicelink.exceptions.NodeException: Getting errors from Lavalink REST api
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\pokhr\AppData\Local\Programs\Python\Python312\Lib\site-packages\discord\ext\commands\bot.py", line 1376, in invoke
await ctx.command.invoke(ctx)
File "C:\Users\pokhr\AppData\Local\Programs\Python\Python312\Lib\site-packages\discord\ext\commands\core.py", line 1064, in invoke
await injected(*ctx.args, **ctx.kwargs) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pokhr\AppData\Local\Programs\Python\Python312\Lib\site-packages\discord\ext\commands\core.py", line 275, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NodeException: Getting errors from Lavalink REST api

