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
no, I use my own code, where next is used instead of skip, in the code, it is implemented as "player.stop" and then "player.play(AudioTreak)", but such errors begin to occur when the player is running for a very long time without interruption
Edit:
Sorry for the confusion, I'm on my computer now, I'm just executing the command "player.play(AudioTreak)" without using player.stop
There is a known issue where many calls to player.play() in quick succession can cause this issue but I've not heard of this issue occurring under any other conditions
Summary
Over time, errors begin to appear in the logs, some people complain that their player is broken
Lavalink & System Version
Arch Linux ARM last verison on 31.12.2024
python 3.12
Lavalink.py 5.9.0
Lavalink 4.0.8
Reproduction
at a random moment an error begins to appear in the logs related to receiving data from the Lavalink server, although now it has turned into spam
Expected Results
The error should not occur, or some explanation for this situation
Actual Results
[Node:maxsspeaker-node] Unexpected error occurred whilst processing websocket message
Traceback (most recent call last):
File "/home/maxsspeaker/.local/lib/python3.12/site-packages/lavalink/transport.py", line 230, in _handle_message_safe
await self._handle_message(msg.json())
File "/home/maxsspeaker/.local/lib/python3.12/site-packages/lavalink/transport.py", line 274, in _handle_message
await self._handle_event(data)
File "/home/maxsspeaker/.local/lib/python3.12/site-packages/lavalink/transport.py", line 303, in _handle_event
assert player.current is not None
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
Checklist
The text was updated successfully, but these errors were encountered: