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

Common Failure: Video returned by Youtube isn't what was requested. #91

Closed
Acareld opened this issue Mar 31, 2024 · 1 comment
Closed

Comments

@Acareld
Copy link

Acareld commented Mar 31, 2024

After working for a good amount of time, my bot now stopped playing youtube links or search requests. I configured logback to debug level and got this log:

120 [lava-daemon-pool-info-loader-2-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeSearchProvider - Performing a search with query in the end 11:21:17.501 [JDA Gateway-Worker 1] DEBUG net.dv8tion.jda.internal.requests.WebSocketClient - Sending voice request {"op":4,"d":{"self_deaf":false,"guild_id":947823451253641256,"channel_id":947823451253641260,"self_mute":false}} 11:21:17.914 [lava-daemon-pool-info-loader-2-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeSearchProvider - Attempting to parse results from search page 11:21:17.914 [lava-daemon-pool-info-loader-2-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager - Loaded a playlist with identifier ytsearch: in the end using YoutubeAudioSourceManager. addedTrack 11:21:17.914 [lava-daemon-pool-info-loader-2-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.player.AudioPlayer - Firing an event with class TrackStartEvent 11:21:17.915 [lava-daemon-pool-playback-1-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.track.playback.LocalAudioTrackExecutor - Starting to play track eVTXPUF4Oz4 locally with listener com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayer@1826b9ce 11:21:17.915 [lava-daemon-pool-playback-1-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.source.youtube.DefaultYoutubeTrackDetailsLoader - Loading track info with payload: {"context":{"thirdParty":{"embedUrl":"https://google.com"},"client":{"screenPixelDensity":1,"androidSdkVersion":30,"screenWidthPoints":1920,"clientName":"ANDROID","screenHeightPoints":1080,"screenDensityFloat":1,"clientScreen":"EMBED","clientVersion":"18.06.35"}},"racyCheckOk":true,"contentCheckOk":true,"videoId":"eVTXPUF4Oz4","params":"CgIQBg","playbackContext":{"contentPlaybackContext":{"signatureTimestamp":"19809"}}} 11:21:17.915 [lava-daemon-pool-playback-1-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAccessTokenTracker - YouTube visitor id was recently updated, not updating again right away. 11:21:18.099 [lava-daemon-pool-playback-1-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.track.playback.LocalAudioTrackExecutor - Common failure for playback of eVTXPUF4Oz4: Video returned by YouTube isn't what was requested 11:21:18.099 [lava-daemon-pool-playback-1-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.player.AudioPlayer - Firing an event with class TrackExceptionEvent 11:21:18.162 [JDA RateLimit-Elastic-Worker 3] DEBUG net.dv8tion.jda.internal.requests.Requester - Received response with following cf-rays: [86cf44b49a2e5b24-VIE] 11:21:18.999 [JDA [0 / 1] AudioWS-ReadThread (guildId: 947823451253641256)] DEBUG net.dv8tion.jda.internal.audio.AudioWebSocket - Using encryption mode xsalsa20_poly1305_lite 11:21:19.031 [JDA [0 / 1] AudioWS-ReadThread (guildId: 947823451253641256)] DEBUG net.dv8tion.jda.internal.audio.AudioWebSocket - Unknown Audio OP code. {"op":18,"d":{"user_id":"238371252014678016","flags":2}} 11:21:19.032 [JDA [0 / 1] AudioWS-ReadThread (guildId: 947823451253641256)] DEBUG net.dv8tion.jda.internal.audio.AudioWebSocket - Unknown Audio OP code. {"op":20,"d":{"user_id":"238371252014678016","platform":0}} 11:21:19.464 [JDA [0 / 1] AudioWS-ReadThread (guildId: 947823451253641256)] DEBUG net.dv8tion.jda.internal.audio.AudioWebSocket - Audio connection has finished connecting! 11:21:19.465 [JDA [0 / 1] AudioConnection Guild: 947823451253641256 Sending Thread] DEBUG com.sedmelluq.discord.lavaplayer.player.AudioPlayer - Firing an event with class TrackEndEvent 11:21:19.532 [JDA Gateway-Worker 1] DEBUG net.dv8tion.jda.internal.requests.WebSocketClient - Sending voice request {"op":4,"d":{"self_deaf":false,"guild_id":"947823451253641256","channel_id":null,"self_mute":false}} 11:21:29.286 [lava-daemon-pool-info-loader-2-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.source.youtube.DefaultYoutubeTrackDetailsLoader - Loading track info with payload: {"context":{"thirdParty":{"embedUrl":"https://google.com"},"client":{"screenPixelDensity":1,"androidSdkVersion":30,"screenWidthPoints":1920,"clientName":"ANDROID","screenHeightPoints":1080,"screenDensityFloat":1,"clientScreen":"EMBED","clientVersion":"18.06.35"}},"racyCheckOk":true,"contentCheckOk":true,"videoId":"E_39Fgq9hfk","params":"CgIQBg","playbackContext":{"contentPlaybackContext":{"signatureTimestamp":"19809"}}} 11:21:29.286 [lava-daemon-pool-info-loader-2-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAccessTokenTracker - YouTube visitor id was recently updated, not updating again right away. 11:21:29.384 [lava-daemon-pool-info-loader-2-thread-1] DEBUG com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager - Common failure for loading item https://www.youtube.com/watch?v=E_39Fgq9hfk: Video returned by YouTube isn't what was requested

Currently im running it on a RaspberryPi4, but the results dont change on my windows machine.

@duncte123
Copy link
Contributor

Duplicate of #89

@devoxin devoxin closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2024
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