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
Lavaplayer stopped working for me. I'm using version 2.1.1.
After restarting my application and trying to play the first track I notice following logs:
[lava-daemon-pool-info-loader-2-thread-1] WARN com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAccessTokenTracker - YouTube auth tokens can't be retrieved because email and password is not set in YoutubeAudioSourceManager, age restricted videos will throw exceptions.
[lava-daemon-pool-info-loader-2-thread-1] INFO com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAccessTokenTracker - Updating YouTube visitor id (current is null).
[lava-daemon-pool-info-loader-2-thread-1] INFO com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAccessTokenTracker - Updating YouTube visitor id succeeded, new one is <redacted>, next update will be after 600 seconds.
Following this my AudioLoadResultHandler runs the function loadFailed(FriendlyException exception). Unfortunately I do not log the exception. I will try to provide more info when I got time.
You are also using an outdated version of Lavaplayer.
Update using the snapshot repository with the artifact ID afec211f05c9dcf0b6ee44276a02f0316ea2458a-SNAPSHOT.
Lavaplayer stopped working for me. I'm using version
2.1.1
.After restarting my application and trying to play the first track I notice following logs:
Following this my
AudioLoadResultHandler
runs the functionloadFailed(FriendlyException exception)
. Unfortunately I do not log the exception. I will try to provide more info when I got time.This might be related to #90 but not sure.
The text was updated successfully, but these errors were encountered: